This BIG PATCH contains most of the work for the New Coercion Representation
[ghc-hetmet.git] / compiler / basicTypes / DataCon.lhs
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2010-05-06 simonpj@microsoft.comComments only
2010-05-06 simonpj@microsoft.comFix Trac #3966: warn about useless UNPACK pragmas
2010-05-06 Ian LynaghFix comment to not confuse haddock
2010-05-04 simonpj@microsoft.comComments only
2010-03-30 David WaernAdd Data and Typeable instances to HsSyn
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-05-28 simonpj@microsoft.comComments about naming for data constructors
2009-05-13 simonpj@microsoft.comAdd comments
2009-03-25 Manuel M T ChakravartyTemplate Haskell: make reify aware of type families
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-09-20 simonpj@microsoft.comComments only: replace ":=:" by "~" (notation for equal...
2008-10-03 simonpj@microsoft.comAdd ASSERTs to all calls of nameModule
2008-09-10 simonpj@microsoft.comRemove dataConInstOrigDictsAndArgTys
2008-07-31 Max BolingbrokeDocument DataCon
2008-07-21 Ian LynaghFixes for haddock 0.8
2008-07-20 Thomas SchillingFix Haddock errors.
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in DataCon
2007-12-25 Tim ChevalierExtend API for compiling to and from Core
2007-12-07 Manuel M T ChakravartyProperly keep track of whether normalising given or...
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
2007-10-03 Simon Marlowwarning removal
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-08-28 Manuel M T ChakravartyType checking for type synonym families
2007-08-09 simonpj@microsoft.comTidy up the treatment of newtypes, refactor, and fix...
2007-06-07 LemmihFix a bug in MatchCon, and clarify what dataConInstOrig...
2007-05-09 Simon MarlowStore the constructor name in the info table in UTF-8
2007-05-02 simonpj@microsoft.comMake records work properly with type families
2007-05-02 simonpj@microsoft.comFixes to data type families
2007-04-22 simonpj@microsoft.comFixes to datacon wrappers for indexed data types
2007-04-19 Pepe Iborraadd some DEBUG assertions
2007-02-20 bjpop@csse.unimelb... Constructor names in info tables
2007-01-11 simonpj@microsoft.comSpelling correction only
2007-01-02 simonpj@microsoft.comBig tidy-up of deriving code
2006-11-01 simonpj@microsoft.comComments only
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-10-04 simonpj@microsoft.comTidy tyvar OccNames in TcTyClDecl
2006-09-23 simonpj@microsoft.comRemove ASSERT from mkDataCon, and add comments to expla...
2006-09-20 Manuel M T ChakravartyIndexed newtypes
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-20 Manuel M T ChakravartyRemoved spurious + due to manual patching
2006-09-20 Manuel M T ChakravartyComments about datacon worker and wrappers
2006-09-20 Manuel M T ChakravartyChagne newtype wrapper into worker
2006-09-20 Manuel M T ChakravartyMinor tidying up
2006-09-20 Manuel M T Chakravartyfixing record selectors
2006-09-20 Manuel M T Chakravartyfixed bug in product unboxing
2006-09-20 Manuel M T Chakravartytowards unboxing through newtypes
2006-09-18 Manuel M T ChakravartyGADT pattern matching fix
2006-09-18 Manuel M T ChakravartySimplify mkDataCon slightly
2006-09-18 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-05-17 simonpj@microsoft.comNewtype data constructors get a compulsory unfolding
2006-04-07 Simon MarlowReorganisation of the source tree