summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add suggestions for unrecognised pragmas (#21589)Tony Zorman2022-06-271-1/+1
* Deprecate TypeInType extensionHaskellMouse2022-06-062-2/+2
* Use a class to check validity of withDictwip/withdictKrzysztof Gogolewski2022-05-271-1/+1
* Change `Backend` type and remove direct dependencieswip/backend-as-recordNorman Ramsey2022-05-213-3/+3
* rts/PEi386: Fix handling of weak symbolsBen Gamari2022-05-131-2/+0
* STG: only print cost-center if asked toSylvain Henry2022-05-091-1/+3
* Include the way string in the file name for dump files.Andreas Klebinger2022-04-223-1/+5
* testsuite: Add test for #21390Ben Gamari2022-04-156-0/+44
* Merge remote-tracking branch 'origin/master'Ben Gamari2022-04-085-4/+16
|\
| * Rename [] to List (#21294)Vladislav Zavialov2022-04-075-4/+16
* | testsuite: Provide module definitions in T10955dynBen Gamari2022-04-064-7/+25
* | testsuite: Clean up tests depending on C++ std libBen Gamari2022-04-062-14/+0
* | testsuite: Rework T13606 to avoid gcc dependenceBen Gamari2022-04-061-1/+2
|/
* 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-012-2/+2
* Fix panic when pretty printing HsCmdLamJakob Bruenker2022-04-013-0/+11
* Minor cleanupKrzysztof Gogolewski2022-04-011-4/+2
* 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