summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add unique package identifiers (InstalledPackageId) in the package DBSimon Marlow2009-08-2010-164/+210
* 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
* Improve docs on -XFlexibleContextssimonpj@microsoft.com2009-08-241-5/+14
* 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
* Remove bitrotted IA64 code in Linker.cIan Lynagh2009-08-231-205/+0
* 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
* Put "dl" back in rts/package.conf if HAVE_DL is definedIan Lynagh2009-08-211-0/+3
* Link CMM objects into dynamic librariesIan Lynagh2009-08-211-7/+10
* -fPIC -fvia-C issues a warning and ignores -fvia-CSimon Marlow2009-08-212-4/+28
* Use allocateLocal() rather than allocate() in the interpreterSimon Marlow2009-08-201-9/+9
* 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
* Fix library installation; fixes #3374Ian Lynagh2009-08-201-1/+5
* Escape some $s in makefiles for consistencyIan Lynagh2009-08-201-2/+2
* Wibble to RnPat refactoringsimonpj@microsoft.com2009-08-203-14/+16
* Rollback: use cas() to claim the closure in copyPart(), to match copy_tag()Simon Marlow2009-08-204-34/+34
* Relax the assumption that all objects fit in a single block (#3424)Simon Marlow2009-08-201-11/+26
* remove a bogus assertionSimon Marlow2009-08-201-4/+0
* Restore the GHC version checkSimon Marlow2009-08-201-36/+35
* fix the inplace runghcSimon Marlow2009-08-201-1/+1
* Add a case for IND (and a comment). Fixes #3424, perhaps only partially.Simon Marlow2009-08-201-0/+4
* Improvements to record puns, wildcardssimonpj@microsoft.com2009-08-2012-618/+707
* 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
* fix warningSimon Marlow2009-08-201-1/+1
* generalise the type of "on"Simon Marlow2009-08-201-1/+1
* need to check $(HADDOCK_DOCS) around contents/index generationSimon Marlow2009-08-201-0/+2
* WAY_dyn_LIB_TARGET is not used anywhere; kill itSimon Marlow2009-08-191-1/+0
* Rolling back: Add a kludge to fix building shared libsSimon Marlow2009-08-193-29/+0
* rename whitehole_spin to evac_collision, and update it properlySimon Marlow2009-08-194-6/+12
* use cas() to claim the closure in copyPart(), to match copy_tag()Simon Marlow2009-08-191-28/+22
* Always yieldCapabilty() when a bound thread blocksSimon Marlow2009-08-191-4/+19
* FIX #2767 & original problem of #3208Manuel M T Chakravarty2009-08-204-10/+10
* Improve the "Stack space overflow" error; fixes trac #3296Ian Lynagh2009-08-191-1/+1
* Detect C finalizer callbacks in rts_lock() instead of schedule()Simon Marlow2009-08-192-8/+9
* Bump Happy requirement from 1.15 to 1.16Simon Marlow2009-08-191-2/+2
* Restore the entry field in StgInfoTable when !defined(TABLES_NEXT_TO_CODE)Simon Marlow2009-08-191-0/+4
* Fix warningsIan Lynagh2009-08-191-1/+0
* Put a newtype wrapper around ModuleEnvIan Lynagh2009-08-183-50/+72
* Make the thr_dyn RTS ways optional on GhcUnregisterisedSimon Marlow2009-08-191-1/+1
* fix an includeSimon Marlow2009-08-191-1/+1