Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Wibblescpr-sum-types | Simon Peyton Jones | 2011-10-28 | 5 | -7/+3 |
* | Merge with HEAD | Simon Peyton Jones | 2011-10-28 | 431 | -21790/+26519 |
|\ | |||||
| * | Allow the -t -T -s -S flags (without <file> arg!) in -rtsopts=some mode | Duncan Coutts | 2011-10-27 | 1 | -4/+10 |
| * | Change what +RTS options are available by default | Duncan Coutts | 2011-10-27 | 1 | -21/+110 |
| * | Use signed comparison for +RTS -N x <= 0 test | Duncan Coutts | 2011-10-27 | 1 | -4/+5 |
| * | Remove +RTS --help text for -De flag which no longer exists | Duncan Coutts | 2011-10-27 | 1 | -1/+0 |
| * | Add an RTS eventlog tracing class for user messages | Duncan Coutts | 2011-10-27 | 4 | -5/+23 |
| * | 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 |
| * | | Merge branch 'master' of mac:ghc/git/val32/. | Ian Lynagh | 2011-10-26 | 10 | -60/+173 |
| |\ \ | | |/ | |||||
| | * | Add a clock domain capset and emit wall clock time on rts init | Duncan Coutts | 2011-10-26 | 2 | -2/+7 |
| | * | Add new eventlog EVENT_WALL_CLOCK_TIME for time matching | Duncan Coutts | 2011-10-26 | 5 | -2/+73 |
| | * | Add rts time util getUnixEpochTime | Duncan Coutts | 2011-10-26 | 3 | -0/+61 |
| | * | Delete some old Win9x C code | Duncan Coutts | 2011-10-26 | 1 | -24/+0 |
| | * | Rename traceCapsetModify for consistency and clarity | Duncan Coutts | 2011-10-26 | 4 | -32/+32 |
| * | | 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 |
| * | | Fix typo | Ian Lynagh | 2011-10-26 | 1 | -1/+1 |
| |/ | |||||
| * | 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 |
| * | | Enable dynamic libraries on OSX amd64 | Ian Lynagh | 2011-10-25 | 1 | -5/+6 |
| * | | 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 | 19 | -1898/+1847 |
| |\ | |||||
| | * | Fix infinite loop in PredTYpe size checking (#5581) | Max Bolingbroke | 2011-10-25 | 1 | -6/+31 |
| | * | Fix Haddock dependency on library archive | Manuel M T Chakravarty | 2011-10-25 | 1 | -1/+1 |
| | * | 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 | 11 | -63/+194 |
| |\ | |||||
| | * | 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 | 4 | -21/+57 |
| | |\ | |||||
| | | * | 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 |
| | | * | Increment the line number correctly in GHCi | Simon Marlow | 2011-10-24 | 1 | -13/+15 |
| | | * | fix race condition in yieldCapability() (#5552) | Simon Marlow | 2011-10-24 | 1 | -1/+26 |
| | * | | Layout only | Simon Peyton Jones | 2011-10-24 | 1 | -4/+5 |
| | * | | Associated type defaults work only for type *synonym* defaults | Simon Peyton Jones | 2011-10-24 | 1 | -0/+1 |
| | * | | 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 |