summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Modify Nmax to maxN Trac #10728MarcelineVQ2015-12-234-5/+50
* Test Trac #11274Simon Peyton Jones2015-12-233-0/+16
* Add a pattern-syn form of PromotionErrSimon Peyton Jones2015-12-235-6/+21
* Wibble to error message in Trac #10426Simon Peyton Jones2015-12-231-1/+1
* Revert "Allow as-patterns in pattern synonym declarations."Simon Peyton Jones2015-12-236-19/+1
* Implement -hide-all-plugin-packages and -plugin-package(-id), fixing #11244Edward Z. Yang2015-12-226-4/+26
* Refactor named wildcards (again)Simon Peyton Jones2015-12-225-13/+19
* Remove another duplicate testBen Gamari2015-12-221-1/+0
* Remove duplicate T11224 test definitionBen Gamari2015-12-221-1/+0
* Fix typechecking for pattern synonym signaturesSimon Peyton Jones2015-12-228-15/+65
* Rework Template Haskell's handling of strictnessRyanGlScott2015-12-2224-32/+223
* Update Cabal submodule to latest snapshotHerbert Valerio Riedel2015-12-221-1/+2
* Make HsAppsType contents LocatedAlan Zimmerman2015-12-221-2/+2
* testsuite/ClassOperator: Mark as compile_fail instead of should_failBen Gamari2015-12-212-1/+53
* Fix #11256 by not immediately erroring if we can't find a module.Edward Z. Yang2015-12-213-7/+7
* Add proper GADTs support to Template HaskellJan Stolarek2015-12-2132-55/+286
* testsuite: Add testcase for #8316Ben Gamari2015-12-213-0/+10
* testsuite/ClassOperator: This actually should_failBen Gamari2015-12-213-3/+1
* Maintain cost-centre stacks in the interpreterSimon Marlow2015-12-2161-276/+171
* Encode strictness in GHC generics metadataRyanGlScott2015-12-216-86/+253
* testsuite: Add ClassOperator testcaseBen Gamari2015-12-212-0/+22
* Warn about unused type variables in type familiesMichał Sośnicki2015-12-2124-25/+283
* Modify IsString String instance (fixes #10814)Dan Doel2015-12-215-0/+11
* Allow as-patterns in pattern synonym declarations.Matthew Pickering2015-12-206-2/+19
* Disallow empty where bindings in pattern synonym declarations.Matthew Pickering2015-12-204-1/+5
* Update containers submodule to v0.5.7.1 release tagHerbert Valerio Riedel2015-12-203-4/+4
* Documentation, tests for hsc2hs's new #alignment macroRyanGlScott2015-12-197-0/+50
* Add test for T11122Ben Gamari2015-12-183-1/+36
* tcCheckSatisfiability: less aggressive superclass expansionSimon Peyton Jones2015-12-183-0/+123
* Test Trac #11248, #11249Simon Peyton Jones2015-12-183-0/+86
* Testsuite Windows: fix ghcpkg03 and ghcpkg05Thomas Miedema2015-12-183-27/+4
* Testsuite Windows: fix sigof01m, sigof012m and sigof02dmThomas Miedema2015-12-185-32/+3
* Testsuite: widen lazy-bs-alloc 3->5%Thomas Miedema2015-12-181-1/+2
* Update containers submodule to v0.5.7.0 releaseHerbert Valerio Riedel2015-12-183-6/+6
* Move Data.Functor.(Classes,Compose,Product,Sum) into baseRyanGlScott2015-12-171-1/+2
* Testsuite: mark frontend01 conditionally expect_broken on #10301Thomas Miedema2015-12-171-1/+4
* Suppress warnings when compiling primitive and randomThomas Miedema2015-12-171-1/+1
* Testsuite: allow spaces in TEST_HC passed in by the userThomas Miedema2015-12-171-17/+13
* Fix #11230.Richard Eisenberg2015-12-174-0/+37
* Fix tcTyClTyVars to handle SigTvsRichard Eisenberg2015-12-172-8/+6
* Testsuite: #10712 is fixedThomas Miedema2015-12-171-3/+3
* Disable recomp015 on ARMBen Gamari2015-12-171-1/+3
* T9961 allocations crept further upwardsBen Gamari2015-12-171-2/+3
* Remove unused T10524.stderrSimon Peyton Jones2015-12-171-10/+0
* Add -fprint-typechecker-elaboration flag (fixes #10662)Eugene Akentyev2015-12-175-4/+16
* Reify DuplicateRecordFields by label, rather than by selectorAdam Gundry2015-12-175-2/+45
* Fix #11232.Richard Eisenberg2015-12-172-0/+16
* Conditionally show plural "s" in warningsDavid Luposchainsky2015-12-177-66/+120
* TcTypeable: Don't use bogus fingerprints when suppress-uniques is enabledBen Gamari2015-12-173-5/+15
* testsuite: Add missing LiteralsTest2.hsBen Gamari2015-12-171-0/+24