summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Narrow scope of special-case for unqualified printing of names in core librariesBen Gamari2015-12-1582-1008/+1238
* Allow recursive (undecidable) superclassesSimon Peyton Jones2015-12-1544-362/+310
* Update expected test output for 32 bit platformsErik de Castro Lopo2015-12-1510-140/+146
* DynFlags Remove -fwarn-context-quantification flagBen Gamari2015-12-152-19/+18
* Test #9632 in dependent/should_compile/T9632Richard Eisenberg2015-12-142-0/+12
* Add testcase for #11216Ben Gamari2015-12-142-0/+7
* Make binds in do-blocks strict when -XStrict (#11193)Adam Sandberg Eriksson2015-12-143-0/+12
* Suggest import Data.Kinds when * is out of scopeRichard Eisenberg2015-12-143-0/+17
* Use Cxt for deriving clauses in TH (#10819)Ben Gamari2015-12-145-4/+38
* Some more typos in commentsGabor Greif2015-12-141-1/+1
* Refactor type families in Template HaskellJohn Leo2015-12-1210-33/+38
* Make -XStrict imply -XStrictDataAdam Sandberg Eriksson2015-12-123-2/+14
* Rework the Implicit CallStack solver to handle local lets.Eric Seidel2015-12-1223-336/+337
* Implement -fwarn-missing-pat-syn-sigsMatthew Pickering2015-12-124-2/+38
* Frontend plugins.Edward Z. Yang2015-12-126-0/+68
* Test #9017 in polykinds/T9017Richard Eisenberg2015-12-113-0/+35
* Test case for #7961.Richard Eisenberg2015-12-112-0/+27
* 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