summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Add Int8# and Word8#Michal Terepeta2018-10-0718-0/+691
* testsuite: disable nursery-chunks1 on non-smp targetsSergei Trofimovich2018-10-071-0/+1
* testsuite: disable T10017 on non-smp targetsSergei Trofimovich2018-10-071-0/+1
* testsuite: disable T14075 on non-smp targetsSergei Trofimovich2018-10-071-1/+3
* Update performance numbers on WindowsTamar Christina2018-10-042-5/+10
* Multiple fixes / improvements for LLVM backendKavon Farvardin2018-10-041-2/+1
* testsuite: Skip T3171 for nowBen Gamari2018-10-041-0/+1
* Set `infixr -1 ->`Alec Theriault2018-10-044-4/+4
* Don't drop arguments in TH type argumentsAlec Theriault2018-10-044-0/+54
* Allow (unparenthesized) kind signaturesAlec Theriault2018-10-0413-27/+661
* Improve generated `GHC.Prim` docsAlec Theriault2018-10-043-0/+18
* Distinguish Inferred from Specified tyvarsSimon Peyton Jones2018-10-043-0/+17
* Better pretty-printing of forall typesSimon Peyton Jones2018-10-041-2/+2
* Fail fast on pattern synonymsSimon Peyton Jones2018-10-045-0/+47
* Do not mark CoVars as dead in the occur-analSimon Peyton Jones2018-10-043-0/+94
* Better -ddump-typesSimon Peyton Jones2018-10-0418-74/+54
* Parse the (!) type operator and allow type operators in existential contextVladislav Zavialov2018-10-0422-35/+81
* GHCi should not filter instances involving cTuplesAlec Theriault2018-10-023-0/+15
* resolve T13704chessai2018-10-022-1/+4
* Quantify class variables first in associated families' kindsRyan Scott2018-10-014-0/+17
* Fix #15637 by using VTA more in GNDRyan Scott2018-10-015-14/+32
* Add -fkeep-cafsSimon Marlow2018-09-288-0/+86
* Normalise EmptyCase types using the constraint solverRyan Scott2018-09-284-6/+31
* Fix for recover with -fexternal-interpreter (#15418)Simon Marlow2018-09-275-0/+45
* Fix constant-folding for Integer shiftsSimon Peyton Jones2018-09-262-0/+7
* Fix Lint of unsaturated type familiesSimon Peyton Jones2018-09-262-0/+14
* Add regression test for #15666Ryan Scott2018-09-252-0/+30
* Don't show constraint tuples in errors (#14907)Alec Theriault2018-09-255-0/+24
* Add a recursivity check in nonVoidRyan Scott2018-09-232-0/+17
* Fix get getIdFromTrivialExprSimon Peyton Jones2018-09-234-0/+39
* Don't look up unnecessary return in LastStmtSimon Peyton Jones2018-09-233-0/+12
* Buglet in reporting out of scope errors in rulesSimon Peyton Jones2018-09-233-1/+12
* testsuite: Bump T9630 expected allocationsBen Gamari2018-09-221-1/+2
* testsuite: Bump expected allocations for T12707Ben Gamari2018-09-211-1/+2
* testsuite: Bump expected allocations of T9675Ben Gamari2018-09-211-2/+4
* testsuite: Fix readFail048 and readFail032 brokenness declarationsBen Gamari2018-09-211-2/+2
* testsuite: Mark readFail032 and readFail048 as broken on DarwinBen Gamari2018-09-211-2/+4
* testsuite: Don't force run of llvm ways in T14251Ben Gamari2018-09-211-2/+1
* Add testcase for #14251Ben Gamari2018-09-203-0/+34
* Invert FP conditions to eliminate the explicit NaN check.klebinger.andreas@gmx.at2018-09-184-0/+14
* Updated PE linker, section alignment and cleanup.Tamar Christina2018-09-175-0/+32
* Make sure forM_ and related functions fuse cleanlySebastian Graf2018-09-173-1/+51
* Fix for #13862: Optional "-v" not allowed with :load in GHCiroland2018-09-1614-38/+38
* Fix T15502 on 32-bitKrzysztof Gogolewski2018-09-142-0/+4
* tests: increase (compile) timeout multiplier for T13701 and MultiLayerModulesAlp Mestanogullari2018-09-142-5/+6
* Add support for ImplicitParams and RecursiveDo in THMichael Sloan2018-09-1412-0/+124
* Add regression test for Trac #15629Simon Peyton Jones2018-09-133-0/+67
* Allow (~) in the head of a quantified constraintsSimon Peyton Jones2018-09-135-0/+66
* Honor INLINE on 0-arity bindings (#15578)Tobias Dammers2018-09-133-1/+90
* Revert "ghc: Remove warning of StaticPointers not being supported by GHCi"Ben Gamari2018-09-121-0/+3