Fix CodingStyle#Warnings URLs
[ghc-hetmet.git] / compiler / typecheck / TcHsSyn.lhs
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-06-21 simonpj@microsoft.comFIX BUILD: add missing prime!
2007-06-21 LemmihAdd several new record features
2007-06-18 LemmihRemove the unused HsExpr constructor DictPat
2007-05-10 Michael D. AdamsWarning fix for unused and redundant imports
2007-05-02 simonpj@microsoft.comMake records work properly with type families
2007-04-22 simonpj@microsoft.comFix corner case of useless constraint in SPECIALISE...
2007-02-04 lennart@augustsson.netMake HsRecordBinds a data type instead of a synonym.
2006-12-21 lennart@augustsson.netAdd support for overloaded string literals.
2006-12-29 andy@galois.comAdding a GENERATED pragma
2006-10-18 simonpj@microsoft.comAdd the primitive type Any, and use it for Dynamics
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-10-05 davve@dtek.chalmers.seMerge Haddock comment support from ghc.haddock -- big...
2006-09-29 simonpj@microsoft.comRemove Linear Implicit Parameters, and all their works
2006-09-29 simonpj@microsoft.comGlobal renamings in HsSyn
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-09-18 Manuel M T ChakravartyRemove argument variance info of tycons
2006-08-06 Manuel M T ChakravartyAdd CoPat stuff
2006-09-18 simonpj@microsoft.comEnsure that only zonked poly_ids are passed to tcSpecPrag
2006-08-09 Simon MarlowRemove old FFI syntax
2006-04-07 Simon MarlowReorganisation of the source tree