summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci
Commit message (Expand)AuthorAgeFilesLines
* Support unlifted datatypes in GHCiLuite Stegeman2021-07-024-0/+110
* Add testcase for #19460Roland Senn2021-07-014-0/+15
* ghci: Add test for #18330Matthew Pickering2021-06-255-0/+23
* ghci: Correct free variable calculation in StgToByteCodeMatthew Pickering2021-06-232-0/+2
* Reword: representation instead of levitysheaf2021-06-102-2/+2
* Adds AArch64 Native Code GeneratorMoritz Angermann2021-06-051-0/+6
* Port HsToCore messages to new infrastructureAlfredo Di Napoli2021-06-032-3/+4
* Driver Rework PatchMatthew Pickering2021-06-0319-33/+99
* ghci: Enable -fkeep-going by defaultMatthew Pickering2021-05-297-4/+14
* Work around LLVM backend overlapping register limitationsLuite Stegeman2021-05-291-1/+1
* Use pprSigmaType to print GHCi debugger Suspension Terms (Fix #19355)Roland Senn2021-05-201-12/+8
* PPC NCG: Fix unsigned compare with 16-bit constantsPeter Trommler2021-05-191-1/+0
* Implement :info for record pattern synonyms (#19462)nineonine2021-05-193-0/+21
* [Darwin] mark stdc++ tests as brokenMoritz Angermann2021-05-071-10/+10
* support LiftedRep and UnliftedRep in GHCi FFILuite Stegeman2021-05-053-0/+25
* Tweak function `quantifyType` to fix #12449Roland Senn2021-05-041-8/+10
* pe: enable code unloading for WindowsTamar Christina2021-05-031-3/+3
* Redesign withDict (formerly magicDict)Ryan Scott2021-04-291-4/+2
* Make tests more portable on FreeBSDViktor Dukhovni2021-04-222-6/+12
* Only load package environment file once when starting GHCiMatthew Pickering2021-04-184-0/+14
* Always generate ModDetails from ModIfaceMatthew Pickering2021-04-145-9/+9
* Add {lifted,unlifted}DataConKey to pretendNameIsInScope's list of NamesRyan Scott2021-04-1310-0/+50
* Fix magicDict in ghci (and in the presence of other ticks)Matthew Pickering2021-04-104-1/+33
* testsuite/ppc64le: Mark UnboxedTuples test brokenPeter Trommler2021-04-091-0/+1
* Revert "[ci/arm/darwin/testsuite] Forwards ports from GHC-8.10"Ben Gamari2021-04-052-11/+11
* Mark p6 and T3333 as fragileSimon Jakobi2021-04-051-1/+2
* fix sub-word literals in GHCiLuite Stegeman2021-04-057-0/+273
* Correct warning for deprecated and unrecognised flagsAlfredo Di Napoli2021-04-051-1/+1
* Data.List specialization to []Oleg Grenrus2021-04-012-6/+4
* Add UnitId to Target recordFendor2021-03-281-3/+3
* [ci/arm/darwin/testsuite] Forwards ports from GHC-8.10Moritz Angermann2021-03-212-11/+11
* Generate GHCi bytecode from STG instead of Core and support unboxedLuite Stegeman2021-03-208-0/+646
* Built-in type families: CharToNat, NatToChar (#19535)Vladislav Zavialov2021-03-171-0/+4
* testsuite: Update Win32 test output for GHC2021GHC GitLab CI2021-03-113-26/+4
* Use GHC2021 as default languageJoachim Breitner2021-03-1050-92/+90
* Bump bytestring submodule to 0.11.1.0Ben Gamari2021-03-101-2/+1
* Implement BoxedRep proposalwip/boxed-repBen Gamari2021-03-0712-47/+8
* Add cmpNat, cmpSymbol, and cmpCharDaniel Winograd-Cort2021-03-031-15/+37
* Unify result type earlier to improve error messagesSimon Peyton Jones2021-03-011-9/+6
* GHCi: Always show fixityLeif Metcalf2021-02-222-0/+2
* Introduce keepAlive primopBen Gamari2021-02-142-2/+2
* GHCi :complete command for operators: Fix spaceless cases of #10576.Roland Senn2021-02-132-5/+3
* Fix pretty-printing of invisible arguments for FUN 'Many (#19310)Krzysztof Gogolewski2021-02-093-0/+8
* Fix buglet in expandSynTyCon_maybeSimon Peyton Jones2021-02-063-0/+7
* The Char kind (#11342)Daniel Rogozin2021-02-061-0/+24
* Add instances for GHC.Tuple.SoloBen Gamari2021-01-271-0/+1
* Add additional context to :doc output (#19055)Aaron Allen2021-01-274-0/+38
* Implement #15993Koz Ross2021-01-231-2/+2
* Fix error recovery in solveEqualitiesSimon Peyton Jones2021-01-223-0/+11
* Use captureTopConstraints at top levelSimon Peyton Jones2021-01-173-0/+8