summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Fix a space leak in the native code gen (again)Simon Marlow2009-09-111-5/+5
* Don't register the non-munged stage1 ghc packageIan Lynagh2009-09-131-0/+5
* Fixes for compiling the HEAD with iteslfIan Lynagh2009-09-131-4/+8
* move hschooks.c to ghc/, and enable itSimon Marlow2009-09-111-35/+0
* 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
* Improve optimisation of cost centressimonpj@microsoft.com2009-09-113-9/+24
* 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
* remove debugging/testing code that got here by mistakeSimon Marlow2009-09-101-60/+0
* Three improvements to Template Haskell (fixes #3467)simonpj@microsoft.com2009-09-1014-351/+457
* 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
* Change the representation of the package databaseSimon Marlow2009-09-104-40/+31
* Comments only, on Cmm data typessimonpj@microsoft.com2009-09-103-9/+40
* Add -package-id, improve package shadowing behaviour and error messagesSimon Marlow2009-09-082-92/+197
* fix a warningSimon Marlow2009-09-081-1/+1
* fix warningsSimon Marlow2009-09-081-4/+0
* fix warningsSimon Marlow2009-09-081-16/+0
* remove Haddock-lexing/parsing/renaming from GHCIsaac Dupree2009-08-2622-719/+140
* Fix Trac #3403: interaction of CPR and pattern-match failuresimonpj@microsoft.com2009-09-081-12/+25
* Fix Trac #3468: improve checking for hs-boot interfacessimonpj@microsoft.com2009-09-081-38/+52
* Allow TH/annotations to be used with -dynamicSimon Marlow2009-09-081-1/+1
* Unify event logging and debug tracing.Simon Marlow2009-08-291-2/+2
* Fix #3461: protect the use of keepCAFs with #ifdef DYNAMICSimon Marlow2009-08-281-0/+2
* Fix part of #3398: pretty-printing always goes via the I/O library encodingSimon Marlow2009-08-261-5/+3
* Follow changes in Cabal: package -> sourcePackageIdSimon Marlow2009-08-245-20/+21
* fix an unused-import warningSimon Marlow2009-08-241-1/+0
* Add unique package identifiers (InstalledPackageId) in the package DBSimon Marlow2009-08-206-113/+116
* Move the standalone-deriving flag test from parser to renamersimonpj@microsoft.com2009-08-253-14/+11
* Error message wibblesimonpj@microsoft.com2009-08-251-1/+1
* Fix Trac #3406 (albeit not very satisfactorily): scoped type variablessimonpj@microsoft.com2009-08-251-0/+21
* Make FastString thread-safe.Thomas Schilling2009-08-241-84/+45
* fix do-notation warningsSimon Marlow2009-08-241-2/+2
* Use explicit Word32/Int32 in place of Int in the on-disk .hi fileSimon Marlow2009-08-213-8/+9
* Fix the interface-file incompatibility crash (#3435)Simon Marlow2009-08-211-9/+23
* trim Data.Sequence import, in preparation for expanding its APIRoss Paterson2009-08-241-1/+1
* Make consIORef atomic.Thomas Schilling2009-08-221-4/+2
* Make updates to external package state idempotent.Thomas Schilling2009-08-211-0/+1
* Fix Trac #3423: missed instantiation for newtype-derived instancessimonpj@microsoft.com2009-08-212-5/+13
* -fPIC -fvia-C issues a warning and ignores -fvia-CSimon Marlow2009-08-212-4/+28
* Another tiny tidy-up to RnPatsimonpj@microsoft.com2009-08-211-1/+1
* Fix Trac #3437: strictness of specialised functionssimonpj@microsoft.com2009-08-211-0/+44
* Wibbles to field-label punssimonpj@microsoft.com2009-08-213-11/+29
* Wibble to RnPat refactoringsimonpj@microsoft.com2009-08-203-14/+16
* Improvements to record puns, wildcardssimonpj@microsoft.com2009-08-2011-596/+615
* Make -dppr-debug print locations in HsSynsimonpj@microsoft.com2009-08-202-29/+33
* Make -dynamic a proper way, so we read the .dyn_hi filesSimon Marlow2009-08-206-112/+78