Fix the build
[ghc-hetmet.git] / compiler / rename / RnExpr.lhs
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