summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Fix scavenge_stack crash (#9045)Simon Marlow2014-04-292-0/+27
* annth_make, annth_compunits: Only run these tests if have_dynamic()Joachim Breitner2014-04-281-2/+6
* Print for-alls more often (Trac #9018)Simon Peyton Jones2014-04-288-11/+15
* tcrun045 should fail (implicit parameter as superclass)Simon Peyton Jones2014-04-282-1/+2
* Add a comprehensive test for using Annotations from THGergely Risko2014-04-288-0/+136
* Update 32-bit perf numbersSimon Peyton Jones2014-04-283-8/+16
* Remove the definition of die, which is now provided by System.ExitSimon Peyton Jones2014-04-281-4/+0
* Do type-class defaulting even if there are insoluble constraintsSimon Peyton Jones2014-04-2812-165/+123
* Test Trac #9036Simon Peyton Jones2014-04-283-0/+31
* Drop `template-haskell`'s build-dep on `containers`Herbert Valerio Riedel2014-04-251-7/+6
* Some typos in commentsGabor Greif2014-04-242-2/+2
* Don't eta-expand PAPs (fixes Trac #9020)Simon Peyton Jones2014-04-244-1/+1691
* Be less verbose when printing Names when we don't know what's in scopeSimon Peyton Jones2014-04-248-50/+43
* testsuite/spec001: untabify, kill trailing whitespaceAustin Seipp2014-04-201-99/+99
* Deprecate the AMP warnings.Austin Seipp2014-04-2011-15/+10
* Normalize GHC Trac URLsHerbert Valerio Riedel2014-04-195-5/+5
* Validate inferred theta. Fixes #8883Jan Stolarek2014-04-1912-9/+38
* Take account of the AvailTC invariant when importingSimon Peyton Jones2014-04-184-0/+11
* Update Cabal submodule to latest tip of 1.20 branchHerbert Valerio Riedel2014-04-171-84/+24
* Make qReport force its error message before printing itSimon Peyton Jones2014-04-173-0/+12
* Test Trac #8985Simon Peyton Jones2014-04-142-0/+17
* Expected output of as-pattern testDr. ERDI Gergo2014-04-121-0/+4
* Add source file for new test that checks that as-patterns are rejectedDr. ERDI Gergo2014-04-121-0/+4
* Fix #8641, creating directories when we have stubs.Edward Z. Yang2014-04-103-0/+19
* Split off pattern synonym definition checking from pattern inversionDr. ERDI Gergo2014-04-101-0/+1
* Fix egregious blunder in the type flattenerSimon Peyton Jones2014-04-105-32/+58
* Suppress uniques to stop output wobbling (test for Trac #8958)Simon Peyton Jones2014-04-092-50/+50
* Fix #5435, adding new test config check_stdout.Edward Z. Yang2014-04-093-3/+37
* Improve error reporting for untouchable type variablesSimon Peyton Jones2014-04-085-18/+23
* Test Trac #8963Simon Peyton Jones2014-04-082-0/+10
* Zonk the existential type variables in tcPatSynDeclSimon Peyton Jones2014-04-082-0/+9
* Derive Typable for promoted data constructors (Trac #8950)Simon Peyton Jones2014-04-073-9/+9
* Update long-out-of-date performance numbers on 32-bitSimon Peyton Jones2014-04-074-24/+47
* Small issue with signatures in a TH splice (fixes Trac #8932)Simon Peyton Jones2014-04-073-0/+19
* Require PatternSynonyms language flag when encountering a use of pattern synonymDr. ERDI Gergo2014-04-066-0/+24
* Add test case for #8950.Richard Eisenberg2014-04-052-0/+19
* Fix #8958.Richard Eisenberg2014-04-055-3/+69
* Simplify and tidy up the handling of tuple namesSimon Peyton Jones2014-04-042-1/+17
* Test Trac #8931Simon Peyton Jones2014-04-033-0/+5
* Fix desguaring of bang patterns (Trac #8952)Simon Peyton Jones2014-04-033-0/+10
* CopySmallArrayStressTest needs randomJoachim Breitner2014-03-291-1/+1
* Add SmallArray# and SmallMutableArray# typesJohan Tibell2014-03-297-0/+752
* increase bounds for T3064Simon Marlow2014-03-271-1/+1
* Add flags to control memcpy and memset inliningJohan Tibell2014-03-264-0/+25
* Suppress uniques for simpl016 to normalise debug outputSimon Peyton Jones2014-03-252-5/+5
* Test Trac #8848Simon Peyton Jones2014-03-255-0/+72
* Improve the desugaring of RULE left-hand-sides (fixes Trac #8848)Simon Peyton Jones2014-03-251-4/+4
* Implicit parameters should not be allowed in class and instance declarationsSimon Peyton Jones2014-03-247-11/+31
* Flattener preserves synonyms, rewriteEvidence can drop buggy "optimisation"Simon Peyton Jones2014-03-243-10/+21
* Revert "Fix #8745 - GND is now -XSafe compatible."Austin Seipp2014-03-2410-7/+97