Use OPTIONS rather than OPTIONS_GHC for pragmas
[ghc-hetmet.git] / compiler / specialise / Rules.lhs
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-03 simonpj@microsoft.comFix dependency information for RULES
2007-05-03 simonpj@microsoft.comLess voluminous debug
2007-04-20 simonpj@microsoft.comFix the GHC.Base.inline builtin rule
2007-03-30 simonpj@microsoft.comMatch the type of an Id during rule matching
2007-02-27 simonpj@microsoft.comMake let-matching work in Rules again
2007-02-21 simonpj@microsoft.comImport trimming
2007-02-21 simonpj@microsoft.comDeal more correctly with orphan instances
2007-02-06 simonpj@microsoft.comRename local variable (no semantic effect)
2007-02-06 simonpj@microsoft.comComments and debug output
2007-02-06 simonpj@microsoft.comImprove rule-matching for let expressions
2007-02-02 simonpj@microsoft.comLook through Notes when generating and matching RULES
2006-11-24 simonpj@microsoft.comFix name-capture bug in rule matching
2006-11-06 simonpj@microsoft.comVarious debugging print changes; nothing exciting
2006-11-01 simonpj@microsoft.comMajor overhaul of the Simplifier
2006-09-29 simonpj@microsoft.comMatch let before lambda in rule-matching (see comment...
2006-09-15 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-15 simonpj@microsoft.comFix two bugs in rule-matching
2006-06-24 simonpj@microsoft.comImprove RULE matching a bit more
2006-06-05 simonpj@microsoft.comRemove InlinePlease and add inline function and RULE
2006-05-25 simonpj@microsoft.comMake rule-matching robust to lets
2006-05-04 simonpj@microsoft.comFix a bug in rule matching
2006-04-07 Simon MarlowReorganisation of the source tree