put coqPassCoreToCore on the CoreM monad, greatly simplify Desugar.lhs
[ghc-hetmet.git] / compiler / types / Class.lhs
2011-04-12 simonpjInitial commit for Pedro's new generic default methods
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-08-30 benl@ouroborus.netFix warning about multiply exported name
2010-08-30 benl@ouroborus.netVectorisation of method types
2010-07-07 simonpj@microsoft.comFix Trac #4127 (and hence #4173)
2010-05-25 simonpj@microsoft.comRefactor (again) the handling of default methods
2010-03-30 David WaernAdd Data and Typeable instances to HsSyn
2008-12-01 simonpj@microsoft.comBetter error message for fundep conflict
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Class
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-01-25 Twan van LaarhovenFixed warnings in types/Class
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...
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-09-20 Manuel M T ChakravartyExtend Class.Class to include the TyCons of ATs
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-04-07 Simon MarlowReorganisation of the source tree