Fix Trac #2292: improve error message for lone signatures
[ghc-hetmet.git] / compiler / rename / RnEnv.lhs
2008-05-20 simonpj@microsoft.comFix Trac #2292: improve error message for lone signatures
2008-05-03 Ian LynaghMake RnEnv warning-free
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in RnEnv
2008-04-10 simonpj@microsoft.comFix Trac #2205, which I introduced recently
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-04-02 simonpj@microsoft.comFix Trac #2137: report correct location for shadowed...
2008-02-22 simonpj@microsoft.comFix Trac #2114: error reporting for 'forall' without...
2008-02-07 Ian LynaghConvert more UniqFM's back to LazyUniqFM's
2008-01-24 Ian LynaghFix the build
2008-01-21 simonpj@microsoft.comFix Trac #2055
2008-01-18 simonpj@microsoft.comAdd quasi-quotation, courtesy of Geoffrey Mainland
2008-01-17 Isaac Dupreelots of portability changes (#1405)
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-07-09 Ian LynaghAdd -XTypeOperators flag
2007-06-23 Ian LynaghFix an error message
2007-06-21 LemmihAdd several new record features
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-02 simonpj@microsoft.comImprove error reporting for type signatures
2007-02-04 lennart@augustsson.netExport a function to grab the local environment as... 2007-02-05
2006-12-21 lennart@augustsson.netAdd support for overloaded string literals.
2006-11-02 simonpj@microsoft.comImprove handling of unused imports (test is mod75)
2006-10-22 Manuel M T ChakravartyFix handling of family instances in the presense of...
2006-10-13 simonpj@microsoft.comMore refactoring in RnNames
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-10-05 davve@dtek.chalmers.seMerge Haddock comment support from ghc.haddock -- big...
2006-09-20 Manuel M T ChakravartyImport/export of data constructors in family instances
2006-09-06 simonpj@microsoft.comCheck that top-level binders are unqualified names
2006-08-08 simonpj@microsoft.comRemove srcSpanStartLine/srcSpanEndLine crash
2006-07-25 Simon MarlowGeneralise Package Support
2006-04-07 Simon MarlowReorganisation of the source tree