Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add BangPatterns, we're starting to use them a fair bit | Simon Marlow | 2011-11-02 | 1 | -1/+1 |
* | Don't generate stg_ap thunks when profiling, it loses information (#949) | Simon Marlow | 2011-11-02 | 2 | -1/+8 |
* | For the location on a record selector binding, use the location of the | Simon Marlow | 2011-11-02 | 1 | -7/+7 |
* | Add a base size when computing max-ticks, | Simon Peyton Jones | 2011-11-02 | 1 | -10/+17 |
* | Merge branch 'master' of http://darcs.haskell.org/ghc | Simon Peyton Jones | 2011-11-02 | 2 | -11/+16 |
|\ | |||||
| * | Ignore stdcall c-call in native codegen on x86_64 | David M Peixotto | 2011-11-01 | 1 | -2/+3 |
| * | Change stack alignment to 16+8 bytes in STG code | David M Peixotto | 2011-11-01 | 2 | -9/+13 |
* | | Fix Trac #5592: unused-import warnings with dot-dot notation | Simon Peyton Jones | 2011-11-02 | 2 | -27/+41 |
|/ | |||||
* | Big formatting clean of HscMain | David Terei | 2011-11-01 | 1 | -804/+754 |
* | Change HscMain from lhs to hs. | David Terei | 2011-11-01 | 1 | -0/+0 |
* | Remove tab | David Terei | 2011-11-01 | 1 | -1/+1 |
* | Formmatting fixes to CmdLineParser | David Terei | 2011-11-01 | 1 | -89/+93 |
* | Some fixes to BreakArray | David Terei | 2011-11-01 | 1 | -53/+54 |
* | Tweak to doc for DynFlags | David Terei | 2011-11-01 | 1 | -7/+9 |
* | safe haskell wip | David Terei | 2011-11-01 | 3 | -44/+54 |
* | More updates to Safe Haskell to implement new design (done!). | David Terei | 2011-11-01 | 8 | -297/+386 |
* | Fix some validation errors | David Terei | 2011-11-01 | 2 | -0/+18 |
* | Minor refactoring only | Simon Peyton Jones | 2011-11-01 | 1 | -3/+3 |
* | Fix warnings and whitespace in HsBinds. | Michal Terepeta | 2011-10-31 | 1 | -203/+198 |
* | Fix duplicate type signature error (ticket #5589). | Michal Terepeta | 2011-10-31 | 2 | -12/+19 |
* | 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 |