summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci
Commit message (Expand)AuthorAgeFilesLines
* Make -ddump-rn-ast and -ddump-tc-ast work in GHCiMatthew Pickering2022-03-253-1/+359
* Fix behaviour of -Wunused-packages in ghciMatthew Pickering2022-03-235-0/+19
* hi haddock: Lex and store haddock docs in interface filesZubin Duggal2022-03-232-14/+14
* Export (~) from Data.Type.Equality (#18862)wip/eqtycon-rnVladislav Zavialov2022-03-153-1/+3
* Make T20214 terminate promptly be setting input to /dev/nullGreg Steuck2022-03-051-1/+1
* remove MonadFail instances of STArtem Pelenitsyn2022-03-051-1/+1
* Improve out-of-order inferred type variablessheaf2022-03-025-1/+62
* driver: Properly add an edge between a .hs and its hs-boot fileMatthew Pickering2022-03-012-3/+3
* GHCi: don't normalise partially instantiated typessheaf2022-02-254-0/+19
* ghci: show helpful error message when loading module with SIMD vector operati...nineonine2022-02-244-0/+13
* testsuite: Normalise output of ghci011 and T7627Matthew Pickering2022-02-231-2/+7
* Kill derived constraintsRichard Eisenberg2022-02-231-1/+1
* ghci: fix -ddump-stg-cg (#21052)nineonine2022-02-163-0/+15
* Tag inference work.Andreas Klebinger2022-02-122-4/+4
* Exit with failure when -e fails (fixes #18411 #9916 #17560)nineonine2022-02-054-4/+4
* Fix unsound behavior of unlifted datatypes in ghci (#20194)nineonine2022-02-047-0/+159
* compiler: Introduce and use RoughMap for instance environmentsBen Gamari2022-02-0417-139/+141
* Mark prog003 as expected_broken on static way #20704Matthew Pickering2022-02-031-0/+1
* testsuite: Mark test that require RTS linkerPeter Trommler2022-01-241-1/+3
* Correct type of static forms in hsExprTypeMatthew Pickering2022-01-184-0/+19
* Use diagnostic infrastructure in GHC.Tc.Errorssheaf2022-01-178-17/+20
* Use interactive flags when printing expressions in GHCiMatthew Pickering2022-01-113-0/+5
* 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