summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts
Commit message (Expand)AuthorAgeFilesLines
* Recognize file-header pragmas in GHCi (#21507)MorrowM2022-08-212-0/+6
* Print constraints in quotes (#21167)Swann Moreau2022-08-194-12/+12
* hie-files: Record location of filled in default method bindingsZubin Duggal2022-07-131-0/+3
* template-haskell: Bump version to 2.19.0.0Ben Gamari2022-06-281-1/+1
* Deprecate TypeInType extensionHaskellMouse2022-06-062-2/+2
* Use a class to check validity of withDictwip/withdictKrzysztof Gogolewski2022-05-271-1/+1
* Include the way string in the file name for dump files.Andreas Klebinger2022-04-222-0/+2
* Rename [] to List (#21294)Vladislav Zavialov2022-04-075-4/+16
* driver: Improve -Wunused-packages error message (and simplify implementation)Matthew Pickering2022-04-011-1/+1
* Change GHC.Prim to GHC.Exts in docs and testsKrzysztof Gogolewski2022-04-011-1/+1
* 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
* 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-011-2/+2
* GHCi: don't normalise partially instantiated typessheaf2022-02-254-0/+19
* testsuite: Normalise output of ghci011 and T7627Matthew Pickering2022-02-231-2/+7
* Tag inference work.Andreas Klebinger2022-02-122-4/+4
* Exit with failure when -e fails (fixes #18411 #9916 #17560)nineonine2022-02-054-4/+4
* compiler: Introduce and use RoughMap for instance environmentsBen Gamari2022-02-0413-128/+130
* 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-177-15/+18
* 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
* testsuite: Remove reqlib modifierMatthew Pickering2021-12-221-5/+2
* 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
* 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
* Print the Type kind qualified when ambiguous (#20627)Vladislav Zavialov2021-11-073-0/+31
* 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: Drop :set from ghci scriptsBen Gamari2021-10-128-316/+2
* 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-012-2/+2
* ghci: Fix rec statements in interactive promptMatthew Pickering2021-08-173-0/+5
* 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