| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass DynFlags to the LogAction | Ian Lynagh | 2012-06-11 | 18 | -44/+52 |
* | Pass DynFlags to prettyPrintGhcErrors | Ian Lynagh | 2012-06-11 | 2 | -11/+12 |
* | Make Ppr* versions of the Sorry and PgmError exceptions too | Ian Lynagh | 2012-06-11 | 3 | -7/+19 |
* | Change how pprPanic works | Ian Lynagh | 2012-06-11 | 5 | -3/+29 |
* | Add some more Integer rules | Ian Lynagh | 2012-06-08 | 2 | -3/+69 |
* | Merge branch 'master' of http://darcs.haskell.org/ghc | Dimitrios.Vytiniotis | 2012-06-08 | 139 | -1609/+1936 |
|\ |
|
| * | Deprecate old -package-conf flags. | Paolo Capriotti | 2012-06-08 | 1 | -2/+6 |
| * | Merge remote-tracking branch 'origin/pretty-build' | Paolo Capriotti | 2012-06-08 | 10 | -43/+64 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/master' into pretty-build | Iavor S. Diatchki | 2012-04-27 | 76 | -659/+853 |
| | |\ |
|
| | * | | A build-system tweak for more readable build output. | Iavor S. Diatchki | 2012-04-27 | 10 | -43/+64 |
| * | | | Typo in comment | Simon Peyton Jones | 2012-06-08 | 1 | -1/+1 |
| * | | | Merge branch 'master' of http://darcs.haskell.org/ghc | Simon Peyton Jones | 2012-06-08 | 9 | -30/+55 |
| |\ \ \ |
|
| | * \ \ | Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc | Ian Lynagh | 2012-06-07 | 5 | -14/+24 |
| | |\ \ \ |
|
| | | * | | | Fix for earger blackholing of thunks with no free variables (#6146) | Simon Marlow | 2012-06-07 | 4 | -12/+16 |
| | | * | | | throwTo: unlock the MSG_THROWTO object before returning (#6103) | Simon Marlow | 2012-06-07 | 1 | -2/+8 |
| | * | | | | Merge win:/cygdrive/c/m64/reg14 | Ian Lynagh | 2012-06-07 | 1 | -0/+1 |
| | |\ \ \ \ |
|
| | | * | | | | Add a missing closing brace | Ian Lynagh | 2012-06-07 | 1 | -0/+1 |
| | * | | | | | Merge win:/cygdrive/c/m64/reg14 | Ian Lynagh | 2012-06-07 | 3 | -14/+28 |
| | |\ \ \ \ \
| | | |/ / / / |
|
| | | * | | | | Merge branch 'master' of http://darcs.haskell.org//ghc | Ian Lynagh | 2012-06-07 | 155 | -2291/+2671 |
| | | |\ \ \ \
| | | | |/ / / |
|
| | | * | | | | scheduleYield: avoid doing a GC again if we just did one | Ian Lynagh | 2012-06-07 | 3 | -14/+28 |
| | * | | | | | Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc | Ian Lynagh | 2012-06-07 | 18 | -402/+475 |
| | |\ \ \ \ \
| | | | |/ / /
| | | |/| | | |
|
| | * | | | | | Fix doc uploading in the nightly builds | Ian Lynagh | 2012-06-07 | 1 | -2/+2 |
| * | | | | | | Allow equalities in a derived instance context | Simon Peyton Jones | 2012-06-08 | 1 | -6/+9 |
| * | | | | | | Make the ambiguity check more conservative so that it does not reject valid p... | Simon Peyton Jones | 2012-06-08 | 1 | -113/+135 |
| | |/ / / /
| |/| | | | |
|
| * | | | | | Complain if we use a tuple tycon or data-con that is too big | Simon Peyton Jones | 2012-06-07 | 2 | -12/+23 |
| * | | | | | Wibbles to the last merge, to fix the build | Simon Peyton Jones | 2012-06-07 | 2 | -3/+3 |
| * | | | | | Merge branch 'master' of http://darcs.haskell.org/ghc | Simon Peyton Jones | 2012-06-07 | 111 | -988/+1170 |
| |\ \ \ \ \ |
|
| | * | | | | | Better error messages for setContext (#5527). | Paolo Capriotti | 2012-06-07 | 1 | -12/+23 |
| | |/ / / / |
|
| | * | | | | Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc | Ian Lynagh | 2012-06-06 | 48 | -457/+552 |
| | |\ \ \ \ |
|
| | | * \ \ \ | Merge remote-tracking branch 'origin/unboxed-tuple-arguments2' | Paolo Capriotti | 2012-06-05 | 48 | -457/+552 |
| | | |\ \ \ \ |
|
| | | | * | | | | Support code generation for unboxed-tuple function argumentsunboxed-tuple-arguments2 | Max Bolingbroke | 2012-05-15 | 46 | -434/+543 |
| | | | * | | | | Remove StgTypeArg since it was never used and is probably broken anyway | Max Bolingbroke | 2012-05-15 | 4 | -16/+4 |
| | | | * | | | | Remove the unused Type field from StgLam | Max Bolingbroke | 2012-05-15 | 3 | -7/+5 |
| | * | | | | | | Add rules for intToInteger and wordToInteger | Ian Lynagh | 2012-06-06 | 2 | -3/+41 |
| | * | | | | | | Put the Integer type, rather than the mkIntegerId, inside LitInteger | Ian Lynagh | 2012-06-06 | 9 | -106/+108 |
| | * | | | | | | Tell built-in rules the Id that the rule has matched | Ian Lynagh | 2012-06-06 | 4 | -39/+48 |
| | * | | | | | | Fix whitespace in specialise/Rules.lhs | Ian Lynagh | 2012-06-06 | 1 | -289/+282 |
| | * | | | | | | Fix whitespace in utils/Panic.lhs | Ian Lynagh | 2012-06-05 | 1 | -52/+45 |
| | |/ / / / / |
|
| | * | | | | | Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc | Ian Lynagh | 2012-06-05 | 5 | -36/+39 |
| | |\ \ \ \ \ |
|
| | * | | | | | | Change how macros like ASSERT are defined | Ian Lynagh | 2012-06-05 | 66 | -32/+73 |
| * | | | | | | | Improve assertion | Simon Peyton Jones | 2012-06-07 | 1 | -1/+1 |
| * | | | | | | | Support polymorphic kind recursion | Simon Peyton Jones | 2012-06-07 | 10 | -345/+400 |
| * | | | | | | | Re-order case branches | Simon Peyton Jones | 2012-06-07 | 1 | -1/+1 |
| * | | | | | | | Make PolyKinds imply KindSignatures | Simon Peyton Jones | 2012-06-07 | 1 | -0/+1 |
| * | | | | | | | Comments only | Simon Peyton Jones | 2012-06-07 | 1 | -2/+4 |
| * | | | | | | | Do not promote data families | Simon Peyton Jones | 2012-06-07 | 1 | -1/+3 |
| * | | | | | | | Improve docs on FlexibleInstances/TypeSynonymInstances | Simon Peyton Jones | 2012-06-07 | 1 | -28/+19 |
| | |/ / / / /
| |/| | | | | |
|
| * | | | | | | Add sensible locations to record-selector bindings | Simon Peyton Jones | 2012-06-05 | 1 | -13/+13 |
| * | | | | | | Pretty-printing improvements | Simon Peyton Jones | 2012-06-05 | 1 | -10/+7 |
| * | | | | | | Use checkNoErrs around calls to the renamer in TcSplice | Simon Peyton Jones | 2012-06-05 | 1 | -10/+15 |