summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* only create the .eventlog file if any tracing options are enabledSimon Marlow2009-09-161-3/+32
* Fix build on Mac OS 10.6 (Snow Leopard)Manuel M T Chakravarty2009-09-173-11/+15
* Follow the builtin:rts vs. builtin_rts renamingMatthias Kilian2009-09-151-1/+1
* Put context information for warnings in errMsgExtraInfo.Thomas Schilling2009-09-153-11/+15
* Update and improve packages documentationSimon Marlow2009-09-151-180/+408
* FIX #3434 (improve vi tags: add non-exported symbols, kinds, regex tags)Peter Hercek2009-08-172-70/+133
* Event tracing: put the capability in the block marker, omit it from the eventsSimon Marlow2009-09-152-63/+56
* Add event block markersSimon Marlow2009-09-133-72/+74
* Optimise the code generated at trace pointsSimon Marlow2009-09-124-125/+109
* Improve the default parallel GC settings, and sanitise the flags (#3340)Simon Marlow2009-09-155-53/+94
* Update the "Hints for using SMP parallelism" sectionSimon Marlow2009-09-151-13/+14
* Fix collateral damage after distdir-opts.mk was refactored awaySimon Marlow2009-09-143-4/+4
* alow macros to redefine builtin GHCi commands (implements #3084)Peter Hercek2009-05-121-6/+14
* Fix build on WindowsSimon Marlow2009-09-142-3/+6
* Add "ghc-pkg init" command for creating a new package DBSimon Marlow2009-09-141-0/+20
* Fix a space leak in the native code gen (again)Simon Marlow2009-09-111-5/+5
* Use _ rather than : for the builtin package filenamesIan Lynagh2009-09-132-3/+3
* Don't register the non-munged stage1 ghc packageIan Lynagh2009-09-132-0/+7
* Fixes for compiling the HEAD with iteslfIan Lynagh2009-09-134-5/+11
* Don't try and put HaddockLex and HaddockParse into src distsIan Lynagh2009-09-121-2/+0
* ParsePkgConf no longer exists, so don't try to put it in source distsIan Lynagh2009-09-121-1/+0
* Tweak an error messageIan Lynagh2009-09-121-1/+1
* Refactor sdist so that we can see which command is being runIan Lynagh2009-09-121-19/+17
* Fix the location of the package database in the installed ghc-pkgIan Lynagh2009-09-121-1/+1
* More bindist fixesIan Lynagh2009-09-121-0/+2
* Add includes/ghcautoconf.h and includes/ghcplatform.h to bindistsIan Lynagh2009-09-121-0/+2
* Update the URL in the usage info to point to the current docs locationIan Lynagh2009-09-112-2/+2
* move hschooks.c to ghc/, and enable itSimon Marlow2009-09-112-0/+7
* Fix #3408: lengthen the idle GC time to 5s for GHC/GHCi.Simon Marlow2009-09-111-1/+4
* Comments and Cmm notessimonpj@microsoft.com2009-09-113-41/+168
* Remove the old package.conf parser, use read instead (fixed #3410)Simon Marlow2009-09-113-184/+2
* Fix some makefile logic, and remove the now unused *_USE_BOOT_LIBS varsIan Lynagh2009-09-115-8/+8
* Change a sed separator character to make it easier to readIan Lynagh2009-09-111-1/+1
* Use -fno-warn-name-shadowing when compiling Binary.hsIan Lynagh2009-09-111-1/+1
* Improve optimisation of cost centressimonpj@microsoft.com2009-09-113-9/+24
* Fix build with GHC <= 6.10.1Simon Marlow2009-09-113-3/+25
* loosen base dependency to allow base-3Simon Marlow2009-09-111-1/+1
* remove superfluous trailing backslashSimon Marlow2009-09-111-1/+1
* Work around bug in old bytestring versions by reading the package DB strictlySimon Marlow2009-09-111-1/+16
* Add cmm-notes, describing Simon and John's work on Cmm pipelinesimonpj@microsoft.com2009-09-111-0/+345
* Wibble to error messagesimonpj@microsoft.com2009-09-111-1/+1
* add comment: __thread is not supported by gcc on OS X yetSimon Marlow2009-09-101-0/+3
* Fix #3320: we forgot to save/restore the GC register variableSimon Marlow2009-09-101-0/+7
* put back F_, just in case the via-C codegen uses itSimon Marlow2009-09-101-0/+1
* remove debugging/testing code that got here by mistakeSimon Marlow2009-09-101-60/+0
* fix installation of header files (#3451)Simon Marlow2009-09-101-3/+14
* Three improvements to Template Haskell (fixes #3467)simonpj@microsoft.com2009-09-1015-356/+480
* Refactor the parsing of data type declarationssimonpj@microsoft.com2009-09-081-17/+17
* Remove unused data constructor ITpragma in type Lexer.Tokensimonpj@microsoft.com2009-09-051-2/+0
* Comments in Cmmsimonpj@microsoft.com2009-09-105-14/+67