summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* -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
* RTS tidyup sweep, first phaseSimon Marlow2009-08-0229-39/+43
* Windows build fixSimon Marlow2009-08-031-1/+1
* Fix #3412: the worker of an Id might not be a local IdSimon Marlow2009-08-031-2/+3
* remove dead codeSimon Marlow2009-06-201-12/+1
* Allow more than 64k instructions in a BCO; fixes #789Ian Lynagh2009-08-011-26/+37
* If ghci runs out of labels, panicIan Lynagh2009-08-011-1/+4
* Fix the 64k insns overflow check in ghci, and add more checksIan Lynagh2009-08-012-15/+22
* Remove some redundant fromIntegral'sIan Lynagh2009-07-302-3/+3
* Fix space problems in ghciIan Lynagh2009-07-301-2/+5
* Make the types we use when creating GHCi bytecode better match realityIan Lynagh2009-07-296-152/+166
* Add an (Outputable Word16) instanceIan Lynagh2009-07-281-1/+4
* Fix whitespace in ByteCodeAsm.lhsIan Lynagh2009-07-281-107/+107
* fix warningSimon Marlow2009-07-281-2/+0
* fix warningSimon Marlow2009-07-281-1/+0
* fix a warningSimon Marlow2009-07-281-3/+0