summaryrefslogtreecommitdiff
path: root/compiler/prelude
Commit message (Expand)AuthorAgeFilesLines
* syb no longer needs to be wired inIan Lynagh2009-03-261-3/+0
* Partial fix for #2917Simon Marlow2009-03-061-0/+5
* Add the ability to derive instances of Functor, Foldable, Traversablesimonpj@microsoft.com2009-02-021-18/+36
* Implement #2191 (traceCcs# -- prints CCS of a value when available -- take 3)Samuel Bronson2009-01-271-0/+11
* Make record selectors into ordinary functionssimonpj@microsoft.com2009-01-021-1/+0
* FIX #1364: added support for C finalizers that run as soon as the value is no...Simon Marlow2008-12-101-0/+6
* Layout onlysimonpj@microsoft.com2008-12-051-1/+1
* Merging in the new codegen branchdias@eecs.harvard.edu2008-08-141-0/+2
* Run sparks in batches, instead of creating a new thread for each oneSimon Marlow2008-11-061-0/+6
* Add (a) CoreM monad, (b) new Annotations featuresimonpj@microsoft.com2008-10-301-0/+11
* Allow type families to use GADT syntax (and be GADTs)simonpj@microsoft.com2008-09-231-1/+2
* add readTVarIO :: TVar a -> IO aSimon Marlow2008-10-101-0/+7
* removed Data.Generics.Basics, added Data.Data'Jose Pedro Magalhaes2008-10-021-1/+1
* Expunge ThFake, cure Trac #2632simonpj@microsoft.com2008-10-031-2/+1
* Add ASSERTs to all calls of nameModulesimonpj@microsoft.com2008-10-031-3/+5
* Follow the integer package changesIan Lynagh2008-09-251-2/+3
* Tidy up the treatment of dead binderssimonpj@microsoft.com2008-09-201-2/+3
* Change desugaring of PArr literalsRoman Leshchinskiy2008-09-121-11/+8
* syb is now in its own packageIan Lynagh2008-08-251-1/+4
* get exception names from Control.Exception.Base instead of Control.ExceptionRoss Paterson2008-08-121-2/+2
* Document TysWiredIn and follow OccName changesMax Bolingbroke2008-07-311-25/+27
* Follow OccName changes in TysPrimMax Bolingbroke2008-07-311-3/+3
* Eq and Ord have moved into GHC.ClassesIan Lynagh2008-08-061-13/+14
* Move Int, Float and Double into ghc-prim:GHC.TypesIan Lynagh2008-08-061-6/+6
* Move the Char datatype into ghc-primIan Lynagh2008-08-051-2/+2
* Move the [] definion from base to ghc-primIan Lynagh2008-08-052-4/+5
* Follow the tuple datatype movementsIan Lynagh2008-08-041-5/+6
* Follow the move of assertError from Control.Exception to GHC.IOBaseIan Lynagh2008-08-031-1/+1
* Update assertErrorName; assertError has moved to Control.ExceptionIan Lynagh2008-08-011-1/+1
* Follow extensible exception changesIan Lynagh2008-07-301-1/+2
* Fixes for haddock 0.8Ian Lynagh2008-07-211-1/+1
* Fix Haddock errors.Thomas Schilling2008-07-202-17/+17
* -H80m isn't allowed in an options pragma. Just remove it for now.Ian Lynagh2008-07-101-1/+0
* Move more flags from the Makefile into pragmasIan Lynagh2008-07-101-0/+1
* add threadStatus# primop, for querying the status of a ThreadId#Simon Marlow2008-07-101-0/+5
* add new primop: asyncExceptionsBlocked# :: IO BoolSimon Marlow2008-07-091-0/+5
* () is now in ghc-prim:GHC.UnitIan Lynagh2008-06-241-2/+3
* Fix some inconsistencies in the code and docs of primitivesIan Lynagh2008-06-231-99/+99
* Fix conversions between Double/Float and simple-integerIan Lynagh2008-06-141-3/+4
* clarify that unsafeCoerce# :: Float# -> Int# is not safe (see #2209)Simon Marlow2008-05-271-0/+1
* Add 123## literals for Word#Ian Lynagh2008-04-231-0/+12
* Build fixesIan Lynagh2008-04-221-7/+7
* FSLIT -> fsLit in PrelNamesIan Lynagh2008-04-221-247/+247
* Fix warnings in PrelNamesIan Lynagh2008-04-221-17/+207
* PrelRules is now warning freeIan Lynagh2008-04-131-28/+41
* Remove a warningIan Lynagh2008-04-131-1/+1
* PrelInfo is now warning-freeIan Lynagh2008-04-131-7/+2
* TysPrim is now warning-freeIan Lynagh2008-04-131-20/+62
* TysWiredIn is now warning-freeIan Lynagh2008-04-131-24/+61
* (F)SLIT -> (f)sLit in PrelRulesIan Lynagh2008-04-121-4/+4