summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix bindisttest MakefileIan Lynagh2010-06-162-2/+2
* Remove some more unused make variablesIan Lynagh2010-06-161-10/+0
* Convert some more variable names to FOO_CMD, for consistencyIan Lynagh2010-06-163-21/+8
* Rename some variables from FOO to FOO_CMDIan Lynagh2010-06-166-17/+17
* Make the "show" target work anywhere in the build treeIan Lynagh2010-06-162-1/+9
* Change ghc-pwd's license to a string Cabal recognisesIan Lynagh2010-06-151-1/+1
* fix warningSimon Marlow2010-06-041-1/+1
* --install-signal-handles=no does not affect the timer signal (#1908)Simon Marlow2010-05-271-0/+9
* Small optimisation: allocate nursery blocks contiguouslySimon Marlow2010-05-091-23/+37
* fix -fforce-recomp setting: module is PrimOp, not PrimOpsSimon Marlow2010-05-071-1/+1
* it should be an error to use relative directories (#4134)Simon Marlow2010-06-151-0/+3
* missing include-dirs or library-dirs is only a warning now (#4104)Simon Marlow2010-06-151-24/+35
* fix #3822: desugaring case command in arrow notationRoss Paterson2010-06-151-17/+11
* Deprecate the -fvia-C flag; trac #3232Ian Lynagh2010-06-151-2/+4
* Avoid using the new ~~ perl operator in the manglerIan Lynagh2010-06-151-2/+2
* stmAddInvariantToCheck: add missing init of invariant->lock (#4057)Simon Marlow2010-06-151-0/+1
* Add new LLVM code generator to GHC. (Version 2)David Terei2010-06-1533-226/+3402
* Fix Trac #4127: build GlobalRdrEnv in GHCi correctlysimonpj@microsoft.com2010-06-153-21/+18
* Comments, and improvement to pretty-printing of HsGroupsimonpj@microsoft.com2010-06-152-11/+20
* Don't reverse bindings in rnMethodBinds (fix Trac #4126)simonpj@microsoft.com2010-06-141-4/+5
* Fix Trac #4120: generate a proper coercion when unifying forall typessimonpj@microsoft.com2010-06-141-3/+8
* Use mkFunTy to ensure that invariants are respectedsimonpj@microsoft.com2010-06-141-1/+1
* Remove redundant debug codesimonpj@microsoft.com2010-06-011-5/+1
* Fix Trac #4099: better error message for type functionssimonpj@microsoft.com2010-05-311-14/+9
* Gruesome fix in CorePrep to fix embarassing Trac #4121simonpj@microsoft.com2010-06-141-42/+122
* Fix a bug in CorePrep that meant output invariants not satisfiedsimonpj@microsoft.com2010-05-311-20/+17
* Robustify the treatement of DFunUnfoldingsimonpj@microsoft.com2010-05-3112-47/+96
* Fix spelling in commentsimonpj@microsoft.com2010-06-141-1/+1
* Update docs on view patternssimonpj@microsoft.com2010-06-141-4/+2
* Fix printing of splices; part of #4124Ian Lynagh2010-06-131-2/+10
* In ghci, catch IO exceptions when calling canonicalizePathIan Lynagh2010-06-131-3/+7
* Whitespace onlyIan Lynagh2010-06-121-73/+73
* Whitespace onlyIan Lynagh2010-06-121-554/+554
* Update ghci example output in user guide; patch from YitzGale in #4111Ian Lynagh2010-06-121-1/+4
* Fix #4131 missing UNTAG_CLOSURE in messageBlackHole()benl@ouroborus.net2010-06-111-1/+1
* messageBlackHole: fix deadlock bug caused by a missing 'volatile'Simon Marlow2010-06-102-1/+11
* Pass --no-tmp-comp-dir to Haddock (see comment)Simon Marlow2010-06-041-0/+7
* Track changes to DPH libsRoman Leshchinskiy2010-06-071-11/+12
* Track changes to DPH libsRoman Leshchinskiy2010-06-071-1/+6
* In ghc-pkg, send warnings to stderrIan Lynagh2010-06-061-5/+10
* Re-add newlines to enable layout for multi-line input.Ian Lynagh2010-06-021-1/+1
* Don't use unnecessary parens when printing types (Fix Trac 4107)simonpj@microsoft.com2010-06-042-5/+23
* Track DPH library changesRoman Leshchinskiy2010-06-041-0/+2
* fix --source-entity option passed to Haddock: we needed to escape a #Simon Marlow2010-06-031-1/+1
* __stg_EAGER_BLACKHOLE_INFO -> __stg_EAGER_BLACKHOLE_info (#4106)Simon Marlow2010-06-021-1/+1
* Add xhtml package (a new dependency of Haddock; not installed/shipped)Simon Marlow2010-06-022-1/+6
* Use UserInterrupt rather than our own Interrupted exception (#4100)Simon Marlow2010-06-024-14/+17
* Add the global package DB to ghc --info (#4103)Simon Marlow2010-06-021-1/+2
* rts/sm/GC.c: resize_generations(): Remove unneeded check of number of generat...Marco TĂșlio Gontijo e Silva2010-05-281-5/+4
* rts/sm/BlockAlloc.c: Small comment correction.Marco TĂșlio Gontijo e Silva2010-05-261-1/+1