Make assignTemp_ less pessimistic
[ghc-hetmet.git] / compiler / typecheck / TcDeriv.lhs
2011-05-25 Jose Pedro MagalhaesBetter output for -ddump-deriv when using generics.
2011-05-23 Jose Pedro MagalhaesFix a bug with standalone deriving of Generic instances.
2011-05-12 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-12 Jose Pedro MagalhaesRemove some old code.
2011-05-09 Jose Pedro MagalhaesImprove the error message when we cannot derive Generic.
2011-05-09 Jose Pedro MagalhaesDeprecate -XGenerics.
2011-05-09 Jose Pedro MagalhaesRename `Representable0` to `Generic`.
2011-05-05 Simon Peyton JonesMerge branch 'ghc-generics' of darcs.haskell.org/ghc...
2011-05-04 Simon Peyton JonesInvert sense of "why" error messages, so that "or"...
2011-05-04 Jose Pedro MagalhaesRemove HsNumTy and TypePati.
2011-05-04 Jose Pedro MagalhaesAdd a new flag XDefaultSignatures to enable just the...
2011-05-02 Jose Pedro MagalhaesRemove the hasGenerics field of TyCon, improve the...
2011-05-02 Simon Peyton JonesMerge in changes from HEAD
2011-04-30 Simon Peyton JonesMerge remote branch 'origin/master' into ghc-new-co
2011-04-29 Jose Pedro MagalhaesFirst go at making Representable0 just a standard deriv...
2011-04-28 Jose Pedro MagalhaesA few comments and whitespace changes.
2011-04-20 Simon Peyton JonesMerge remote branch 'origin/master' into ghc-generics
2011-04-19 simonpjSlightly better tracing in the constraint solver
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2011-04-14 unknownSmall fixes to the generics branch to get rid of warnings,
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-12-13 simonpj@microsoft.comFix recursive superclasses (again). Fixes Trac #4809.
2010-11-18 simonpj@microsoft.comOmit bogus test for -XDeriveFunctor
2010-11-15 simonpj@microsoft.comDeriving Typeable changes
2010-10-07 simonpj@microsoft.comImplement auto-specialisation of imported Ids
2010-09-18 Ian LynaghAdd separate functions for querying DynFlag and Extensi...
2010-09-14 simonpj@microsoft.comMore wibbles to deriving error messages
2010-09-13 simonpj@microsoft.comFix Trac #4302, plus a little refactoring
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-09-08 simonpj@microsoft.comTrace output
2010-08-20 simonpj@microsoft.comAdd type signatures in "deriving" bindings
2010-07-24 Ian LynaghRename "language" varibles etc to "extension", and...
2010-07-24 Ian LynaghSeparate the language flags from the other DynFlag's
2010-07-13 simonpj@microsoft.comComments only
2010-05-06 simonpj@microsoft.comRefactoring of hsXxxBinders
2010-04-09 simonpj@microsoft.comFix Trac #3965: tighten conditions when deriving Data
2010-03-09 simonpj@microsoft.comFix Trac #1954: newtype deriving caused 'defined but...
2010-03-04 simonpj@microsoft.comRefactor part of the renamer to fix Trac #3901
2010-03-01 simonpj@microsoft.comSuggest -XGeneralizedNewtypeDeriving (fix Trac #3888)
2010-01-07 simonpj@microsoft.comA little refactoring, plus improve error locations
2009-12-07 simonpj@microsoft.comTidy up deriving error messages
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-08-21 simonpj@microsoft.comFix Trac #3423: missed instantiation for newtype-derive...
2009-07-23 simonpj@microsoft.comFix Trac #3391: make generic to/from bindings only...
2009-07-23 simonpj@microsoft.comFix Trac #3012: allow more free-wheeling in standalone...
2009-05-28 simonpj@microsoft.comSeparate flags -XDeriveFunctor, -XDeriveFoldable, ...
2009-05-27 simonpj@microsoft.comFix Trac #3221: renamer warnings for deriving clauses
2009-03-16 simonpj@microsoft.comReject foralls in constructor args in 'deriving', excep...
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-31 simonpj@microsoft.comFix Trac #2721: reject newtype deriving if the class...
2008-12-31 simonpj@microsoft.comFix Trac #2856: make deriving work for type families
2008-12-31 simonpj@microsoft.comImprove error reporting for 'deriving'
2008-12-30 simonpj@microsoft.comImprove error message in deriving (fix Trac #2851)
2008-10-29 simonpj@microsoft.comFix tcrun031: yet more tidying up in TcDeriv
2008-10-27 simonpj@microsoft.comFix Trac #2713: refactor and tidy up renaming of fixity...
2008-10-25 simonpj@microsoft.comFix Trac #2701: make deriving check better for unlifted...
2008-10-21 simonpj@microsoft.comFix Trac #2668, and refactor TcDeriv
2008-10-15 simonpj@microsoft.comComments only
2008-09-17 simonpj@microsoft.comImprove error reporting for 'deriving' (Trac #2604)
2008-08-26 simonpj@microsoft.comFix flaggery for RULES (cf Trac #2497)
2008-08-05 simonpj@microsoft.comFix Trac #2449
2008-08-04 simonpj@microsoft.comFix the bug part of Trac #1930
2008-08-04 simonpj@microsoft.comFix Trac #2433 (deriving Typeable)
2008-07-01 simonpj@microsoft.comSeveral fixes to 'deriving' including Trac #2378
2008-06-25 simonpj@microsoft.comFix Trac #2394: test for non-algebraic types in standal...
2008-06-16 Ian LynaghMore commandline flag improvements
2008-06-06 simonpj@microsoft.comFix Trac #2334: validity checking for type families
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in TcDeriv
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-01-17 Twan van LaarhovenReplace ioToTcRn with liftIO
2008-01-17 Twan van LaarhovenMonadify typecheck/TcDeriv: use return
2007-12-21 simonpj@microsoft.comImprove handling of newtypes (fixes Trac 1495)
2007-11-28 simonpj@microsoft.comFIX Trac #1935: generate superclass constraints for...
2007-11-21 simonpj@microsoft.comFix Trac #1913: check data const for derived types...
2007-11-20 simonpj@microsoft.comFIX Trac #1825: standalone deriving Typeable
2007-11-12 simonpj@microsoft.comComment re Trac #1220
2007-11-06 simonpj@microsoft.comImprove error messages
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-08-28 Manuel M T ChakravartyType checking for type synonym families
2007-08-10 Ian LynaghChange standalone deriving syntax and semantics; fixes...
2007-07-10 Ian LynaghImplement -XDeriveDataTypeable flag
2007-07-10 Ian LynaghBe finer-grained when turning on extensions for generat...
2007-07-10 Ian LynaghTweak error message
2007-07-08 Ian LynaghImplement -XGeneralizedNewtypeDeriving
2007-06-27 Manuel M T ChakravartyFixed deriving of associated data types
2007-06-07 LemmihFix a bug in MatchCon, and clarify what dataConInstOrig...
2007-06-20 simonpj@microsoft.comImprove the handling of deriving, in error cases
2007-06-08 Manuel M T ChakravartyFix deriving of indexed data types
2007-05-14 Manuel M T ChakravartyRevised signature of tcLookupFamInst and lookupFamInstEnv
2007-05-11 Manuel M T ChakravartyRemove the distinction between data and newtype families
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-02 simonpj@microsoft.comUse pprSourceTyCon; delete unused tyConOrigHead
next