summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix #15502 by not casting to Int during TH conversionRyan Scott2018-08-273-0/+14
* Fix #15550 by quoting RULE names during TH conversionRyan Scott2018-08-273-0/+20
* Better error reporting for inaccessible codeSimon Peyton Jones2018-08-247-8/+32
* Clean up TcHsSyn.zonkEnvSimon Peyton Jones2018-08-247-18/+18
* Accommodate API change in transSuperClassesSimon Peyton Jones2018-08-231-1/+0
* Fix a typo in TcValidity.checkFamInstRhsSimon Peyton Jones2018-08-232-1/+9
* Add traceBinaryEvent# primopMitsutoshi Aoe2018-08-215-0/+36
* Correct limb length and assertion for gcdExtIntegerDavidEichamnn2018-08-212-0/+33
* Show -with-rtsopts options in runtime's --info (#15261)roland2018-08-216-0/+19
* base: Mark `findIndices` as INLINABLE instead of INLINE (fixes #15426)Kevin Buhr2018-08-212-0/+22
* testsuite: Deduplicate source in wcompat-warnings testBen Gamari2018-08-217-101/+44
* Introduce flag -keep-hscpp-filesroland2018-08-214-0/+26
* Fix #line pragmas in nested commentsBen Sklaroff2018-08-215-14/+57
* Improve ambiguous-occurrence error messageSimon Peyton Jones2018-08-216-13/+32
* Set strictness correctly for JoinIdsSimon Peyton Jones2018-08-213-1/+109
* Initialise cec_suppress properlySimon Peyton Jones2018-08-206-74/+22
* CSE should deal with letrec (#9441)roland2018-08-185-16/+3
* Add test cases for Ticket #12146.Aditya2018-08-173-0/+10
* Be mindful of GADT tyvar order when desugaring record updatesRyan Scott2018-08-172-4/+16
* Rename SigTv to TyVarTv (#15480)Joachim Breitner2018-08-167-9/+9
* Fix #15527 by pretty-printing an RdrName prefixlyRyan Scott2018-08-163-0/+9