Merge remote branch 'origin/master'
[ghc-hetmet.git] / compiler / prelude / TysWiredIn.lhs
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2011-02-20 Manuel M T ChakravartyAdded a VECTORISE pragma
2010-10-23 Ian LynaghFollow GHC.Bool/GHC.Types merge
2010-09-03 simonpj@microsoft.comRemove dead code
2010-05-06 simonpj@microsoft.comFix Trac #3966: warn about useless UNPACK pragmas
2009-10-30 simonpj@microsoft.comMinor refactoring
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-07-24 Ian LynaghRemove GHC's haskell98 dependency
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-01-02 simonpj@microsoft.comMake record selectors into ordinary functions
2008-09-23 simonpj@microsoft.comAllow type families to use GADT syntax (and be GADTs)
2008-10-03 simonpj@microsoft.comAdd ASSERTs to all calls of nameModule
2008-07-31 Max BolingbrokeDocument TysWiredIn and follow OccName changes
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-04-23 Ian LynaghAdd 123## literals for Word#
2008-04-13 Ian LynaghTysWiredIn is now warning-free
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in TysWiredIn
2008-03-23 Ian LynaghFollow library changes
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-04-25 Manuel M T ChakravartyGenerating synonym instance representation tycons
2006-12-10 Pepe IborraRetrieving the datacon of an arbitrary closure
2006-11-10 simonpj@microsoft.comCosmetics only
2006-10-18 simonpj@microsoft.comAdd the primitive type Any, and use it for Dynamics
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-09-20 Manuel M T ChakravartyIntroduce coercions for data instance decls
2006-09-20 Manuel M T ChakravartyExtend TyCons and DataCons to represent data instance...
2006-09-18 Manuel M T ChakravartyRemove argument variance info of tycons
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-07-25 Simon MarlowGeneralise Package Support
2006-04-07 Simon MarlowReorganisation of the source tree