summaryrefslogtreecommitdiff
path: root/compiler/prelude
Commit message (Expand)AuthorAgeFilesLines
* 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
* (F)SLIT -> (f)sLit in TysWiredInIan Lynagh2008-04-121-20/+18
* (F)SLIT -> (f)sLit in TysPrimIan Lynagh2008-04-121-27/+27
* (F)SLIT -> (f)sLit in ForeignCallIan Lynagh2008-04-121-8/+6
* Add clarifying comments about unsafeCoercesimonpj@microsoft.com2008-04-211-1/+8
* Add some more generic (en|de)code(Double|Float) codeIan Lynagh2008-04-171-0/+13
* Updates to handle Ordering moving from base to ghc-primIan Lynagh2008-04-121-4/+5
* Another round of External Core fixesTim Chevalier2008-04-101-1/+1
* Don't import FastString in HsVersions.hIan Lynagh2008-03-292-2/+2
* Remove some redundant codeIan Lynagh2008-03-291-6/+0
* prelude/PrimOp is now mostly warning-freeIan Lynagh2008-03-291-1/+6
* Fix warnings from primops.txt.ppIan Lynagh2008-03-291-2/+2
* Fix some warningsIan Lynagh2008-03-291-17/+16
* Follow library changesIan Lynagh2008-03-232-19/+26
* Fix Trac #2130: improve derived Ord for primmitive typessimonpj@microsoft.com2008-02-281-0/+1
* Fix Trac #2114: error reporting for 'forall' without appropriate flagssimonpj@microsoft.com2008-02-221-3/+7
* Implement generalised list comprehensionssimonpj@microsoft.com2007-12-201-4/+14
* Optimise desugaring of parallel array comprehensionsRoman Leshchinskiy2007-12-051-1/+3
* Improve the situation for Trac #959: civilised warning instead of a trace msgsimonpj@microsoft.com2007-11-191-1/+3
* (>>>) now comes from GHC.DesugarSimon Marlow2007-11-021-1/+2
* document float2Int# and double2Int#Simon Marlow2007-09-251-0/+7