summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* generalise the type of "on"Simon Marlow2009-08-201-1/+1
* FIX #2767 & original problem of #3208Manuel M T Chakravarty2009-08-204-10/+10
* Fix warningsIan Lynagh2009-08-191-1/+0
* Put a newtype wrapper around ModuleEnvIan Lynagh2009-08-183-50/+72
* Remove the lock around NameCache for readBinIface.Thomas Schilling2009-08-184-45/+28
* FIX #3405Manuel M T Chakravarty2009-08-181-4/+5
* Make the dynamic linker thread-safe.Thomas Schilling2009-08-173-145/+165
* Make access to NameCache atomic. Sometimes needs a lock.Thomas Schilling2009-08-174-36/+64
* Make updates to the Finder caches atomic. Well, almost.Thomas Schilling2009-08-162-9/+18
* Make updates to the external package state atomic.Thomas Schilling2009-08-162-20/+32
* Minor documentation fixes.Thomas Schilling2009-07-223-1/+8
* Improve fix to Trac #3007simonpj@microsoft.com2009-08-141-14/+36
* Only look up whether a module's SOURCE-imported if it's in the current packageIan Lynagh2009-08-131-3/+5
* Fix Trac #3409: type synonyms that discard their argumentssimonpj@microsoft.com2009-08-132-2/+56
* Add support for multi-line deprecated pragmas; trac #3303Ian Lynagh2009-08-122-10/+19
* Fix "Cabal check" warningsIan Lynagh2009-08-111-1/+1
* Refactor, and improve error messages (cf Trac #3395)simonpj@microsoft.com2009-08-111-154/+147
* Fix Trac #3421: a typo in TysPrimsimonpj@microsoft.com2009-08-101-1/+1
* Improve the recent changes to overlap-checking for view patterssimonpj@microsoft.com2009-08-102-117/+105
* Turn group into a special_id when TransformListComp is onMax Bolingbroke2009-07-171-0/+11
* Make Constants shareable with the base packageIan Lynagh2009-08-091-189/+2
* Minor refactoringIan Lynagh2009-08-092-30/+27
* FIX #2395 (ViewPatterns trigger bad Check errors)Alexander Dunlap2009-08-072-4/+37
* #include fixSimon Marlow2009-08-051-1/+0
* Rename primops from foozh_fast to stg_foozhSimon Marlow2009-08-031-1/+1
* remove unnecessary -#include optionsSimon Marlow2009-08-022-4/+0
* Deprecate the -#include flagSimon Marlow2009-08-021-1/+2