summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci
Commit message (Expand)AuthorAgeFilesLines
* Trigger multiline mode in GHCi on '\case' (#13087)Alec Theriault2018-10-243-0/+21
* Fix T15729 in masterZejun Wu2018-10-171-1/+1
* Allocate bss section within proper range of other sectionsZejun Wu2018-10-155-0/+31
* Enable -Wcompat=error in the testsuiteVladislav Zavialov2018-10-1514-21/+72
* testsuite: Skip T3171 for nowBen Gamari2018-10-041-0/+1
* Set `infixr -1 ->`Alec Theriault2018-10-043-3/+3
* Better pretty-printing of forall typesSimon Peyton Jones2018-10-041-2/+2
* Parse the (!) type operator and allow type operators in existential contextVladislav Zavialov2018-10-041-3/+4
* GHCi should not filter instances involving cTuplesAlec Theriault2018-10-023-0/+15
* Quantify class variables first in associated families' kindsRyan Scott2018-10-014-0/+17
* Fix get getIdFromTrivialExprSimon Peyton Jones2018-09-234-0/+39
* Revert "ghc: Remove warning of StaticPointers not being supported by GHCi"Ben Gamari2018-09-121-0/+3
* ghc: Remove warning of StaticPointers not being supported by GHCiBen Gamari2018-09-071-3/+0
* Fix tests ghci057 and T9293. (#15071)roland2018-09-042-8/+0
* Rename kind vars in left-to-right order in bindHsQTyVarsRyan Scott2018-08-285-1/+15
* Initialise cec_suppress properlySimon Peyton Jones2018-08-201-31/+0
* Remove the type-checking knot.Richard Eisenberg2018-08-011-1/+1
* Refactor (~) to reduce the suerpclass stackSimon Peyton Jones2018-07-271-9/+4
* Disable -fghci-leak-check in DEBUG modeRichard Eisenberg2018-07-143-10/+14
* Make ppr_tc_args aware of -fprint-explicit-kindsRyan Scott2018-07-055-4/+21
* Add regression test for #15007Ömer Sinan Ağacan2018-07-044-0/+15
* Allow :info for (~) in GHCiRyan Scott2018-06-203-0/+15
* base: Add missing instances for Data.Ord.DownBen Gamari2018-06-191-1/+1
* configure: Bump version to 8.6.0Richard Eisenberg2018-06-191-1/+1
* Improve error message when importing an unusable packageSean D Gillespie2018-06-171-2/+2
* Built-in Natural literals in CoreSylvain Henry2018-06-153-4/+5
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-1410-14/+16
* Disable `-fdefer-out-of-scope-variables` in ghci.HE, Tao2018-06-1413-0/+29
* testsuite: Add -fghci-leak-check to expected output on mingw32Ben Gamari2018-06-142-0/+8
* Refactor TcExpr.tcSeqSimon Peyton Jones2018-06-121-2/+2
* Fix `print-explicit-runtime-reps` (#11786).HE, Tao2018-06-085-26/+29
* Fix #15236 by removing parentheses from funTyConNameRyan Scott2018-06-073-3/+3
* Don't expose (~#), (~R#), (~P#) from GHC.PrimRyan Scott2018-06-074-0/+9
* Turn "inaccessible code" error into a warningTobias Dammers2018-06-021-1/+1
* vectorise: Put it out of its miseryBen Gamari2018-06-022-2/+1
* Improved Valid Hole FitsMatthías Páll Gissurarson2018-05-303-31/+21
* Clean up Windows testsuite failuresTamar Christina2018-05-283-0/+180
* base: Introduce Data.Monoid.Apchessai2018-05-271-1/+1
* Mark #12447's test case as expected to passRyan Scott2018-05-262-3/+3
* Add -fghci-leak-check to check for space leaksSimon Marlow2018-05-252-0/+8
* GHCi: Include a note in the hint to expose a hidden packageChaitanya Koparkar2018-05-131-0/+1
* Revert "Add -fghci-leak-check to check for space leaks"Simon Marlow2018-05-102-8/+0
* Add -fghci-leak-check to check for space leaksSimon Marlow2018-05-092-0/+8
* GHCi: Improve the error message for hidden packagesChaitanya Koparkar2018-05-033-0/+7
* Bump base to version 4.12.0.0Ryan Scott2018-04-191-2/+2
* Fix #9438 by converting a panic to an error messageRyan Scott2018-04-135-5/+28
* Bump version numbers: base-4.11.1.0, integer-gmp-1.0.2.0Ryan Scott2018-04-131-2/+2
* Fix #14238 by always pretty-printing visible tyvarsRyan Scott2018-04-071-1/+1
* Test #14884, #14969Richard Eisenberg2018-04-023-0/+9
* Track type variable scope more carefully.Richard Eisenberg2018-03-313-21/+7