summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Set VERSION=7.8.3, RELEASE=YESghc-7.8.3-releaseAustin Seipp2014-07-091-2/+2
* rts: Fix #9003 with an annoying hackAustin Seipp2014-07-092-1/+8
* Release note updates for 7.8.3Austin Seipp2014-07-041-0/+34
* Fix windows breakage (fallout from 34f7e9a3c998)Austin Seipp2014-07-042-3/+1
* Avoid NondecreasingIndentation syntax in ghc-pkgHerbert Valerio Riedel2014-07-032-31/+31
* Partially fix #9003 by reverting bad numbering.Edward Z. Yang2014-07-031-13/+15
* Fix T7438 outputAustin Seipp2014-07-031-1/+1
* Add Note [Placeholder PatSyn kinds] in TcBindsSimon Peyton Jones2014-07-032-11/+36
* Add fake entries into the global kind environment for pattern synonyms.Dr. ERDI Gergo2014-07-037-8/+43
* Test Trac #9023Simon Peyton Jones2014-07-032-0/+7
* Make the matcher and wrapper Ids in PatSyn into LocalIds, not GlobalIdsSimon Peyton Jones2014-07-0317-134/+155
* Print for-alls more often (Trac #9018)Simon Peyton Jones2014-07-0310-33/+70
* Fix egregious instantiation bug in matchOneConLike (fixing Trac #9023)Simon Peyton Jones2014-07-0314-82/+113
* Improve tracing slightlySimon Peyton Jones2014-07-031-2/+3
* Store IfExtNames for PatSyn matchers and wrappers in interface file.Dr. ERDI Gergo2014-07-0311-210/+169
* Instead of tracking Origin in LHsBindsLR, track it in MatchGroupDr. ERDI Gergo2014-07-0329-200/+186
* Expected output of as-pattern testDr. ERDI Gergo2014-07-031-0/+4
* Add source file for new test that checks that as-patterns are rejectedDr. ERDI Gergo2014-07-031-0/+4
* Remove unused variable binding to fix validateDr. ERDI Gergo2014-07-031-2/+2
* Split off pattern synonym definition checking from pattern inversionDr. ERDI Gergo2014-07-032-42/+69
* Add comments & notes explaining the typing of pattern synonym definitionsDr. ERDI Gergo2014-07-031-6/+94
* Update documentationJan Stolarek2014-07-033-3/+4
* Mark HPC ticks labels as dynamicReid Barton2014-07-021-0/+2
* Add missing test file T7269Simon Peyton Jones2014-07-021-0/+13
* Fix yet another bug in 'deriving' for polykinded classes (Trac #7269)Simon Peyton Jones2014-07-026-39/+34
* Wibble to 4cfc1faeSimon Peyton Jones2014-07-021-1/+1
* Refactoring around TyCon.isSynTyConSimon Peyton Jones2014-07-027-42/+44
* Fix invariant in mkAppCoFlexibleSimon Peyton Jones2014-07-021-1/+3
* Lint should check that TyConAppCo doesn't have a synonym in the tycon positionSimon Peyton Jones2014-07-021-0/+3
* Comment the expect_broken for Trac #9208Simon Peyton Jones2014-07-021-0/+3
* Mark T9208 as broken when debugging is onJoachim Breitner2014-07-021-1/+1
* Test #9085.Richard Eisenberg2014-07-023-0/+12
* Fix #9085.Richard Eisenberg2014-07-021-3/+3
* Check for integer overflow in allocate() (#9172)Reid Barton2014-07-028-1/+68
* Test Trac #9222Simon Peyton Jones2014-07-022-0/+8
* In TcValidity.checkAmbiguity, skolemise kind vars that appear free in the kin...Simon Peyton Jones2014-07-021-3/+8
* Fix demand analyser for unboxed typesSimon Peyton Jones2014-07-025-11/+78
* Remove extraneous debugging output (#9071)Reid Barton2014-07-021-2/+1
* Control CPP through settings file (#8683)Carter Tazio Schonwald2014-07-026-15/+142
* Fix T9160 under ./validateAustin Seipp2014-07-021-0/+3
* Fix merge fallout, killing validateAustin Seipp2014-06-301-1/+0
* Fix elemLocalRdrEnv (Trac #9160)Simon Peyton Jones2014-06-304-20/+72
* Adding missing test files for #9071Simon Peyton Jones2014-06-306-0/+44
* Fix Trac #9071, an egregious bug in TcDeriv.inferConstraintsSimon Peyton Jones2014-06-304-23/+28
* Line up kind and type variables correctly when desugaring TH bracketsSimon Peyton Jones2014-06-303-5/+18
* Better debug printingSimon Peyton Jones2014-06-303-8/+23
* Make splitStrProdDmd (and similarly Use) more robustSimon Peyton Jones2014-06-303-28/+121
* Revert "Store IfExtNames for PatSyn matchers and wrappers in interface file."Austin Seipp2014-06-2311-169/+155
* Revert "Fix egregious instantiation bug in matchOneConLike (fixing Trac #9023)"Austin Seipp2014-06-2314-114/+82
* Revert "Test Trac #9023"Austin Seipp2014-06-232-7/+0