summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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