summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Add kind equalities to GHC.Richard Eisenberg2015-12-11319-1683/+2405
* Fix infix record field fixity (#11167 and #11173).Adam Gundry2015-12-1114-7/+117
* testsuite: Only run recomp015 on ELF-based platformsBen Gamari2015-12-111-1/+2
* Removed colon append operation (fixes #10785)Ben Gamari2015-12-115-14/+14
* T4801: Update expected allocations on DarwinBen Gamari2015-12-111-2/+3
* Mark retc001 as broken on DarwinBen Gamari2015-12-111-1/+2
* T7478: Don't expect broken on DarwinBen Gamari2015-12-111-1/+0
* Test Trac #11187Simon Peyton Jones2015-12-102-0/+19
* Test Trac #11192Simon Peyton Jones2015-12-103-0/+60
* More typos in comments/docsGabor Greif2015-12-093-5/+5
* Fix DeriveAnyClass (Trac #9968)Simon Peyton Jones2015-12-095-0/+24
* An assortment of typosGabor Greif2015-12-081-1/+1
* Move checking for missing signatures to RnNames.reportUnusedNamesEric Seidel2015-12-072-0/+11
* Refactor ConDeclAlan Zimmerman2015-12-075-6/+8
* Use TypeLits in the meta-data encoding of GHC.GenericsRyanGlScott2015-12-077-1049/+851
* Add isImport, isDecl, and isStmt functions to GHC APIRoman Shatsov2015-12-075-1/+155
* Re-export data family when exporting a data instance without an export listDavid Kraeutmann2015-12-076-10/+29
* Implement new `-fwarn-noncanonical-monoid-instances`Herbert Valerio Riedel2015-12-065-3/+61
* Update peak_megabytes_allocated for T9675Ben Gamari2015-12-041-1/+2
* testsuite: Rename pmcheck/T7669 to pmcheck/T7669aBen Gamari2015-12-043-1/+1
* T5642: Fix skip usageBen Gamari2015-12-041-1/+1
* Tidy user type errors in checkValidTypeSimon Peyton Jones2015-12-041-1/+1
* Fix egregious error in eta-reduction of data familiesSimon Peyton Jones2015-12-043-1/+22
* Add derived constraints for wildcard signaturesSimon Peyton Jones2015-12-043-0/+21
* Case-of-empty-alts is trivial (Trac #11155)Simon Peyton Jones2015-12-043-1/+21
* Make callToPats deterministic in SpecConstrBartosz Nitka2015-12-047-23/+82
* T5642: Skip it entirelyBen Gamari2015-12-041-1/+1
* T5642 is brokenBen Gamari2015-12-041-0/+1
* Bump allocations for T783Ben Gamari2015-12-041-1/+3
* Update test outputBen Gamari2015-12-031-0/+4
* Revert "Create empty dump files when there was nothing to dump"Ben Gamari2015-12-034-62/+0
* testsuite: haddock.compiler: Bump expected allocationsBen Gamari2015-12-031-1/+2
* Major Overhaul of Pattern Match Checking (Fixes #595)George Karachalias2015-12-0364-53/+579
* Update bytestring submoduleHerbert Valerio Riedel2015-12-024-6/+6
* Create empty dump files when there was nothing to dumpVladimir Trubilov2015-12-024-0/+62
* Avoid panic due to partial ieNameEric Seidel2015-12-023-0/+7
* Make the order of fixities in the iface file deterministicBartosz Nitka2015-12-024-0/+36
* Refactor treatment of wildcardsSimon Peyton Jones2015-12-01250-2690/+2841
* Make the determinism tests more robustBartosz Nitka2015-12-013-3/+4
* Implement warnings for Semigroups as parent of MonoidDavid Luposchainsky2015-11-2910-25/+83
* Update containers submoduleHerbert Valerio Riedel2015-11-293-4/+4
* GHCi should not defer typed holesThomas Miedema2015-11-291-16/+14
* Remove deprecated quasiquoter syntax.Matthew Pickering2015-11-292-5/+1
* Implement new -XTemplateHaskellQuotes pragmaHerbert Valerio Riedel2015-11-294-8/+8
* Check arity on default decl for assoc typesSimon Peyton Jones2015-11-273-0/+13
* Refactor default methods (Trac #11105)Simon Peyton Jones2015-11-253-27/+54
* Simplify the MonadFail codeSimon Peyton Jones2015-11-241-78/+52
* Add -Wcompat warning flag groupDavid Luposchainsky2015-11-246-0/+73
* Rearrange error msgs and add section markers (Trac #11014).Evan Laforge2015-11-24143-504/+510
* Implement new `-fwarn-noncanonical-monad-instances`Herbert Valerio Riedel2015-11-243-0/+71