cmmTopCodeGen no longer takes DynFlags as an argument
[ghc-hetmet.git] / compiler / prelude /
2008-08-14 dias@eecs.harvard.eduMerging in the new codegen branch
2008-11-06 Simon MarlowRun sparks in batches, instead of creating a new thread...
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-09-23 simonpj@microsoft.comAllow type families to use GADT syntax (and be GADTs)
2008-10-10 Simon Marlowadd readTVarIO :: TVar a -> IO a
2008-10-02 'Jose Pedro Magalhaesremoved Data.Generics.Basics, added Data.Data
2008-10-03 simonpj@microsoft.comExpunge ThFake, cure Trac #2632
2008-10-03 simonpj@microsoft.comAdd ASSERTs to all calls of nameModule
2008-09-25 Ian LynaghFollow the integer package changes
2008-09-20 simonpj@microsoft.comTidy up the treatment of dead binders
2008-09-12 Roman LeshchinskiyChange desugaring of PArr literals
2008-08-25 Ian Lynaghsyb is now in its own package
2008-08-12 Ross Patersonget exception names from Control.Exception.Base instead...
2008-07-31 Max BolingbrokeDocument TysWiredIn and follow OccName changes
2008-07-31 Max BolingbrokeFollow OccName changes in TysPrim
2008-08-06 Ian LynaghEq and Ord have moved into GHC.Classes
2008-08-06 Ian LynaghMove Int, Float and Double into ghc-prim:GHC.Types
2008-08-05 Ian LynaghMove the Char datatype into ghc-prim
2008-08-05 Ian LynaghMove the [] definion from base to ghc-prim
2008-08-04 Ian LynaghFollow the tuple datatype movements
2008-08-03 Ian LynaghFollow the move of assertError from Control.Exception...
2008-08-01 Ian LynaghUpdate assertErrorName; assertError has moved to Contro...
2008-07-30 Ian LynaghFollow extensible exception changes
2008-07-21 Ian LynaghFixes for haddock 0.8
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-10 Ian Lynagh-H80m isn't allowed in an options pragma. Just remove...
2008-07-10 Ian LynaghMove more flags from the Makefile into pragmas
2008-07-10 Simon Marlowadd threadStatus# primop, for querying the status of...
2008-07-09 Simon Marlowadd new primop: asyncExceptionsBlocked# :: IO Bool
2008-06-24 Ian Lynagh() is now in ghc-prim:GHC.Unit
2008-06-23 Ian LynaghFix some inconsistencies in the code and docs of primitives
2008-06-14 Ian LynaghFix conversions between Double/Float and simple-integer
2008-05-27 Simon Marlowclarify that unsafeCoerce# :: Float# -> Int# is not...
2008-04-23 Ian LynaghAdd 123## literals for Word#
2008-04-22 Ian LynaghBuild fixes
2008-04-22 Ian LynaghFSLIT -> fsLit in PrelNames
2008-04-22 Ian LynaghFix warnings in PrelNames
2008-04-13 Ian LynaghPrelRules is now warning free
2008-04-13 Ian LynaghRemove a warning
2008-04-13 Ian LynaghPrelInfo is now warning-free
2008-04-13 Ian LynaghTysPrim is now warning-free
2008-04-13 Ian LynaghTysWiredIn is now warning-free
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in PrelRules
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in TysWiredIn
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in TysPrim
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in ForeignCall
2008-04-21 simonpj@microsoft.comAdd clarifying comments about unsafeCoerce
2008-04-17 Ian LynaghAdd some more generic (en|de)code(Double|Float) code
2008-04-12 Ian LynaghUpdates to handle Ordering moving from base to ghc...
2008-04-10 Tim ChevalierAnother round of External Core fixes
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-29 Ian LynaghRemove some redundant code
2008-03-29 Ian Lynaghprelude/PrimOp is now mostly warning-free
2008-03-29 Ian LynaghFix warnings from primops.txt.pp
2008-03-29 Ian LynaghFix some warnings
2008-03-23 Ian LynaghFollow library changes
2008-02-28 simonpj@microsoft.comFix Trac #2130: improve derived Ord for primmitive...
2008-02-22 simonpj@microsoft.comFix Trac #2114: error reporting for 'forall' without...
2007-12-20 simonpj@microsoft.comImplement generalised list comprehensions
2007-12-05 Roman LeshchinskiyOptimise desugaring of parallel array comprehensions
2007-11-19 simonpj@microsoft.comImprove the situation for Trac #959: civilised warning...
2007-11-02 Simon Marlow(>>>) now comes from GHC.Desugar
2007-09-25 Simon Marlowdocument float2Int# and double2Int#
2007-10-03 Simon Marlowrefactoring only: use the parameterised InstalledPackag...
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 sven.panne@aedion.deFixed TeX syntax
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-31 Roman LeshchinskiyRemove NDP-related stuff from PrelNames
2007-08-30 Roman LeshchinskiyFix vectorisation of sum type constructors
2007-08-30 Roman LeshchinskiyTrack changes to package ndp (use PArray_Int# instead...
2007-08-30 Roman LeshchinskiyAdd code for looking up PA methods of primitive TyCons
2007-08-24 Roman LeshchinskiyRemove unused vectorisation built-in
2007-08-24 Roman LeshchinskiyAdd UArr built-in
2007-08-24 Roman LeshchinskiyRemove Embed and related stuff from vectorisation
2007-08-23 Roman LeshchinskiyUse n-ary sums and products for NDP's generic represent...
2007-08-30 Simon Marlowexpand docs for unsafeCoerce#, as a result of investiga...
2007-08-22 Roman LeshchinskiyPR is an explicit record, not a class
2007-08-22 Roman LeshchinskiyAdd vectorisation-related built-in
2007-08-22 Roman LeshchinskiyUse NDP's own (:*:) and (:+:)
2007-08-22 Roman LeshchinskiyRename vectorisation-related stuff
2007-08-21 Roman LeshchinskiyAdd NDP-related PrelNames
2007-08-15 Roman LeshchinskiyUse lookupOrig to find built-in NDP-related names
2007-08-07 Roman LeshchinskiyImplicitly import NDP stuff when vectorising
2007-08-08 Roman LeshchinskiyAdd more NDP functions to PrelNames
2007-08-08 Roman LeshchinskiyPA functions are no longer methods
2007-08-07 Roman LeshchinskiyPA is now an explicit record instead of a typeclass
2007-08-07 Roman LeshchinskiyImplicitly import NDP stuff when vectorising
2007-07-25 Roman LeshchinskiyAdd emptyPA to PrelNames
2007-07-16 Roman LeshchinskiyGet NDP prelnames from the right modules
2007-07-11 andy@galois.comStoping constant folding of calls to chr# that are...
2007-07-10 Roman LeshchinskiyPA is now a class instead of a record
2007-06-29 Roman LeshchinskiyAdd NDP-related PrelNames
2007-05-16 Michael D. AdamsAdded "C--" foreign calling convention
2007-05-14 Simon Marlowremove accidentally-committed change
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-10 Simon Marlowremove now-unused usage information (#1003)
2007-05-04 simonpj@microsoft.comMake -frewrite-rules into a dynamic flag; off for -O0
2007-05-03 Simon MarlowUse a primop for getting the fields of the AP_STACK...
2007-04-25 Simon Marlowthe Unknown types aren't required now
next