New syntax for GADT-style record declarations, and associated refactoring
[ghc-hetmet.git] / compiler / rename / RnPat.lhs
2008-09-10 simonpj@microsoft.comRename a variable
2008-08-26 simonpj@microsoft.comFix flaggery for RULES (cf Trac #2497)
2008-07-20 Thomas SchillingFix Haddock errors.
2008-06-16 Ian LynaghMore commandline flag improvements
2008-05-06 simonpj@microsoft.comFix Trac #2246; overhaul handling of overloaded literals
2008-05-04 Ian LynaghFix the stage 1 build
2008-05-03 Ian LynaghMake RnPat warning-free
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in RnPat
2008-04-04 simonpj@microsoft.comFix Trac #2188: scoping in TH declarations quotes
2008-04-03 simonpj@microsoft.comFix Trac #2136: reporting of unused variables
2008-03-29 Ian LynaghFix typo; spotted by Bdh in #ghc
2008-02-07 Ian LynaghConvert more UniqFM's back to LazyUniqFM's
2008-02-07 Ian LynaghRemove unused import
2008-01-17 Twan van LaarhovenMonadify rename/RnPat: use do, return and standard...
2008-01-18 simonpj@microsoft.comAdd quasi-quotation, courtesy of Geoffrey Mainland
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2007-12-13 simonpj@microsoft.comUse Unix format for RnPat (no other change)
2007-12-13 simonpj@microsoft.comImprove free-variable handling for rnPat and friends...
2007-11-01 simonpj@microsoft.comUpdate error message to mention -XPatternSignatures...
2007-10-27 simonpj@microsoft.comIn a pattern binding, a type sig in the pattern cannot...
2007-10-10 Dan LicataView patterns, record wildcards, and record puns