Store a SrcSpan instead of a SrcLoc inside a Name
[ghc-hetmet.git] / compiler / typecheck / TcDeriv.lhs
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-02 simonpj@microsoft.comUse pprSourceTyCon; delete unused tyConOrigHead
2007-04-22 simonpj@microsoft.comWarning police
2007-03-16 simonpj@microsoft.comImprove error messages for 'deriving' clauses
2007-02-21 simonpj@microsoft.comFix a deriving bug, arising from recent refactoring
2007-02-07 simonpj@microsoft.comSpelling fix
2007-01-11 simonpj@microsoft.comComments
2007-01-04 Manuel M T ChakravartyFix and improve deriving for indexed data types
2007-01-02 simonpj@microsoft.comBig tidy-up of deriving code
2006-12-19 Manuel M T ChakravartyDeriving for indexed newtypes
2006-12-18 Manuel M T ChakravartyDeriving for indexed data types
2006-11-01 simonpj@microsoft.comFix error reporting for contexts during deriving (Trac...
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-09-20 bjorn@bringert.netMerged stand-alone deriving with FC stuff.
2006-09-19 bjorn@bringert.netFixed source location and instance origin in stand...
2006-09-18 bjorn@bringert.netNew syntax for stand-alone deriving. Implemented fully.
2006-09-23 simonpj@microsoft.comRe-work the newtype-deriving support
2006-09-20 Manuel M T ChakravartyFlip direction of newtype coercions, fix some comments
2006-09-20 Manuel M T Chakravartysome bug-fixes, newtype deriving might work now
2006-09-20 Manuel M T Chakravartynewtype deriving still not working
2006-09-20 Manuel M T Chakravartytowards newtype deriving dicts
2006-09-20 Manuel M T Chakravartynewtype fixes, coercions for non-recursive newtypes...
2006-09-20 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-09-18 Manuel M T ChakravartyPartial changes for derived newtype instances
2006-09-15 bringert@cs.chalme... Instantiate data constructor type variables with the...
2006-08-11 simonpj@microsoft.comIndent an error message
2006-07-27 simonpj@microsoft.comImprove error message for deriving
2006-06-26 simonpj@microsoft.comImprove consistency checking for derived instances
2006-06-12 simonpj@microsoft.comMake scoped type variables work for default methods
2006-04-02 simonpj@microsoft.comImprove newtype deriving
2006-04-07 Simon MarlowReorganisation of the source tree