summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | testsuite/T9379: Use GHC.Conc instead of Control.Concurrent.STMBen Gamari2014-08-141-1/+3
|/
* 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
* 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