Fix CodingStyle#Warnings URLs
[ghc-hetmet.git] / compiler / simplCore / SimplEnv.lhs
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-02 Ian LynaghRemove mapAccumL, mapAccumR, mapAccumB
2007-05-23 simonpj@microsoft.comImprove the interaction of 'seq' and associated data...
2007-05-07 simonpj@microsoft.comMake let-floating work even if there are big lambdas...
2007-01-31 simonpj@microsoft.comUse Id.isStrictId
2006-12-11 simonpj@microsoft.comAdd comments, plus fix zapFragileInfo to zap worker...
2006-11-28 Kirsten Chevalierretain arity for let-bound vars in simplifier
2006-11-06 simonpj@microsoft.comVarious debugging print changes; nothing exciting
2006-11-06 simonpj@microsoft.comTidy up substitutions
2006-11-01 simonpj@microsoft.comMajor overhaul of the Simplifier
2006-10-05 simonpj@microsoft.comRemove unused OccInfo (simplification)
2006-10-04 simonpj@microsoft.comComments only
2006-09-20 Manuel M T ChakravartyComplete the evidence generation for GADTs
2006-09-15 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-06-21 simonpj@microsoft.comArity and eta-expansion tuning
2006-05-04 simonpj@microsoft.comMake rules available in RHS
2006-04-07 Simon MarlowReorganisation of the source tree