Implement -fexpose-all-unfoldings, and fix a non-termination bug
[ghc-hetmet.git] / compiler / coreSyn / CoreFVs.lhs
2009-11-19 simonpj@microsoft.comImplement -fexpose-all-unfoldings, and fix a non-termin...
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-04-27 Manuel M T ChakravartyEquality constraint solver is now externally pure
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-05 simonpj@microsoft.comCompletely new treatment of INLINE pragmas (big patch)
2008-09-14 simonpj@microsoft.comFix Trac #2587: take account of type lets
2008-07-31 Max BolingbrokeDocument CoreFVs
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
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-01-25 Twan van LaarhovenFixed warnings in coreSyn/CoreFVs, except for incomplet...
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-05-03 simonpj@microsoft.comFix dependency information for RULES
2007-01-03 simonpj@microsoft.comFix several bugs related to finding free variables
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-05-25 simonpj@microsoft.comMake rule-matching robust to lets
2006-04-07 Simon MarlowReorganisation of the source tree