Whitespace only in nativeGen/RegAlloc/Graph/TrivColorable.hs
[ghc-hetmet.git] / compiler / rename / RnPat.lhs
2011-05-04 Jose Pedro MagalhaesRemove HsNumTy and TypePati.
2010-09-23 simonpj@microsoft.comRemove use of lambda with a refutable pattern
2010-09-18 Ian LynaghAdd separate functions for querying DynFlag and Extensi...
2010-07-24 Ian LynaghSeparate the language flags from the other DynFlag's
2010-05-25 simonpj@microsoft.comRefactor (again) the handling of default methods
2010-04-12 simonpj@microsoft.comFix Trac #3943: incorrect unused-variable warning
2010-03-04 simonpj@microsoft.comRefactor part of the renamer to fix Trac #3901
2010-02-10 simonpj@microsoft.comSeveral TH/quasiquote changes
2010-01-20 simonpj@microsoft.comFix Trac #3813: unused variables in GHCi bindings
2009-11-05 simonpj@microsoft.comFix Trac #3640, plus associated refactoring
2009-08-21 simonpj@microsoft.comAnother tiny tidy-up to RnPat
2009-08-20 simonpj@microsoft.comWibble to RnPat refactoring
2009-08-20 simonpj@microsoft.comImprovements to record puns, wildcards
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