summaryrefslogtreecommitdiff
path: root/compiler/prelude
Commit message (Expand)AuthorAgeFilesLines
* -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
* refactoring only: use the parameterised InstalledPackageInfoSimon Marlow2007-10-031-2/+1
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-047-7/+7
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-037-14/+14
* Fixed TeX syntaxsven.panne@aedion.de2007-09-011-1/+1
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-017-0/+49
* Remove NDP-related stuff from PrelNamesRoman Leshchinskiy2007-08-311-69/+0
* Fix vectorisation of sum type constructorsRoman Leshchinskiy2007-08-301-0/+6
* Track changes to package ndp (use PArray_Int# instead of UArr Int)Roman Leshchinskiy2007-08-301-4/+4
* Add code for looking up PA methods of primitive TyConsRoman Leshchinskiy2007-08-301-0/+1
* Remove unused vectorisation built-inRoman Leshchinskiy2007-08-241-5/+2
* Add UArr built-inRoman Leshchinskiy2007-08-241-1/+5
* Remove Embed and related stuff from vectorisationRoman Leshchinskiy2007-08-241-4/+4