summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci
Commit message (Expand)AuthorAgeFilesLines
...
* Add regression test (#13997)nineonine2022-01-053-0/+17
* Multiple Home UnitsMatthew Pickering2021-12-285-3/+23
* Mark T16525b as fragile on windowsMatthew Pickering2021-12-221-1/+1
* testsuite: Remove reqlib modifierMatthew Pickering2021-12-221-5/+2
* Use libc++ instead of libstdc++ on openbsd in addition to freebsdGreg Steuck2021-12-211-1/+1
* Ghci environment: Do not remove shadowed idsJoachim Breitner2021-12-1410-5/+134
* Use HasCallStack and error in GHC.List and .NonEmptyOleg Grenrus2021-12-121-0/+5
* Remove `optLevel` from `DynFlags` (closes #20500)Gergo ERDI2021-12-092-3/+3
* Revert "Data.List specialization to []"Matthew Pickering2021-12-035-7/+7
* Include "not more specific" info in overlap msgsheaf2021-11-202-7/+5
* Improve handling of import statements in GHCi (#20473)Morrow2021-11-179-3/+17
* Increase type sharingBen Gamari2021-11-171-1/+1
* Implement -Wforall-identifier (#20609)Vladislav Zavialov2021-11-123-5/+5
* Print the Type kind qualified when ambiguous (#20627)Vladislav Zavialov2021-11-073-0/+31
* Make Word64 use Word64# on every architectureSylvain Henry2021-11-063-22/+8
* Allow CApi FFI calls in GHCiMatthew Pickering2021-11-054-0/+10
* undefined: Neater CallStack in error messageJoachim Breitner2021-10-243-6/+2
* Fix #19884: add warning to tags command, drop T10989Emily Martins2021-10-194-24/+0
* ghci: Explicitly store and restore interface file cacheMatthew Pickering2021-10-176-0/+15
* fuzzyLookup: More deterministic orderJoachim Breitner2021-10-142-5/+5
* testsuite: Clean up dynlib support predicatesBen Gamari2021-10-122-3/+3
* testsuite: Move big-obj test from ghci/linking/dyn to ghci/linkingBen Gamari2021-10-127-9/+10
* testsuite: Mark all ghci/linking/dyn tests as requiring dynamic linkingBen Gamari2021-10-121-0/+2
* testsuite: Mark ghcilink00[25] as requiring dynamic linkingBen Gamari2021-10-121-2/+4
* testsuite: Drop :set from ghci scriptsBen Gamari2021-10-128-316/+2
* Change affected tests stderrCarrie Xu2021-10-121-1/+3
* Recover test case for T11547Joachim Breitner2021-10-074-0/+19
* Improve overlap error for polykinded constraintssheaf2021-10-062-3/+3
* Improve error messages involving operators from Data.Type.OrdChristiaan Baaij2021-09-171-15/+17
* Convert diagnostics in GHC.Tc.Validity to proper TcRnMessage.hainq2021-09-013-3/+3
* Driver rework pt3: the upsweepMatthew Pickering2021-08-181-2/+2
* ghci: Fix rec statements in interactive promptMatthew Pickering2021-08-173-0/+5
* Add rewriting to typechecking pluginssheaf2021-08-131-4/+6
* Fix GHCi completion (#20101)Zubin Duggal2021-08-045-4/+18
* Correctly unload libs on GHCi with external iservTito Sacchi2021-08-031-2/+1
* Add Generically (generic Semigroup, Monoid instances) and Generically1 (gener...Baldur Blöndal2021-08-021-0/+4
* 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