Major change in compilation of instance declarations (fix Trac #955, #2328)
[ghc-hetmet.git] / compiler / typecheck / TcInstDcls.lhs
2008-09-03 simonpj@microsoft.comMajor change in compilation of instance declarations...
2008-08-27 simonpj@microsoft.comFix Trac #745: improve error recoevery for type signatures
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-07-21 Ian LynaghFixes for haddock 0.8
2008-07-01 simonpj@microsoft.comSeveral fixes to 'deriving' including Trac #2378
2008-06-06 Ian LynaghFix warnings in TcInstDcls
2008-06-06 simonpj@microsoft.comFix Trac #2334: validity checking for type families
2008-05-21 simonpj@microsoft.comFix Trac #1061: refactor handling of default methods
2008-05-04 Ian LynaghWhitespace only (TcInstDcls)
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in TcInstDcls
2008-04-22 simonpj@microsoft.comRename WpCo to WpCast
2008-01-17 Twan van LaarhovenMonadify typecheck/TcInstDcls: use do, return and stand...
2007-10-27 simonpj@microsoft.comIn an AbsBinds, the 'dicts' can include EqInsts
2007-09-15 Manuel M T ChakravartyOverhaul of the rewrite rules
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-06-27 Manuel M T ChakravartyFixed deriving of associated data types
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-04-22 simonpj@microsoft.comFix corner case of useless constraint in SPECIALISE...
2007-01-05 Manuel M T ChakravartyHsSyn clean up for indexed types
2007-01-03 simonpj@microsoft.comMake warnings come out in deterministic order
2007-01-02 simonpj@microsoft.comBig tidy-up of deriving code
2006-12-29 Manuel M T ChakravartyConstruction of EqPred dictionaries
2006-11-10 Samuel BronsonZap stray whitespace in lhs formatting
2006-11-10 simonpj@microsoft.comUse implication constraints to improve type inference
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-10-10 Manuel M T ChakravartyRough matches for family instances
2006-09-20 bjorn@bringert.netMerged stand-alone deriving with FC stuff.
2006-09-18 bjorn@bringert.netNew syntax for stand-alone deriving. Implemented fully.
2006-09-29 simonpj@microsoft.comGlobal renamings in HsSyn
2006-09-26 simonpj@microsoft.comFix derived instances (again); prevents infinite superc...
2006-09-25 simonpj@microsoft.comFix newtype deriving properly (un-doing Audreys patch)
2006-09-23 simonpj@microsoft.comRe-work the newtype-deriving support
2006-09-20 Manuel M T ChakravartyBasic set up for global family instance environment
2006-09-20 Manuel M T ChakravartyStraightened out implicit coercions for indexed types
2006-09-20 Manuel M T ChakravartyBetter error message for indexes that must be variables
2006-09-20 Manuel M T ChakravartyChecking conformance of AT indexes with instance heads
2006-09-20 Manuel M T ChakravartyWarn of missing ATs and complain about bad ATs
2006-09-20 Manuel M T ChakravartyCheck that AT instance is in a class
2006-09-20 Manuel M T ChakravartyExtend TyCons and DataCons to represent data instance...
2006-09-20 Manuel M T ChakravartyKind and type checking of indexed types
2006-09-20 Manuel M T ChakravartyFix newtype deriving bug
2006-09-20 Manuel M T ChakravartyFlip direction of newtype coercions, fix some comments
2006-09-20 Manuel M T ChakravartyComplete the evidence generation for GADTs
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 Chakravartynewtype deriving dicts, compiling at least
2006-09-20 Manuel M T Chakravarty..and a bit more
2006-09-20 Manuel M T ChakravartyMore on newtype deriving
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-18 Manuel M T ChakravartyPartial changes for derived newtype instances
2006-09-15 Manuel M T ChakravartyFix migrated AT support
2006-09-15 Manuel M T ChakravartyMigrate cvs diff from fptools-assoc branch
2006-07-06 simonpj@microsoft.comTiny comment change (darcs test only)
2006-06-12 simonpj@microsoft.comMake scoped type variables work for default methods
2006-04-07 Simon MarlowReorganisation of the source tree