| Commit message (Expand) | Author | Age | Files | Lines |
* | only create the .eventlog file if any tracing options are enabled | Simon Marlow | 2009-09-16 | 1 | -3/+32 |
* | Fix build on Mac OS 10.6 (Snow Leopard) | Manuel M T Chakravarty | 2009-09-17 | 3 | -11/+15 |
* | Follow the builtin:rts vs. builtin_rts renaming | Matthias Kilian | 2009-09-15 | 1 | -1/+1 |
* | Put context information for warnings in errMsgExtraInfo. | Thomas Schilling | 2009-09-15 | 3 | -11/+15 |
* | Update and improve packages documentation | Simon Marlow | 2009-09-15 | 1 | -180/+408 |
* | FIX #3434 (improve vi tags: add non-exported symbols, kinds, regex tags) | Peter Hercek | 2009-08-17 | 2 | -70/+133 |
* | Event tracing: put the capability in the block marker, omit it from the events | Simon Marlow | 2009-09-15 | 2 | -63/+56 |
* | Add event block markers | Simon Marlow | 2009-09-13 | 3 | -72/+74 |
* | Optimise the code generated at trace points | Simon Marlow | 2009-09-12 | 4 | -125/+109 |
* | Improve the default parallel GC settings, and sanitise the flags (#3340) | Simon Marlow | 2009-09-15 | 5 | -53/+94 |
* | Update the "Hints for using SMP parallelism" section | Simon Marlow | 2009-09-15 | 1 | -13/+14 |
* | Fix collateral damage after distdir-opts.mk was refactored away | Simon Marlow | 2009-09-14 | 3 | -4/+4 |
* | alow macros to redefine builtin GHCi commands (implements #3084) | Peter Hercek | 2009-05-12 | 1 | -6/+14 |
* | Fix build on Windows | Simon Marlow | 2009-09-14 | 2 | -3/+6 |
* | Add "ghc-pkg init" command for creating a new package DB | Simon Marlow | 2009-09-14 | 1 | -0/+20 |
* | Fix a space leak in the native code gen (again) | Simon Marlow | 2009-09-11 | 1 | -5/+5 |
* | Use _ rather than : for the builtin package filenames | Ian Lynagh | 2009-09-13 | 2 | -3/+3 |
* | Don't register the non-munged stage1 ghc package | Ian Lynagh | 2009-09-13 | 2 | -0/+7 |
* | Fixes for compiling the HEAD with iteslf | Ian Lynagh | 2009-09-13 | 4 | -5/+11 |
* | Don't try and put HaddockLex and HaddockParse into src dists | Ian Lynagh | 2009-09-12 | 1 | -2/+0 |
* | ParsePkgConf no longer exists, so don't try to put it in source dists | Ian Lynagh | 2009-09-12 | 1 | -1/+0 |
* | Tweak an error message | Ian Lynagh | 2009-09-12 | 1 | -1/+1 |
* | Refactor sdist so that we can see which command is being run | Ian Lynagh | 2009-09-12 | 1 | -19/+17 |
* | Fix the location of the package database in the installed ghc-pkg | Ian Lynagh | 2009-09-12 | 1 | -1/+1 |
* | More bindist fixes | Ian Lynagh | 2009-09-12 | 1 | -0/+2 |
* | Add includes/ghcautoconf.h and includes/ghcplatform.h to bindists | Ian Lynagh | 2009-09-12 | 1 | -0/+2 |
* | Update the URL in the usage info to point to the current docs location | Ian Lynagh | 2009-09-11 | 2 | -2/+2 |
* | move hschooks.c to ghc/, and enable it | Simon Marlow | 2009-09-11 | 2 | -0/+7 |
* | Fix #3408: lengthen the idle GC time to 5s for GHC/GHCi. | Simon Marlow | 2009-09-11 | 1 | -1/+4 |
* | Comments and Cmm notes | simonpj@microsoft.com | 2009-09-11 | 3 | -41/+168 |
* | Remove the old package.conf parser, use read instead (fixed #3410) | Simon Marlow | 2009-09-11 | 3 | -184/+2 |
* | Fix some makefile logic, and remove the now unused *_USE_BOOT_LIBS vars | Ian Lynagh | 2009-09-11 | 5 | -8/+8 |
* | Change a sed separator character to make it easier to read | Ian Lynagh | 2009-09-11 | 1 | -1/+1 |
* | Use -fno-warn-name-shadowing when compiling Binary.hs | Ian Lynagh | 2009-09-11 | 1 | -1/+1 |
* | Improve optimisation of cost centres | simonpj@microsoft.com | 2009-09-11 | 3 | -9/+24 |
* | Fix build with GHC <= 6.10.1 | Simon Marlow | 2009-09-11 | 3 | -3/+25 |
* | loosen base dependency to allow base-3 | Simon Marlow | 2009-09-11 | 1 | -1/+1 |
* | remove superfluous trailing backslash | Simon Marlow | 2009-09-11 | 1 | -1/+1 |
* | Work around bug in old bytestring versions by reading the package DB strictly | Simon Marlow | 2009-09-11 | 1 | -1/+16 |
* | Add cmm-notes, describing Simon and John's work on Cmm pipeline | simonpj@microsoft.com | 2009-09-11 | 1 | -0/+345 |
* | Wibble to error message | simonpj@microsoft.com | 2009-09-11 | 1 | -1/+1 |
* | add comment: __thread is not supported by gcc on OS X yet | Simon Marlow | 2009-09-10 | 1 | -0/+3 |
* | Fix #3320: we forgot to save/restore the GC register variable | Simon Marlow | 2009-09-10 | 1 | -0/+7 |
* | put back F_, just in case the via-C codegen uses it | Simon Marlow | 2009-09-10 | 1 | -0/+1 |
* | remove debugging/testing code that got here by mistake | Simon Marlow | 2009-09-10 | 1 | -60/+0 |
* | fix installation of header files (#3451) | Simon Marlow | 2009-09-10 | 1 | -3/+14 |
* | Three improvements to Template Haskell (fixes #3467) | simonpj@microsoft.com | 2009-09-10 | 15 | -356/+480 |
* | Refactor the parsing of data type declarations | simonpj@microsoft.com | 2009-09-08 | 1 | -17/+17 |
* | Remove unused data constructor ITpragma in type Lexer.Token | simonpj@microsoft.com | 2009-09-05 | 1 | -2/+0 |
* | Comments in Cmm | simonpj@microsoft.com | 2009-09-10 | 5 | -14/+67 |