summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Wibblescpr-sum-typesSimon Peyton Jones2011-10-285-7/+3
* Merge with HEADSimon Peyton Jones2011-10-28431-21790/+26519
|\
| * Allow the -t -T -s -S flags (without <file> arg!) in -rtsopts=some modeDuncan Coutts2011-10-271-4/+10
| * Change what +RTS options are available by defaultDuncan Coutts2011-10-271-21/+110
| * Use signed comparison for +RTS -N x <= 0 testDuncan Coutts2011-10-271-4/+5
| * Remove +RTS --help text for -De flag which no longer existsDuncan Coutts2011-10-271-1/+0
| * Add an RTS eventlog tracing class for user messagesDuncan Coutts2011-10-274-5/+23
| * Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2011-10-261-9/+20
| |\
| | * fix#5380: arrows if command given too general a typeRoss Paterson2011-10-261-9/+20
| * | Merge branch 'master' of mac:ghc/git/val32/.Ian Lynagh2011-10-2610-60/+173
| |\ \ | | |/
| | * Add a clock domain capset and emit wall clock time on rts initDuncan Coutts2011-10-262-2/+7
| | * Add new eventlog EVENT_WALL_CLOCK_TIME for time matchingDuncan Coutts2011-10-265-2/+73
| | * Add rts time util getUnixEpochTimeDuncan Coutts2011-10-263-0/+61
| | * Delete some old Win9x C codeDuncan Coutts2011-10-261-24/+0
| | * Rename traceCapsetModify for consistency and clarityDuncan Coutts2011-10-264-32/+32
| * | Revert "More updates to Safe Haskell to implement new design (done!)."Ian Lynagh2011-10-268-404/+297
| * | Revert "Fix some validation errors"Ian Lynagh2011-10-262-1/+7
| * | Fix typoIan Lynagh2011-10-261-1/+1
| |/
| * Verify that I can still add tabs to a file already containing themMax Bolingbroke2011-10-261-1/+1
| * Fix some validation errorsDavid Terei2011-10-252-7/+1
| * Add some documentation to IOEnv.David Terei2011-10-251-0/+4
| * More updates to Safe Haskell to implement new design (done!).David Terei2011-10-258-297/+404
| * Setup new Safe Haskell interfaceDavid Terei2011-10-254-23/+26
| * Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2011-10-251-39/+41
| |\
| | * Comments onlySimon Peyton Jones2011-10-251-39/+41
| * | Enable dynamic libraries on OSX amd64Ian Lynagh2011-10-251-5/+6
| * | Unconditionally derive some instancesIan Lynagh2011-10-253-17/+2
| * | Remove some CPPIan Lynagh2011-10-251-12/+8
| |/
| * Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-10-2519-1898/+1847
| |\
| | * Fix infinite loop in PredTYpe size checking (#5581)Max Bolingbroke2011-10-251-6/+31
| | * Fix Haddock dependency on library archiveManuel M T Chakravarty2011-10-251-1/+1
| | * Vectoriser gets all DPH library identifiers from Data.Array.Parallel.PrimManuel M T Chakravarty2011-10-2516-654/+576
| | * Tabs -> spacesManuel M T Chakravarty2011-10-251-432/+434
| | * Tabs -> spacesManuel M T Chakravarty2011-10-251-291/+291
| | * Tabs -> spacesManuel M T Chakravarty2011-10-251-438/+438
| | * Tabs -> spacesManuel M T Chakravarty2011-10-251-85/+85
| * | Make GHCi :kind commane work againSimon Peyton Jones2011-10-253-22/+29
| |/
| * Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-10-2411-63/+194
| |\
| | * Make the matching in PrelRules "look through" unfoldingsSimon Peyton Jones2011-10-243-21/+49
| | * Comments and layout onlySimon Peyton Jones2011-10-241-4/+4
| | * Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-10-244-21/+57
| | |\
| | | * delete shadowed entries from tcg_rdr_env (#5564)Simon Marlow2011-10-241-2/+11
| | | * Give a correct SrcSpan to 'it' (#5564)Simon Marlow2011-10-242-5/+5
| | | * Increment the line number correctly in GHCiSimon Marlow2011-10-241-13/+15
| | | * fix race condition in yieldCapability() (#5552)Simon Marlow2011-10-241-1/+26
| | * | Layout onlySimon Peyton Jones2011-10-241-4/+5
| | * | Associated type defaults work only for type *synonym* defaultsSimon Peyton Jones2011-10-241-0/+1
| | * | Comments onlySimon Peyton Jones2011-10-241-2/+2
| | |/
| | * Comments only on superclass cycle checkSimon Peyton Jones2011-10-241-38/+77
| | * Add note about superclass cycle checkMax Bolingbroke2011-10-241-0/+26