summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add regression test (#13997)nineonine2022-01-053-0/+17
* Multiple Home UnitsMatthew Pickering2021-12-285-3/+23
* Mark T16525b as fragile on windowsMatthew Pickering2021-12-221-1/+1
* testsuite: Remove reqlib modifierMatthew Pickering2021-12-221-5/+2
* Use libc++ instead of libstdc++ on openbsd in addition to freebsdGreg Steuck2021-12-211-1/+1
* 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
* Remove `optLevel` from `DynFlags` (closes #20500)Gergo ERDI2021-12-092-3/+3
* 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