Fix Trac #3813: unused variables in GHCi bindings
[ghc-hetmet.git] / compiler / rename / RnEnv.lhs
2010-01-20 simonpj@microsoft.comFix Trac #3813: unused variables in GHCi bindings
2009-12-21 simonpj@microsoft.comFix Trac #3776
2009-11-05 simonpj@microsoft.comFix Trac #3640, plus associated refactoring
2009-10-07 simonpj@microsoft.comAdd flag -XExplicitForAll and document it
2009-08-20 simonpj@microsoft.comWibble to RnPat refactoring
2009-08-20 simonpj@microsoft.comImprovements to record puns, wildcards
2009-07-24 Ian LynaghRemove GHC's haskell98 dependency
2009-07-07 Ian LynaghRemove unused imports
2009-07-06 simonpj@microsoft.comMajor patch to fix reporting of unused imports
2009-07-02 Manuel M T ChakravartyFIX #3197
2009-06-02 simonpj@microsoft.comFix Trac #3265: type operators in type/class declarations
2009-05-28 simonpj@microsoft.comFix Trac #3262: suppress name-shadow warning for _names
2009-04-09 simonpj@microsoft.comFix Trac #3155: better error message when -XRankNTypes...
2009-04-09 simonpj@microsoft.comUse return instead of returnM, and similar tidy-ups
2008-12-30 simonpj@microsoft.comRefactor RnEnv to fix Trac #2901
2008-12-08 simonpj@microsoft.comComments only
2008-11-22 Thomas SchillingReport source span instead of just source location...
2008-10-28 simonpj@microsoft.comFix Trac #2723: keep track of record field names in...
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-30 Ian LynaghFix a space leak
2008-08-21 simonpj@microsoft.comImprove error message when 'forall' is not a keyword
2008-08-20 simonpj@microsoft.comElaborate for-all message slightly
2008-08-05 Simon MarlowAdd -XPackageImports, new syntax for package-qualified...
2008-08-05 Simon MarlowAdd -fno-implicit-import-qualified (#2452)
2008-07-20 Thomas SchillingFix Haddock errors.
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