summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Test bit-manipulating primops under respective arch flags like -msse4.2Dmitry Ivanov2019-02-204-4/+122
* Bump ghc version to 8.9Ryan Scott2019-02-201-4/+4
* Look through newtype wrappers (Trac #16254)Krzysztof Gogolewski2019-02-194-0/+21
* Make constructor wrappers inline only during the final phaseArnaud Spiwack2019-02-197-5/+42
* Disable binder swap in OccurAnal (Trac #16288)Krzysztof Gogolewski2019-02-195-2/+40
* Fix warnings and fatal parsing errorsVladislav Zavialov2019-02-179-27/+100
* Testsuite: implement use_specs.Tamar Christina2019-02-172-0/+29
* Run some of Haddock's tests in the testsuiteAlec Theriault2019-02-162-0/+89
* Remove Simon's special number from typecheck/should_fail/all.twip/unexpected-testMatthew Pickering2019-02-161-1/+0
* Fix tests which were made to pass by "Make a smart mkAppTyM"Matthew Pickering2019-02-163-3/+3
* Fix and Reapply "Performance tests: recover a baseline from ancestor commits ...David Eichmann2019-02-165-65/+277
* 'forall' always a keyword, plus the dot type operatorVladislav Zavialov2019-02-159-22/+28
* Fail fast in solveLocalEqualitiesSimon Peyton Jones2019-02-1422-441/+28
* Make a smart mkAppTyMSimon Peyton Jones2019-02-141-4/+9
* Implement -Wredundant-record-wildcards and -Wunused-record-wildcardsMatthew Pickering2019-02-147-1/+93
* Add perf test for #16190Sylvain Henry2019-02-143-0/+30
* Add `liftedTyped` to `Lift` classAlec Theriault2019-02-131-0/+7
* Fix #15849 by checking whether there's a do blocknineonine2019-02-125-4/+8
* Fix #16299 by deleting incorrect code from IfaceSynRyan Scott2019-02-121-5/+2
* Fix #16188Richard Eisenberg2019-02-1210-27/+222
* Fix #16293 by cleaning up Proxy# infelicitiesRyan Scott2019-02-124-0/+34
* testsuite: Report unexpected passes in junit outputMatthew Pickering2019-02-111-2/+5
* testsuite: Always skip T15897Ben Gamari2019-02-101-2/+2
* testsuite: Report stdout and stderr in JUnit outputBen Gamari2019-02-104-34/+69
* Capture and simplify constraints arising from running typed splicesMatthew Pickering2019-02-103-0/+29
* Stack: fix name mangling.Tamar Christina2019-02-093-0/+94
* Lexer: Alternate Layout Rule injects actual not virtual bracesAlan Zimmerman2019-02-084-0/+46
* API Annotations: parens anns discarded for `(*)` operatorAlan Zimmerman2019-02-084-1/+49
* API Annotations: AnnAt disconnected for TYPEAPPAlan Zimmerman2019-02-086-2/+115
* API Annotations: more explicit foralls fixupAlan Zimmerman2019-02-084-1/+95
* Fix test for T16180 on Darwin (fix #16128)Sylvain Henry2019-02-082-12/+11
* Fix #14729 by making the normaliser homogeneousRichard Eisenberg2019-02-088-0/+91
* testsuite: Mark T5515 as broken with debugged compilerBen Gamari2019-02-071-1/+1
* testsuite: Mark T14740 and tcfail159 as broken in debugged compilerBen Gamari2019-02-072-2/+2
* testsuite: Mark recomp007 as broken in debugged compilerBen Gamari2019-02-071-3/+4
* testsuite: Mark T11334b as broken in debugged compilerBen Gamari2019-02-071-1/+1
* Fix #16287 by checking for more unsaturated synonym argumentsRyan Scott2019-02-063-0/+23
* Fix #14579 by defining tyConAppNeedsKindSig, and using itRyan Scott2019-02-055-35/+79
* Add `-fplugin-trustworthy` to avoid marking modules as unsafeZejun Wu2019-02-046-0/+34
* testsuite: Mark print037 as broken when GHC is built with LLVMBen Gamari2019-02-042-1/+13
* testsuite: Use makefile_test for T16212Ben Gamari2019-02-041-1/+1
* testsuite: Skip T15897 in unregisterised wayBen Gamari2019-02-041-1/+4
* Report multiple errorsVladislav Zavialov2019-02-033-0/+68
* Reject oversaturated VKAs in type family equationsRyan Scott2019-02-016-1/+38
* Remove ExnStr and ThrowsExn businessSebastian Graf2019-02-015-6/+23
* Fix #16219: TemplateHaskell causes indefinite package build errorEdward Z. Yang2019-01-319-0/+133
* Revert "Performance tests: recover a baseline from ancestor commits and CI re...Ben Gamari2019-01-315-259/+62
* testsuite: Add test for #14828Ben Gamari2019-01-312-0/+19
* Add -fdefer-diagnostics to defer and group diagnostic messages in make-modeZejun Wu2019-01-317-0/+54
* Use ByteString to represent Cmm string literals (#16198)Sylvain Henry2019-01-311-1/+1