Completely new treatment of INLINE pragmas (big patch)
[ghc-hetmet.git] / compiler / typecheck / TcGenDeriv.lhs
2008-12-05 simonpj@microsoft.comCompletely new treatment of INLINE pragmas (big patch)
2008-10-25 simonpj@microsoft.comFix Trac #2701: make deriving check better for unlifted...
2008-08-28 simonpj@microsoft.comFix Trac #2529: derived read for prefix constructor...
2008-08-21 simonpj@microsoft.comFix Haddock comments in TcGenDeriv
2008-08-20 simonpj@microsoft.comFix Trac #2456: eliminate duplicate bindings when deriving
2008-07-31 Max BolingbrokeRename maybeTyConSingleCon to tyConSingleDataCon_maybe
2008-07-01 simonpj@microsoft.comSeveral fixes to 'deriving' including Trac #2378
2008-05-13 Simon MarlowFIX #1641: don't add auto sccs to compiler-generated...
2008-05-06 Ian LynaghMake TcGenDeriv warning-free
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in TcGenDeriv
2008-03-30 Ian LynaghDerive a valid Ix instance for data Foo = Foo Int Int
2008-02-28 simonpj@microsoft.comFix Trac #2130: improve derived Ord for primmitive...
2007-09-17 simonpj@microsoft.comComments only
2007-09-05 simonpj@microsoft.comRefactor, improve, and document the deriving mechanism
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
2007-02-28 Simon MarlowRemove vectored returns.
2007-01-02 simonpj@microsoft.comBig tidy-up of deriving code
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-09-04 simonpj@microsoft.comRefactoring for derived Read
2006-07-04 Simon Marlowremove more Addr bits
2006-05-04 simonpj@microsoft.comFix precedence for records in derived Read
2006-04-07 Simon MarlowReorganisation of the source tree