Add 'rec' to stmts in a 'do', and deprecate 'mdo'
[ghc-hetmet.git] / compiler / rename / RnExpr.lhs
2009-10-28 simonpj@microsoft.comAdd 'rec' to stmts in a 'do', and deprecate 'mdo'
2009-08-20 simonpj@microsoft.comImprovements to record puns, wildcards
2009-07-24 Ian LynaghRemove GHC's haskell98 dependency
2009-07-23 simonpj@microsoft.comAdd tuple sections as a new feature
2009-07-07 Ian LynaghRemove unused imports
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2009-05-27 simonpj@microsoft.comTemplate Haskell: allow type splices
2009-04-09 simonpj@microsoft.comUse return instead of returnM, and similar tidy-ups
2009-03-31 Ian LynaghMake some showSDoc's use OneLineMode rather than PageMode
2008-10-27 simonpj@microsoft.comFix Trac #2713: refactor and tidy up renaming of fixity...
2008-10-03 simonpj@microsoft.comExpunge ThFake, cure Trac #2632
2008-08-12 simonpj@microsoft.comFix Trac #2490: sections should be parenthesised
2008-08-12 simonpj@microsoft.comRefactoring: define TcRnMonad.failWith and use it in...
2008-08-11 simonpj@microsoft.comFix Trac #2506: infix assert
2008-05-04 Ian LynaghFix the stage 1 build
2008-05-03 Ian LynaghRemove a hack from a time when ghc couldn't do seq
2008-05-03 Ian LynaghMake RnExpr warning-free
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in RnExpr
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-02-26 simonpj@microsoft.comFix Trac #2111: improve error handling for 'rec' in...
2008-02-07 Ian LynaghConvert more UniqFM's back to LazyUniqFM's
2008-02-05 Ian LynaghUse isEmptyUniqSet rather than isNullUFM
2008-01-24 Ian LynaghFix the build
2008-01-18 simonpj@microsoft.comAdd quasi-quotation, courtesy of Geoffrey Mainland
2008-01-14 Ian LynaghGive an error if view pattern syntax is used in an...
2007-12-20 simonpj@microsoft.comImplement generalised list comprehensions
2007-12-13 simonpj@microsoft.comImprove free-variable handling for rnPat and friends...
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
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-08-09 simonpj@microsoft.comTrim imports
2007-07-08 Ian LynaghAdd -XParallelListComp
2007-06-21 LemmihAdd several new record features
2007-06-20 simonpj@microsoft.comUnused import
2007-06-06 simonpj@microsoft.comRemove unnecessary free-variables from renamer
2007-05-02 simonpj@microsoft.comMake records work properly with type families
2007-03-23 simonpj@microsoft.comRemove dead code from rnExpr (Var v); seems to be a...
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-12-10 Pepe IborraThe breakpoint primitive
2006-10-13 simonpj@microsoft.comMore refactoring in RnNames
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-10-03 simonpj@microsoft.comFix scoped type variables for expression type signatures
2006-09-29 simonpj@microsoft.comGlobal renamings in HsSyn
2006-09-23 simonpj@microsoft.comTrim imports, and remove some dead code
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-09-07 simonpj@microsoft.comFix the handling of names in declaration brackets
2006-08-25 Ian LynaghFix rewriting of Control.Exception.Assert; fixes 875
2006-08-08 simonpj@microsoft.comRemove srcSpanStartLine/srcSpanEndLine crash
2006-08-04 simonpj@microsoft.comDo pre-subsumption in the main subsumption check
2006-07-25 Simon MarlowGeneralise Package Support
2006-05-02 LemmihbreakpointCond
2006-04-07 Simon MarlowReorganisation of the source tree