summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/master' into ghc-genericsSimon Peyton Jones2011-05-2642-756/+883
|\
| * Bump specConstr threshold to match to 10x factor added toSimon Marlow2011-05-261-2/+2
| * Remove unused ghci/ByteCodeFFI.lhsIan Lynagh2011-05-253-30/+1
| * ghc-pkg: report parser warnings when registering packagesDuncan Coutts2011-05-251-4/+11
| * Provide the pkgroot value in ghc-pkg dump & describe when necessaryDuncan Coutts2011-05-251-40/+84
| * sizeExpr: multiply all the sizes by 10, except for primops. ThisSimon Marlow2011-05-252-30/+33
| * prog_argv and rts_argv now contain *copies* of the args passed toSimon Marlow2011-05-255-53/+112
| * Add stricter ghc-pkg checks on package file/dir/url fieldsDuncan Coutts2011-05-252-11/+26
| * Implement ${pkgroot} spec, allows relocatable registered packagesDuncan Coutts2011-05-252-74/+150
| * Deprecate the ghc-pkg --auto-ghci-libs flagDuncan Coutts2011-05-251-0/+3
| * ghc-pkg: don't expand ${name}-style env vars by defaultDuncan Coutts2011-05-251-4/+12
| * deprecate the -n option (#5180)Simon Marlow2011-05-254-27/+4
| * fix an integer overflow (#5086), and pre-emptively avoid more of theseSimon Marlow2011-05-253-11/+19
| * Disable DatatypeContexts by defaultIan Lynagh2011-05-241-1/+5
| * Fix +RTS -G1 (by deleting code, yay!) (#5026)Simon Marlow2011-05-241-10/+0
| * fix warningSimon Marlow2011-05-241-1/+1
| * Install the mtl package into the bindist when validating. This allowsSimon Marlow2011-05-241-0/+15
| * fix warningsSimon Marlow2011-05-241-1/+3
| * make the change to go_pap suggested in #4978. According to nofib, oneSimon Marlow2011-05-241-6/+4
| * Assign more accurate code sizes to primops, so that the inliningSimon Marlow2011-05-249-79/+111
| * Tweak sizing heurstics for case expressions (see comments).Simon Marlow2011-05-242-10/+41
| * Merge branch 'master' of /home/simonmar/ghc-git/.Simon Marlow2011-05-2310-374/+10
| |\
| | * Revert "Add capability sets to the event system. Contains code from Duncan Co...Duncan Coutts2011-05-2310-374/+10
| * | Added utility to uniquely identify ghc repo statesDavid M Peixotto2011-05-221-0/+248
| |/
| * Fix small type in user guide.David Terei2011-05-201-1/+1
* | Do not be so eager about loading family-instance modulesSimon Peyton Jones2011-05-261-19/+22
* | Rejig the way in which generic default method signatures are checkedSimon Peyton Jones2011-05-266-78/+77
* | Remove comment.Jose Pedro Magalhaes2011-05-231-5/+1
* | Fix a bug with standalone deriving of Generic instances.Jose Pedro Magalhaes2011-05-231-4/+17
* | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-05-2028-260/+1260
|\ \ | |/
| * Make array copy primops inlineJohan Tibell2011-05-197-128/+231
| * Add array copy/clone primopsDaniel Peebles2011-05-195-2/+171
| * Merge branch 'master' of http://darcs.haskell.org/ghcDimitrios Vytiniotis2011-05-1911-10/+378
| |\
| | * add 'sync-all log'Simon Marlow2011-05-181-0/+4
| | * Add capability sets to the event system. Contains code from Duncan Coutts.Spencer Janssen2011-05-1810-10/+374
| * | Merge remote branch 'origin/master'Dimitrios Vytiniotis2011-05-18161-4965/+6323
| |\ \ | | |/
| | * FIX #4825: Update User Guide info on DLLs.Duncan Coutts2011-05-172-33/+64
| * | Fixes the way we check if flattening happened duringDimitrios Vytiniotis2011-05-182-6/+9
| * | Introducing:Dimitrios Vytiniotis2011-05-179-197/+530
* | | Merge branch 'ghc-generics' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-05-208-88/+88
|\ \ \
| * | | Simon's fixes to the generated type instances in GenericsSimon Peyton Jones2011-05-208-88/+88
* | | | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-05-1732-440/+1090
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Amend comment per Marlow's comments.Edward Z. Yang2011-05-161-15/+16
| * | Fix build when DEBUG is onMax Bolingbroke2011-05-151-1/+2
| * | Use FractionalLit more extensively to improve other pretty printersMax Bolingbroke2011-05-159-42/+57
| * | Record the original text along with parsed Rationals: fixes #2245Max Bolingbroke2011-05-1510-19/+48
| * | Work around lack of saving volatile registers from unsafe foreign calls.Edward Z. Yang2011-05-155-17/+120
| * | Make -ddump-to-file truncate existing files.Edward Z. Yang2011-05-152-14/+34
| * | More aggressive clobber detection with Hp and RegSlot.Edward Z. Yang2011-05-151-3/+19
| * | Split -ddump-cmmz into many smaller flags.Edward Z. Yang2011-05-152-45/+70