Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VECTORISE pragmas for type classes and instances | Manuel M T Chakravarty | 2011-10-31 | 20 | -73/+206 |
* | Tabs -> spaces | Manuel M T Chakravarty | 2011-10-31 | 1 | -205/+205 |
* | Tabs -> spaces | Manuel M T Chakravarty | 2011-10-31 | 1 | -100/+100 |
* | Tabs -> Spaces | Manuel M T Chakravarty | 2011-10-31 | 1 | -54/+54 |
* | Tabs -> spaces | Manuel M T Chakravarty | 2011-10-31 | 1 | -232/+232 |
* | Tabs -> spaces | Manuel M T Chakravarty | 2011-10-31 | 1 | -924/+924 |
* | The Types inside an OutCoercion are *not* InTypes | Max Bolingbroke | 2011-10-30 | 1 | -5/+5 |
* | Merge branch 'master' of http://darcs.haskell.org/ghc | Ian Lynagh | 2011-10-26 | 1 | -9/+20 |
|\ | |||||
| * | fix#5380: arrows if command given too general a type | Ross Paterson | 2011-10-26 | 1 | -9/+20 |
* | | Revert "More updates to Safe Haskell to implement new design (done!)." | Ian Lynagh | 2011-10-26 | 8 | -404/+297 |
* | | Revert "Fix some validation errors" | Ian Lynagh | 2011-10-26 | 2 | -1/+7 |
|/ | |||||
* | Verify that I can still add tabs to a file already containing them | Max Bolingbroke | 2011-10-26 | 1 | -1/+1 |
* | Fix some validation errors | David Terei | 2011-10-25 | 2 | -7/+1 |
* | Add some documentation to IOEnv. | David Terei | 2011-10-25 | 1 | -0/+4 |
* | More updates to Safe Haskell to implement new design (done!). | David Terei | 2011-10-25 | 8 | -297/+404 |
* | Setup new Safe Haskell interface | David Terei | 2011-10-25 | 4 | -23/+26 |
* | Merge branch 'master' of http://darcs.haskell.org/ghc | Ian Lynagh | 2011-10-25 | 1 | -39/+41 |
|\ | |||||
| * | Comments only | Simon Peyton Jones | 2011-10-25 | 1 | -39/+41 |
* | | Unconditionally derive some instances | Ian Lynagh | 2011-10-25 | 3 | -17/+2 |
* | | Remove some CPP | Ian Lynagh | 2011-10-25 | 1 | -12/+8 |
|/ | |||||
* | Merge branch 'master' of http://darcs.haskell.org/ghc | Simon Peyton Jones | 2011-10-25 | 18 | -1897/+1846 |
|\ | |||||
| * | Fix infinite loop in PredTYpe size checking (#5581) | Max Bolingbroke | 2011-10-25 | 1 | -6/+31 |
| * | Vectoriser gets all DPH library identifiers from Data.Array.Parallel.Prim | Manuel M T Chakravarty | 2011-10-25 | 16 | -654/+576 |
| * | Tabs -> spaces | Manuel M T Chakravarty | 2011-10-25 | 1 | -432/+434 |
| * | Tabs -> spaces | Manuel M T Chakravarty | 2011-10-25 | 1 | -291/+291 |
| * | Tabs -> spaces | Manuel M T Chakravarty | 2011-10-25 | 1 | -438/+438 |
| * | Tabs -> spaces | Manuel M T Chakravarty | 2011-10-25 | 1 | -85/+85 |
* | | Make GHCi :kind commane work again | Simon Peyton Jones | 2011-10-25 | 3 | -22/+29 |
|/ | |||||
* | Merge branch 'master' of http://darcs.haskell.org/ghc | Simon Peyton Jones | 2011-10-24 | 8 | -49/+152 |
|\ | |||||
| * | Make the matching in PrelRules "look through" unfoldings | Simon Peyton Jones | 2011-10-24 | 3 | -21/+49 |
| * | Comments and layout only | Simon Peyton Jones | 2011-10-24 | 1 | -4/+4 |
| * | Merge branch 'master' of http://darcs.haskell.org/ghc | Simon Peyton Jones | 2011-10-24 | 2 | -7/+16 |
| |\ | |||||
| | * | delete shadowed entries from tcg_rdr_env (#5564) | Simon Marlow | 2011-10-24 | 1 | -2/+11 |
| | * | Give a correct SrcSpan to 'it' (#5564) | Simon Marlow | 2011-10-24 | 2 | -5/+5 |
| * | | Layout only | Simon Peyton Jones | 2011-10-24 | 1 | -4/+5 |
| * | | Comments only | Simon Peyton Jones | 2011-10-24 | 1 | -2/+2 |
| |/ | |||||
| * | Comments only on superclass cycle check | Simon Peyton Jones | 2011-10-24 | 1 | -38/+77 |
| * | Add note about superclass cycle check | Max Bolingbroke | 2011-10-24 | 1 | -0/+26 |
* | | Merge branch 'master' of http://darcs.haskell.org/ghc | Simon Peyton Jones | 2011-10-24 | 16 | -354/+339 |
|\ \ | |/ | |||||
| * | Eliminate all uses of IF_ARCH_i386, and remove the definition | Ian Lynagh | 2011-10-23 | 5 | -31/+38 |
| * | Remove unused CPP definitions of COMMA | Ian Lynagh | 2011-10-23 | 2 | -4/+0 |
| * | Remove unused IF_OS_* CPP definitions | Ian Lynagh | 2011-10-23 | 2 | -18/+4 |
| * | Eliminate a couple of IF_ARCH_i386's | Ian Lynagh | 2011-10-23 | 1 | -2/+2 |
| * | More CPP removal | Ian Lynagh | 2011-10-23 | 3 | -48/+46 |
| * | Correct a comment | Ian Lynagh | 2011-10-23 | 1 | -1/+1 |
| * | Finish removing CPP from nativeGen/PPC/Ppr.hs | Ian Lynagh | 2011-10-23 | 1 | -51/+31 |
| * | Remove half the CPP from nativeGen/PPC/Ppr.hs | Ian Lynagh | 2011-10-23 | 1 | -126/+120 |
| * | Some DEBUG CPP removal | Ian Lynagh | 2011-10-23 | 5 | -40/+29 |
| * | Remove a redundant #ifdef DEBUG | Ian Lynagh | 2011-10-23 | 1 | -4/+2 |
| * | Implement relaxed superclass cycle check | Max Bolingbroke | 2011-10-22 | 2 | -31/+68 |