summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* Be a bit more sensible about choosing external OccNamesSimon Marlow2009-07-281-6/+19
* Remove old 'foreign import dotnet' codeSimon Marlow2009-07-2713-384/+30
* Give a better error message for hidden packages when building Cabal packageIan Lynagh2009-07-261-2/+13
* Add a -fbuilding-cabal-package flagIan Lynagh2009-07-261-0/+2
* Add an extension to disable n+k patternsIan Lynagh2009-07-253-5/+16
* Remove GHC's haskell98 dependencyIan Lynagh2009-07-2460-73/+72
* Rewrite the foreign import string parser using ReadPSimon Marlow2009-07-232-120/+50
* point to the wikiSimon Marlow2009-07-231-0/+4
* refactoringsSimon Marlow2009-07-231-8/+9
* Fix Trac #3391: make generic to/from bindings only for newly-declared typessimonpj@microsoft.com2009-07-231-7/+7
* Print explicit braces and semicolons in do-notationsimonpj@microsoft.com2009-07-231-2/+9
* Fix Trac #3012: allow more free-wheeling in standalone derivingsimonpj@microsoft.com2009-07-238-69/+100
* Use the ErrMsg record typesimonpj@microsoft.com2009-07-231-7/+7