summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts
Commit message (Expand)AuthorAgeFilesLines
* Convert interface file loading errors into proper diagnosticsMatthew Pickering2023-04-183-9/+9
* Add structured error messages for GHC.Tc.TyClTorsten Schmits2023-04-012-12/+38
* [feat] make ($) representation polymorphicmangoiv2023-04-011-1/+2
* Fix testsBodigrim2023-03-302-0/+2
* Handle records in the renamersheaf2023-03-296-4/+19
* Rename () into Unit, (,,...,,) into Tuple<n> (#21294)Andrei Borzenkov2023-03-215-20/+20
* Convert diagnostics in GHC.Rename.Module to proper TcRnMessage (#20115)Andrei Borzenkov2023-03-063-15/+15
* Add decideSymbol, decideChar, decideNat, decTypeRep, decT and hdecTOleg Grenrus2023-03-041-0/+21
* Improve GHC.Tc.Gen.App.tcInstFunwip/T22908Simon Peyton Jones2023-02-206-3/+10
* fix: Mark ghci Prelude import as implicitromes2023-02-141-4/+4
* Handle `type data` properly in tyThingParent_maybeRyan Scott2023-01-304-0/+18
* template-haskell: Bump version to 2.20.0.0Ben Gamari2023-01-231-1/+1
* Enable -Wstar-is-type by default (#22759)Vladislav Zavialov2023-01-182-2/+0
* 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