Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modules
[ghc-hetmet.git] / compiler / typecheck / TcExpr.lhs
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-21 LemmihAdd several new record features
2007-06-06 simonpj@microsoft.comFIX #1385: make sure tuple instances are loaded
2007-05-10 simonpj@microsoft.comDead code elimination
2007-05-02 simonpj@microsoft.comMake records work properly with type families
2007-02-04 lennart@augustsson.netMake HsRecordBinds a data type instead of a synonym.
2007-02-04 lennart@augustsson.netFix a typo.
2007-01-09 simonpj@microsoft.comPreserve rigidity for GADTs when typechecking explicit...
2007-01-02 simonpj@microsoft.comBig tidy-up of deriving code
2006-12-29 andy@galois.comAdding a GENERATED pragma
2006-12-13 simonpj@microsoft.comAdd left-to-right impredicative instantiation
2006-12-11 simonpj@microsoft.comComments and layout only
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-10-03 simonpj@microsoft.comFix scoped type variables for expression type signatures
2006-09-29 simonpj@microsoft.comRemove Linear Implicit Parameters, and all their works
2006-09-29 simonpj@microsoft.comGlobal renamings in HsSyn
2006-09-23 simonpj@microsoft.comFix origin for addDataConStupidTheta
2006-09-20 Manuel M T ChakravartySPJ's fix to resolve conflict in instFun
2006-09-20 Manuel M T ChakravartyAdjust code from manual merges
2006-09-20 Manuel M T ChakravartyFix a couple of stage-2 bogosities
2006-09-20 Manuel M T Chakravartyfix some coercion kind representation things, extend...
2006-09-20 Manuel M T ChakravartyComplete the evidence generation for GADTs
2006-09-20 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-19 Ross Patersonremove spurious commas in imports
2006-08-18 simonpj@microsoft.comI don't thing we want to add a call-context here; it...
2006-08-16 simonpj@microsoft.comAdd ad-hoc typing checks for tagToEnum#
2006-08-04 simonpj@microsoft.comDo pre-subsumption in the main subsumption check
2006-04-14 simonpj@microsoft.comRecover gracefully from a Template Haskell programmers...
2006-04-07 Simon MarlowReorganisation of the source tree