Merge branch 'master' of http://darcs.haskell.org/ghc
[ghc-hetmet.git] / compiler / typecheck / TcGenDeriv.lhs
2011-05-12 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-06 Simon Peyton JonesMerge master into the ghc-new-co branch
2011-05-04 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-02 Simon Peyton JonesMerge in changes from HEAD
2011-05-02 Simon Peyton JonesMore hacking on monad-comp; now works
2011-04-30 Simon Peyton JonesMerge remote branch 'origin/master' into ghc-new-co
2011-04-29 Simon Peyton JonesSimon's hacking on monad-comp; incomplete
2011-04-20 Simon Peyton JonesMerge remote branch 'origin/master' into ghc-generics
2011-04-19 simonpjFix Trac #5041: parse the trailing '#'
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2011-04-12 simonpjInitial commit for Pedro's new generic default methods
2010-12-15 simonpj@microsoft.comFix a bug in functorLikeTraverse, which was giving...
2010-12-15 simonpj@microsoft.comImprove printing for -ddump-deriv
2010-09-19 simonpj@microsoft.comInclude the "stupid theta" in the type of $con2tag
2010-09-14 simonpj@microsoft.comMove error-ids to MkCore (from PrelRules)
2010-09-13 simonpj@microsoft.comFix Trac #4302, plus a little refactoring
2010-08-25 simonpj@microsoft.comWibble to allow phantom types in Enum
2010-08-24 simonpj@microsoft.comAdd HsCoreTy to HsType
2010-08-23 simonpj@microsoft.comCorrect type signatures
2010-08-23 simonpj@microsoft.comAdd missing signatures
2010-08-20 simonpj@microsoft.comAdd type signatures in "deriving" bindings
2010-08-12 simonpj@microsoft.comFix Trac #4220
2010-07-07 simonpj@microsoft.comFix Trac #T4136: take care with nullary symbol constructors
2010-05-10 simonpj@microsoft.comRe-engineer the derived Ord instance generation code...
2010-02-10 simonpj@microsoft.comKeep track of explicit kinding in HsTyVarBndr; plus...
2009-11-24 Ian LynaghWhitespace only
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-07-23 simonpj@microsoft.comAdd tuple sections as a new feature
2009-07-11 m.niloc@gmail.comDerived Foldable instances should use Data.Foldable...
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-05-28 simonpj@microsoft.comComments only
2009-03-31 Ian LynaghMake some showSDoc's use OneLineMode rather than PageMode
2009-03-13 simonpj@microsoft.comFix Trac #3087: derived Data now defines dataCast1/2
2009-03-03 simonpj@microsoft.comFix Trac #3057 in deriving Functor
2009-02-04 simonpj@microsoft.comFurther wibbles to 'deriving' for functor-like things
2009-02-02 simonpj@microsoft.comAdd the ability to derive instances of Functor, Foldabl...
2008-12-16 Simon MarlowRollback INLINE patches
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