summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Preserve parenthesis in function application in typecheckerZubin Duggal2018-06-163-1/+57
* testsuite: Mark overflow1 as broken on 32-bit platforms due to #15255Ben Gamari2018-06-161-1/+2
* Quantify unfixed kind variables in CUSKsRichard Eisenberg2018-06-158-51/+5
* Built-in Natural literals in CoreSylvain Henry2018-06-1540-107/+335
* Fix #13833: accept type literals with no FlexibleInstancesKirill Zaborsky2018-06-152-0/+13
* Use data con name instead of parent in lookupRecFieldOccAdam Gundry2018-06-158-1/+38
* Add "quantified constraint" context in error message, fix #15231.HE, Tao2018-06-1511-12/+39
* testsuite: Make T4442 compile on i386 and mark as brokenBen Gamari2018-06-152-5/+32
* Make better "fake tycons" in error recoverySimon Peyton Jones2018-06-153-0/+25
* Fix binary and haddock submodule commitsBen Gamari2018-06-141-4/+6
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-14336-912/+1081
* Fix deserialization of docs (#15240)Simon Jakobi2018-06-141-13/+13
* Mark test broken on powerpc64[le]Peter Trommler2018-06-142-1/+3
* Make Control.Exception.throw levity polymorphic.Félix Baylac-Jacqué2018-06-142-0/+12
* Disable `-fdefer-out-of-scope-variables` in ghci.HE, Tao2018-06-1413-0/+29
* testsuite: Fix T4442 on i386Ben Gamari2018-06-141-0/+3
* testsuite: Add Windows-specific output for T5611Ben Gamari2018-06-141-0/+1
* testsuite: Add -fghci-leak-check to expected output on mingw32Ben Gamari2018-06-142-0/+8
* Disable T12903 on Darwin due to flakinessTamar Christina2018-06-141-2/+4
* testsuite: Print summary even if interruptedBen Gamari2018-06-141-15/+18
* Do not skip conc004 in GHCi wayÖmer Sinan Ağacan2018-06-141-4/+1
* testuite: remove strace call.Tamar Christina2018-06-131-3/+0
* Fix some of the failures in sanity wayÖmer Sinan Ağacan2018-06-131-13/+13
* Refactor TcExpr.tcSeqSimon Peyton Jones2018-06-121-2/+2
* Remove duplicate quantified constraintsSimon Peyton Jones2018-06-112-0/+70
* Make seq# evaluatedness look through castsDavid Feuer2018-06-112-0/+42
* testsuite: Remove uniques from T15243's stderr outputBen Gamari2018-06-101-10/+10
* testsuite: Suppress uniques in T15243 outputBen Gamari2018-06-101-1/+1
* testsuite: Bump performance metrics of T9233 and T13035Ben Gamari2018-06-101-2/+4
* Do not omit T4030 in GHCi modeÖmer Sinan Ağacan2018-06-101-2/+1
* Fix `print-explicit-runtime-reps` (#11786).HE, Tao2018-06-0827-243/+228
* typecheck: Don't warn about "redundant" TypeError constraintsBen Gamari2018-06-071-2/+1
* Allow Haddock comments before function arguments.Iavor Diatchki2018-06-073-2/+42
* Run typeCheckResultAction and renamedResultAction in TcM rather than HscMatthew Pickering2018-06-072-3/+3
* Fix #15236 by removing parentheses from funTyConNameRyan Scott2018-06-074-4/+4
* Don't expose (~#), (~R#), (~P#) from GHC.PrimRyan Scott2018-06-077-0/+19
* testsuite: Skip T13838 in ghci wayBen Gamari2018-06-071-1/+3
* Fix #15243 by fixing incorrect uses of NotPromotedRyan Scott2018-06-075-4/+32
* testsuite: Add test for #15232Ben Gamari2018-06-072-0/+13
* Move 'HsBangTy' out in constructor argumentsAlec Theriault2018-06-075-0/+37
* Check if both branches of an Cmm if have the same target.klebinger.andreas@gmx.at2018-06-074-0/+16
* Fix unparseable pretty-printing of promoted data consAndreas Herrmann2018-06-0710-23/+132
* testsuite: Fix dynamic-paper stderr fileBen Gamari2018-06-071-1/+15
* Remove ad-hoc special case in occAnalSimon Peyton Jones2018-06-079-10/+19
* Let the simplifier know that seq# forcesDavid Feuer2018-06-062-0/+40
* Introduce DerivingViaRyan Scott2018-06-0414-2/+599
* Serialize docstrings to ifaces, display them with new GHCi :doc commandSimon Jakobi2018-06-0428-78/+185
* Implement QuantifiedConstraintsSimon Peyton Jones2018-06-0418-6/+342
* Fix broken test T14547.HE, Tao2018-06-041-1/+1
* Expand type synonyms when Linting a forallSimon Peyton Jones2018-06-042-0/+20