More modules that need LANGUAGE BangPatterns
[ghc-hetmet.git] / compiler / prelude /
2010-10-27 simonpj@microsoft.comAdd strictness for raiseIO# primop
2010-10-24 Michal TerepetaFix whitespace and layout in PrelRules.
2010-10-23 Ian LynaghFollow GHC.Bool/GHC.Types merge
2010-09-19 Edward Z. YangInterruptible FFI calls with pthread_kill and CancelSyn...
2010-10-06 simonpj@microsoft.comFix test T4235 with -O
2010-09-15 simonpj@microsoft.comDocumentation for INLINABLE
2010-09-14 simonpj@microsoft.comMove error-ids to MkCore (from PrelRules)
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-09-03 simonpj@microsoft.comGive seqId the right type
2010-09-03 simonpj@microsoft.comRemove dead code
2010-07-27 simonpj@microsoft.comGive the correct kind to unsafeCoerce#
2010-07-20 Simon Marlowadd numSparks# primop (#4167)
2010-07-08 Simon MarlowNew asynchronous exception control API (ghc parts)
2010-06-25 Simon Marlowremove out of date comments; point to the wiki
2010-06-20 Ian LynaghRefix docs for sizeofByteArray#/sizeofMutableByteArray...
2010-05-06 simonpj@microsoft.comFix Trac #3966: warn about useless UNPACK pragmas
2010-03-30 David WaernAdd Data and Typeable instances to HsSyn
2010-03-01 simonpj@microsoft.comTidy up AnyTyCon stuff
2010-02-25 simonpj@microsoft.comComments only
2010-02-11 Simon Marlowdon't constant fold division that would result in negat...
2010-01-19 Simon MarlowFix docs for sizeofByteArray#/sizeofMutableByteArray...
2010-01-04 Ben.Lippmeier@anu... Refactor PackageTarget back into StaticTarget
2010-01-02 Ben.Lippmeier@anu... Tag ForeignCalls with the package they correspond to
2010-01-04 simonpj@microsoft.comSubstantial improvements to coercion optimisation
2009-12-02 simonpj@microsoft.comMore work on the simplifier's inlining strategies
2009-11-23 Ian Lynaghinline has moved to GHC.Magic
2009-11-19 simonpj@microsoft.comRemove the (very) old strictness analyser
2009-11-19 simonpj@microsoft.comImplement -fexpose-all-unfoldings, and fix a non-termin...
2009-11-12 simonpj@microsoft.comA radical overhaul of the coercion infrastucture
2009-11-06 simonpj@microsoft.comTidy up coercions, and implement csel1, csel2, cselR
2009-10-30 simonpj@microsoft.comMinor refactoring
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-10-29 simonpj@microsoft.comWhite space only
2009-10-28 simonpj@microsoft.comRemove a redundant parameter for mkTupleTy (the arity)
2009-10-15 simonpj@microsoft.comFix Trac #959: a long-standing bug in instantiating...
2009-10-14 Simon MarlowFixes for cross-compiling to a different word size
2009-09-25 Simon MarlowAdd a way to generate tracing events programmatically
2009-08-10 simonpj@microsoft.comFix Trac #3421: a typo in TysPrim
2009-07-27 Simon MarlowRemove old 'foreign import dotnet' code
2009-07-24 Ian LynaghRemove GHC's haskell98 dependency
2009-07-22 Ian LynaghMake the Integer library used directly configurable...
2009-07-22 Simon MarlowthenIO, bindIO, returnIO moved to GHC.Base
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-06-23 Ian LynaghFix the GHCi debugger so that it can recognise Integers...
2009-06-22 Ian LynaghFollow Integer changes
2009-06-13 Duncan CouttsRemove the gmp/Integer primops from the compiler
2009-06-09 Duncan CouttsAdd PrimCall to the STG layer and update Core -> STG...
2009-06-09 Duncan CouttsAdd new FFI calling convention "prim"
2009-06-20 Ian LynaghThe IO type has moved to GHC.Types in ghc-prim
2009-05-29 Simon MarlowChanges for the new IO library, mainly base-package...
2009-06-11 Duncan CouttsDeprecate the threadsafe kind of foreign import
2009-06-02 Ian LynaghRemove the unused remains of __decodeFloat
2009-05-15 Simon MarlowFix #3207: add has_side_effects = True for lots of...
2009-03-26 Ian Lynaghsyb no longer needs to be wired in
2009-03-06 Simon MarlowPartial fix for #2917
2009-02-02 simonpj@microsoft.comAdd the ability to derive instances of Functor, Foldabl...
2009-01-27 Samuel BronsonImplement #2191 (traceCcs# -- prints CCS of a value...
2009-01-02 simonpj@microsoft.comMake record selectors into ordinary functions
2008-12-10 Simon MarlowFIX #1364: added support for C finalizers that run...
2008-12-05 simonpj@microsoft.comLayout only
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
next