cmmTopCodeGen no longer takes DynFlags as an argument
[ghc-hetmet.git] / compiler / prelude / TysPrim.lhs
2011-05-26 Simon Peyton JonesTreat the (~) type constructor a bit specially
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2010-09-03 simonpj@microsoft.comGive seqId the right type
2010-07-27 simonpj@microsoft.comGive the correct kind to unsafeCoerce#
2010-03-01 simonpj@microsoft.comTidy up AnyTyCon stuff
2010-02-25 simonpj@microsoft.comComments only
2010-01-04 simonpj@microsoft.comSubstantial improvements to coercion optimisation
2009-10-15 simonpj@microsoft.comFix Trac #959: a long-standing bug in instantiating...
2009-08-10 simonpj@microsoft.comFix Trac #3421: a typo in TysPrim
2009-07-24 Ian LynaghRemove GHC's haskell98 dependency
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2008-07-31 Max BolingbrokeFollow OccName changes in TysPrim
2008-04-13 Ian LynaghTysPrim is now warning-free
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in TysPrim
2008-04-10 Tim ChevalierAnother round of External Core fixes
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2007-11-19 simonpj@microsoft.comImprove the situation for Trac #959: civilised warning...
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2006-10-18 simonpj@microsoft.comAdd the primitive type Any, and use it for Dynamics
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-09-20 Manuel M T Chakravartynewtype fixes, coercions for non-recursive newtypes...
2006-09-18 Manuel M T ChakravartyRemove argument variance info of tycons
2006-06-23 Simon Marlowthe unlifted kind
2006-04-07 Simon MarlowReorganisation of the source tree