summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* 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
* Be a bit more aggressive about let-to-caseSimon Peyton Jones2018-09-124-1/+27
* Update UnsafeReenter testÖmer Sinan Ağacan2018-09-101-11/+6
* ghc: Remove warning of StaticPointers not being supported by GHCiBen Gamari2018-09-071-3/+0
* Preserve specialisations despite CSESimon Peyton Jones2018-09-056-4/+37
* testsuite: Use bools for booleans, not intsBen Gamari2018-09-053-29/+29
* testsuite: Add test for #15368Ben Gamari2018-09-053-0/+57
* Skip eventlog tests in GHCi wayÖmer Sinan Ağacan2018-09-051-2/+2
* Fix tests ghci057 and T9293. (#15071)roland2018-09-042-8/+0
* testsuite: make CHECK_API_ANNOTATIONS and CHECK_PPR overridableAlp Mestanogullari2018-09-041-1/+7
* Add a test for Trac #15586Krzysztof Gogolewski2018-09-042-0/+13
* Compiler panic on invalid syntax (unterminated pragma)roland2018-09-042-1/+6
* canCFunEqCan: use isTcReflexiveCo (not isTcReflCo)Simon Peyton Jones2018-09-033-0/+93
* Reject class instances with type families in kindsRyan Scott2018-09-028-15/+53
* Remove knot-tying bug in TcHsSyn.zonkTyVarOccSimon Peyton Jones2018-08-314-0/+68
* Rename kind vars in left-to-right order in bindHsQTyVarsRyan Scott2018-08-288-4/+18
* Fix #15572 by checking for promoted names in ConTRyan Scott2018-08-283-0/+15
* Don't reify redundant class method tyvars/contextsRyan Scott2018-08-274-15/+10
* Take strict fields into account in coverage checkingRyan Scott2018-08-274-0/+68