summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update pattern synonym type signature syntax to that used in GHC 7.10wip/pattern-synonym-sig-backportDr. ERDI Gergo2014-11-293-35/+25
* configure.ac: fix test == bashismTuncer Ayaz2014-11-261-4/+4
* Remove release notes for IO manager bugAustin Seipp2014-11-201-7/+0
* Revert "Revert "Revert "rts/base: Fix #9423"" and resolve issue that caused t...Austin Seipp2014-11-195-79/+34
* Undo release notes (re: precedence fix)Austin Seipp2014-11-051-6/+0
* Revert "Use correct precedence when printing contexts with class operators"Austin Seipp2014-11-0519-106/+97
* Update release notesAustin Seipp2014-11-051-0/+7
* Revert "Revert "rts/base: Fix #9423"" and resolve issue that caused the revert.Andreas Voellmy2014-11-055-34/+79
* Release note blurb for #9433Austin Seipp2014-11-031-0/+6
* Check for un-saturated type family applicationsSimon Peyton Jones2014-11-034-1/+24
* Make Core Lint check for un-saturated type applicationsSimon Peyton Jones2014-11-031-4/+11
* Fix a typo in an error messageGabor Greif2014-11-031-1/+1
* Flesh out release notes.Austin Seipp2014-11-031-1/+83
* Add skeleton 7.8.4 release notesAustin Seipp2014-11-033-0/+23
* rnMethodBind: reject pattern synonyms in instance definitions (fixes #9705)Dr. ERDI Gergo2014-11-034-0/+18
* Do not duplicate call information in SpecConstr (Trac #8852)Simon Peyton Jones2014-11-031-23/+49
* Introduce the Call data typesSimon Peyton Jones2014-11-031-3/+16
* Improve comments and tracing in SpecConstrSimon Peyton Jones2014-11-031-22/+31
* Use correct precedence when printing contexts with class operatorsSimon Peyton Jones2014-11-0319-97/+106
* testsuite: mark testwsdeque mark as faulty on NOSMP buildsSergei Trofimovich2014-11-031-0/+1
* testsuite: disable gcc's warnings about casts of incompatible prototypes in U...Sergei Trofimovich2014-11-031-0/+7
* testsuite: T7815 requires SMP support from ghcSergei Trofimovich2014-11-031-0/+1
* x86: zero extend the result of 16-bit popcnt instructions (#9435)Reid Barton2014-10-271-4/+8
* Include pattern synonyms as AConLikes in the type environment,Dr. ERDI Gergo2014-10-272-13/+10
* Take account of the AvailTC invariant when importingSimon Peyton Jones2014-10-275-32/+59
* systools: fix gcc version detecton on non-english localeSergei Trofimovich2014-10-271-4/+52
* Fix a rare parallel GC bugSimon Marlow2014-10-271-1/+6
* pprC: declare extern cmm primitives as functions, not dataSergei Trofimovich2014-10-271-0/+1
* driver: pass '-fPIC' option to assembler as wellSergei Trofimovich2014-10-271-0/+44
* UNREG: fix emission of large Integer literals in C codegenSergei Trofimovich2014-10-271-3/+27
* rts/Linker.c: declare 'deRefStablePtr' as an exported 'rts' symbolSergei Trofimovich2014-10-271-0/+1
* Bug #9439: Ensure that stage 0 compiler isn't affectedBen Gamari2014-10-273-0/+60
* interruptible() was not returning true for BlockedOnSTM (#9379)Simon Marlow2014-08-044-7/+38
* A panic in CmmBuildInfoTables.bundle shouldn't be a panic (#9329)Simon Marlow2014-08-043-4/+14
* Allow multiple entry points when allocating recursive groups (#9303)Simon Marlow2014-08-044-35/+50
* Acquire all_tasks_mutex in forkProcessEdsko de Vries2014-08-043-2/+18
* Avoid deadlock in freeTask (called by forkProcess)Edsko de Vries2014-08-041-0/+14
* RELEASE=NOAustin Seipp2014-07-141-1/+1
* 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