summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci
Commit message (Expand)AuthorAgeFilesLines
* Add structured error messages for GHC.Rename.UtilsTorsten Schmits2023-05-051-1/+1
* Add hashes to unit-ids created by hadrianromes2023-05-041-1/+1
* Add sized primitive literal syntaxBen Orchard2023-05-033-257/+0
* Add structured error messages for GHC.Rename.NamesTorsten Schmits2023-04-303-4/+4
* More informative errors for bad imports (#21826)Soham Chowdhury2023-04-251-4/+4
* Convert interface file loading errors into proper diagnosticsMatthew Pickering2023-04-184-12/+12
* Add regression test for #23229Rodrigo Mesquita2023-04-123-0/+3
* Fixes around unsafeCoerce#Krzysztof Gogolewski2023-04-032-10/+18
* Add structured error messages for GHC.Tc.TyClTorsten Schmits2023-04-014-15/+43
* [feat] make ($) representation polymorphicmangoiv2023-04-011-1/+2
* Fix testsBodigrim2023-03-303-0/+3
* Handle records in the renamersheaf2023-03-296-4/+19
* Testsuite: use req_interp predicate for T20214Sylvain Henry2023-03-221-1/+1
* 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-064-17/+17
* 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-143-4/+7
* linker: Fix BFD import librariesTamar Christina2023-02-034-7/+3
* Handle `type data` properly in tyThingParent_maybeRyan Scott2023-01-304-0/+18
* ghc-the-library: Retain cafs in both static in dynamic builds.Andreas Klebinger2023-01-301-0/+2
* template-haskell: Bump version to 2.20.0.0Ben Gamari2023-01-231-1/+1
* Add PrimCallConv support to GHCiLuite Stegeman2023-01-187-1/+635
* 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
* T10955: Set DYLD_LIBRARY_PATH for darwinMatthew Pickering2023-01-071-1/+1
* Only store Name in FunRhs rather than Id with knot-tied fieldsMatthew Pickering2023-01-063-0/+10
* Add support for sized literals in the bytecode interpreter.Luite Stegeman2023-01-064-0/+268
* Fix testsBodigrim2022-12-211-1/+1
* testsuite: Mark T16392 as fragile on windowswip/fragile-testMatthew Pickering2022-12-201-1/+3
* CI: Forbid the fully static build on Alpine to fail.M Farkas-Dyck2022-12-017-7/+14
* Make Functor a quantified superclass of Bifunctor.Baldur Blöndal2022-11-301-0/+6
* Add Javascript backendSylvain Henry2022-11-296-14/+29
* Print unticked promoted data constructors (#20531)Vladislav Zavialov2022-11-2515-30/+29
* Convert diagnostics in GHC.Rename.Expr to proper TcRnMessage (#20115)Andrei Borzenkov2022-11-241-1/+1
* Fix :i Constraint printing "type Constraint = Constraint"Krzysztof Gogolewski2022-11-142-0/+4
* Type vs Constraint: finally nailedSimon Peyton Jones2022-11-112-6/+6
* driver: Fix -fdefer-diagnostics flagMatthew Pickering2022-11-111-5/+2
* Use TcRnDiagnostic in GHC.Tc.TyCl.Instance (#20117)Giles Anderson2022-11-092-2/+2
* Interface Files with Core DefinitionsMatthew Pickering2022-10-114-4/+6
* Export symbolSing, SSymbol, and friends (CLC#85)wip/clc-85Ryan Scott2022-10-064-10/+46
* Rename Solo[constructor] to MkSoloTorsten Schmits2022-09-215-7/+7
* Diagnostic codes: acccept test changessheaf2022-09-1359-184/+193
* Recognize file-header pragmas in GHCi (#21507)MorrowM2022-08-212-0/+6
* 19217 Implicitly quantify type variables in :kind commandSasha Bogicevic2022-08-193-0/+3
* Print constraints in quotes (#21167)Swann Moreau2022-08-194-12/+12
* testsuite: Use system-cxx-std-lib instead of config.stdcxx_implBen Gamari2022-07-161-6/+6
* Change GHCi bytecode return convention for unlifted datatypes.Luite Stegeman2022-07-163-0/+30
* 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