summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Fix map/coerce rule for newtypes with wrappersKrzysztof Gogolewski2019-03-053-0/+19
* Test Runner: don't show missing baseline warning for performance tests with e...David Eichmann2019-03-051-15/+18
* Be more careful when naming TyCon bindersSimon Peyton Jones2019-03-053-12/+12
* Don't leave .hi files after running Haddock testsAlec Theriault2019-03-041-0/+4
* testsuite: Suppress ticks when comparing -ddump-simpl outputBen Gamari2019-03-013-26/+26
* Fix parsing of expected performance changes for tests with non-alpha characters.David Eichmann2019-03-011-1/+1
* Lexer: turn some fatal errors into non-fatal onesAlec Theriault2019-03-013-3/+18
* Visible dependent quantificationRyan Scott2019-03-0133-6/+317
* Cleanup iserv/iserv-proxyMoritz Angermann2019-02-2810-0/+83
* Fix intermittent hie002 failureVladislav Zavialov2019-02-271-1/+2
* RTS: Add missing memory barrierPeter Trommler2019-02-271-3/+6
* Treat kind/type variables identically, demolish FKTVVladislav Zavialov2019-02-2748-113/+89
* Skip T3424 when fast()wip/test-t3424Vladislav Zavialov2019-02-261-0/+1
* Fix the ghci063 test on Darwin (Trac #16201)wip/trac-16201Vladislav Zavialov2019-02-252-1/+13
* Disable fragile test cases: T14697 T5559 T3424Vladislav Zavialov2019-02-243-6/+15
* testsuite: Fix whitespace in hp2ps error messageBen Gamari2019-02-231-1/+1
* Exit with exit code 1 when tests unexpectedly passMatthew Pickering2019-02-233-2/+10
* Expression/command ambiguity resolutionVladislav Zavialov2019-02-231-3/+39
* Add AnonArgFlag to FunTySimon Peyton Jones2019-02-237-21/+20
* Fix exprIsConApp_maybeSimon Peyton Jones2019-02-222-0/+7
* Testsuite: opt-in to symlinks on WindowsTamar Christina2019-02-211-1/+1
* Dot/bang operators in export lists (Trac #16339)Vladislav Zavialov2019-02-212-0/+19
* Fix test runner crash when not in a git repoDavid Eichmann2019-02-213-14/+18
* Improve the very simple optimiser slightlySimon Peyton Jones2019-02-204-0/+11
* 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