summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Implement deriving strategiesRyan Scott2016-09-3041-18/+294
* Make tcrun042 failSimon Peyton Jones2016-09-303-1/+15
* Add missing stderr fileSimon Peyton Jones2016-09-301-0/+18
* Fix impredicativity (again)Simon Peyton Jones2016-09-3020-50/+185
* Fix a bug in occurs checkingSimon Peyton Jones2016-09-306-9/+55
* Fix desugaring of pattern bindings (again)Simon Peyton Jones2016-09-303-0/+12
* Test Trac #12634Simon Peyton Jones2016-09-293-1/+26
* Comments and manual only: spellingGabor Greif2016-09-282-2/+2
* Fix layout of MultiWayIf expressions (#10807)Ömer Sinan Ağacan2016-09-263-0/+48
* Print foralls in user formatSimon Peyton Jones2016-09-269-11/+17
* Update test outputJoachim Breitner2016-09-241-1/+1
* Replace INLINEABLE by INLINABLE (#12613)Joachim Breitner2016-09-242-2/+2
* Fix #12442.Richard Eisenberg2016-09-233-3/+64
* Fix failing test T12504Tamar Christina2016-09-212-3/+2
* Add test case for #7611Joachim Breitner2016-09-153-0/+34
* Fix codegen bug in PIC version of genSwitch (#12433)Simon Marlow2016-09-152-1/+2
* Testsuite wibbles, to the same filesSimon Peyton Jones2016-09-132-2/+2
* Test wibbles for commit 03541cbaSimon Peyton Jones2016-09-126-2/+21
* Be less picky about reporing inaccessible codeSimon Peyton Jones2016-09-1215-89/+67
* Add hs_try_putmvar()Simon Marlow2016-09-129-0/+368
* Fix derived Ix instances for one-constructor GADTsRyan Scott2016-09-112-0/+12
* Add failing testcase for #12433Ben Gamari2016-09-082-0/+14
* Make the test for #11108 less fragileTakano Akio2016-09-052-4/+4
* Derive the Generic instance in perf/compiler/T5642Ryan Scott2016-09-052-874/+4
* Make generated Ord instances smaller (per #10858).Petr Prokhorenkov2016-09-054-0/+21
* Less scary arity mismatch error message when derivingmniip2016-09-053-7/+3
* Turn divInt# and modInt# into bitwise operations when possibleTakano Akio2016-09-054-0/+22
* Don't ignore addTopDecls in module finalizers.Facundo Domínguez2016-09-054-0/+16
* accept current (problematic) outputGabor Greif2016-09-041-1/+5
* test #12567: add new testcase with expected plugin behaviourGabor Greif2016-09-046-0/+26
* Fix #10923 by fingerprinting optimization level.Edward Z. Yang2016-09-023-1/+14
* Added support for deprecated POSIX functions on Windows.Tamar Christina2016-09-015-4/+37
* Fix startsVarSym and refactor operator predicates (fixes #4239)Malo Jaffré2016-09-013-1/+3
* Revert "Fix startsVarSym and refactor operator predicates (fixes #4239)"Ben Gamari2016-09-013-3/+1
* Fix startsVarSym and refactor operator predicates (fixes #4239)Ben Gamari2016-09-013-1/+3
* restore -fmax-worker-args handling (Trac #11565)Sergei Trofimovich2016-09-012-4/+8
* Revert "testsuite: Update bytes allocated of parsing001"Ben Gamari2016-09-011-2/+1
* RnExpr: Fix ApplicativeDo desugaring with RebindableSyntaxBen Gamari2016-08-312-0/+31
* Remove redundant-constraints from -Wall (#10635)Adam C. Foltzer2016-08-317-7/+32
* Add -fdefer-out-of-scope-variables flag (#12170).Eugene Akentyev2016-08-316-0/+39
* testsuite: Update bytes allocated of parsing001Ben Gamari2016-08-311-1/+2
* A failing testcase for T12485Bartosz Nitka2016-08-317-0/+39
* testsuite: Failing testcase for #12091Ben Gamari2016-08-313-0/+6
* Bump the default allocation area size to 1MBSimon Marlow2016-08-312-5/+8
* Fixes #12504: Double-escape paths used to build call to hsc_lineRichard Cook2016-08-315-0/+25
* Tag pointers in interpreted constructorsmniip2016-08-304-0/+55
* Fix binary-trees regression from unnecessary floating in CorePrep.Edward Z. Yang2016-08-303-0/+44
* Missing stderr for T12531.Edward Z. Yang2016-08-301-0/+9
* Template Haskell support for TypeApplicationsRyan Scott2016-08-293-0/+26
* Fix scoping of type variables in instancesSimon Peyton Jones2016-08-262-0/+11