Fix warnings
[ghc-hetmet.git] / compiler / basicTypes / VarEnv.lhs
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2010-12-02 simonpj@microsoft.comFix a nasty bug in RULE matching: Trac #4814
2010-10-19 simonpj@microsoft.comAdd new VarEnv functions minusVarEnv, intersectsVarEnv...
2010-10-07 simonpj@microsoft.comImprove the rule-matcher
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2009-12-04 simonpj@microsoft.comUse addToUFM_Acc where appropriate
2009-10-23 simonpj@microsoft.comAdd restrictVarEnv :: VarEnv a -> VarSet -> VarEnv a
2008-09-20 simonpj@microsoft.comTidy up the treatment of dead binders
2008-07-31 Max BolingbrokeDocument VarEnv
2008-05-03 Ian LynaghRemove unused function mapInScopeSet
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in VarEnv
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-29 Ian LynaghConvert some DEBUG uses to debugIsOn
2008-03-26 Ian LynaghFix warnings in basicTypes/VarEnv
2008-02-07 Ian LynaghMake some more modules use LazyUniqFM instead of UniqFM
2008-02-07 Ian LynaghMake some more modules use LazyUniqFM instead of UniqFM
2008-02-06 Ian LynaghMake UniqFM strict in its elements
2008-01-17 Isaac Dupreelots of portability changes (#1405)
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-02-06 simonpj@microsoft.comExpose rnInScopeSet from VarEnv
2007-01-13 simonpj@microsoft.comFix an obscure bug in rule-matching
2006-11-24 simonpj@microsoft.comUse existing function uniqAway instead of duplicating...
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-09-18 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-06-24 simonpj@microsoft.comImprove RULE matching a bit more
2006-05-25 simonpj@microsoft.comMake rule-matching robust to lets
2006-04-07 Simon MarlowReorganisation of the source tree