summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Set VERSION=7.8.4, RELEASE=YESghc-7.8.4-releaseAustin Seipp2014-12-231-2/+2
* One _more_ documentation note.Austin Seipp2014-12-191-0/+7
* One more documentation note.Austin Seipp2014-12-191-0/+9
* Further improvements to floating equalitiesSimon Peyton Jones2014-12-193-120/+279
* Add package flags to --show-options outputLennart Kolmodin2014-12-191-1/+1
* More release notesAustin Seipp2014-12-191-0/+48
* Fix support for deriving Generic1 for data families (FIX #9563)Jose Pedro Magalhaes2014-12-153-4/+24
* Set llc and opt commands on all platformsAustin Seipp2014-12-151-12/+12
* Test Trac #9390Simon Peyton Jones2014-12-153-0/+29
* When desugaring Use the smart mkCoreConApps and friendsSimon Peyton Jones2014-12-155-11/+11
* Test #9371 (indexed-types/should_fail/T9371)Richard Eisenberg2014-12-153-0/+31
* Fix Trac #9371.Richard Eisenberg2014-12-151-1/+21
* Test #9415 (typecheck/should_fail/T9415)Richard Eisenberg2014-12-153-0/+14
* Fix #9415.Richard Eisenberg2014-12-151-1/+16
* fix inconsistency in exported functions from TcSplice.lhs/lhs-boot files when...Karel Gardas2014-12-151-4/+4
* ghc.mk: fix list for dll-split on GHCi-less buildsSergei Trofimovich2014-12-151-42/+48
* Fix detection of GNU gold linker if invoked via gcc with parametersSebastian Dröge2014-12-151-2/+5
* Make libffi install into a predictable directory (#9620)Reid Barton2014-12-151-0/+7
* cabal: Update to fix notorious '-fPIC' bugAustin Seipp2014-12-151-0/+0
* compiler: fix trac issue #9817Austin Seipp2014-12-154-6/+6
* Link pre-ARMv6 spinlocks into all RTS variantsJoachim Breitner2014-12-152-7/+8
* 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