summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts
Commit message (Expand)AuthorAgeFilesLines
* Bump submodule bytestring to 0.11.4.0Bodigrim2023-01-132-11/+13
* Only store Name in FunRhs rather than Id with knot-tied fieldsMatthew Pickering2023-01-063-0/+10
* Fix testsBodigrim2022-12-211-1/+1
* CI: Forbid the fully static build on Alpine to fail.M Farkas-Dyck2022-12-011-1/+2
* Make Functor a quantified superclass of Bifunctor.Baldur Blöndal2022-11-301-0/+6
* Add Javascript backendSylvain Henry2022-11-291-1/+1
* Print unticked promoted data constructors (#20531)Vladislav Zavialov2022-11-2510-25/+24
* Type vs Constraint: finally nailedSimon Peyton Jones2022-11-112-6/+6
* Use TcRnDiagnostic in GHC.Tc.TyCl.Instance (#20117)Giles Anderson2022-11-092-2/+2
* Interface Files with Core DefinitionsMatthew Pickering2022-10-112-0/+2
* Export symbolSing, SSymbol, and friends (CLC#85)wip/clc-85Ryan Scott2022-10-064-10/+46
* Rename Solo[constructor] to MkSoloTorsten Schmits2022-09-214-6/+6
* Diagnostic codes: acccept test changessheaf2022-09-1349-164/+171
* 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