summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci
Commit message (Expand)AuthorAgeFilesLines
* Parenthesize nullary constraint tuples using sigPrec (#17403)Ryan Scott2019-10-274-0/+12
* testsuite: Mark T13786 as fragile in unreg buildBen Gamari2019-10-251-1/+3
* Parenthesize GADT return types in pprIfaceConDecl (#17384)Ryan Scott2019-10-244-0/+16
* Allow command name resolution for GHCi commands with option `!` #17345Takenobu Tani2019-10-233-0/+12
* Implement a coverage checker for injectivityRichard Eisenberg2019-10-231-4/+6
* testsuite: Add test for #8305Takenobu Tani2019-10-163-0/+45
* Add Monad instances to `(,,) a b` and `(,,,) a b c`Fumiaki Kinoshita2019-10-041-0/+2
* testsuite: Add minimal test for :doc commandTakenobu Tani2019-09-304-0/+47
* Make -fbyte-code prevent unboxed tuples/sums from implying object code (#16876)Ryan Scott2019-09-265-0/+32
* Standalone kind signatures (#16794)wip/top-level-kind-signaturesVladislav Zavialov2019-09-2554-121/+317
* base: Move Ix typeclass to GHC.IxBen Gamari2019-09-251-1/+1
* Add -fkeep-going to make compiler continue despite errors (#15424)Kari Pahula2019-09-2311-0/+50
* Improve error message for out-of-scope variables + VTASimon Peyton Jones2019-09-171-5/+0
* Add additional step to T16804Eric Wolf2019-08-316-198/+889
* GHCi supports not-necessarily-lifted join pointsRichard Eisenberg2019-08-143-0/+13
* Fix testmniip2019-08-071-1/+1
* Explicitly number equations when printing axiom incompatibilitiesmniip2019-08-071-3/+3
* Fix testmniip2019-08-071-9/+7
* Add a -fprint-axiom-incomps option (#15546)mniip2019-08-073-0/+17
* Make sure to load interfaces when running :instancesXavier Denis2019-07-234-0/+29
* rename type parameter in `instance Applicative ((->) a)`, fixing #16928xplorld2019-07-143-3/+3
* Allow reusing temporary object files generated by GHCi by writing to -odir in...nineonine2019-07-117-0/+53
* T16804: adjust src spansEric Wolf2019-07-093-157/+161
* Add testcase T16804 for #16804Eric Wolf2019-07-096-0/+415
* Add test for #16575Eric Wolf2019-07-024-0/+54
* testsuite: Mark ghci058 as broken on WindowsBen Gamari2019-06-251-1/+2
* testsuite: Fix expected output for caf_crashBen Gamari2019-06-251-0/+1
* testsuite: Don't run T16525a with -DS unless compiler_debuggedBen Gamari2019-06-251-1/+2
* testsuite: Test for #13786Ben Gamari2019-06-237-0/+51
* testsuite: Add caf_crash testcaseBen Gamari2019-06-226-0/+67
* testsuite: Add test for #16563Ben Gamari2019-06-223-0/+4
* ghci: Don't rely on resolution of System.IO to base moduleBen Gamari2019-06-225-16/+10
* testsuite: Mark T15633a and T15633b as fragile on WindowsBen Gamari2019-06-211-2/+2
* testsuite: Mark T3372 as fragile on WindowsBen Gamari2019-06-211-1/+7
* Fix #16525: ObjectCode freed wrongly because of lack of info header checkPhuong Trinh2019-06-135-0/+26
* Fix #16517 by bumping the TcLevel for method sigsRichard Eisenberg2019-06-093-0/+6
* Fix #16700: Tiny errors in output of GHCi commands :forward and :infoRoland Senn2019-06-071-1/+2
* Add GHCi :instances commandXavier Denis2019-06-044-1/+78
* Have GHCi use object code for UnboxedTuples modules #15454Michael Sloan2019-05-226-6/+1
* Allow for multiple linker instances. Fixes Haskell portion of #3372.Julian Leviston2019-05-213-0/+73
* Fix bugs and documentation for #13456Roland Senn2019-05-105-2/+27
* Add regression test for old issue #507Kevin Buhr2019-05-083-0/+3
* Make equality constraints in kinds invisibleRyan Scott2019-05-034-0/+39
* Correct off by one error in ghci +cMatthew Pickering2019-04-225-6/+16
* Use funPrec, not topPrec, to parenthesize GADT argument typesRyan Scott2019-04-044-0/+14
* base: Remove `Monad(fail)` method and reexport `MonadFail(fail)` insteadHerbert Valerio Riedel2019-03-224-3/+4
* Reject nested predicates in impredicativity checkingRyan Scott2019-03-202-3/+3
* testsuite: Don't mark T5836 as brokenBen Gamari2019-03-201-3/+1
* testsuite: Mark T5836 as broken on WindowsBen Gamari2019-03-201-1/+3
* testsuite: Fix expected output on Windows for various ghci testsBen Gamari2019-03-203-9/+0