Remove very dead Java backend code.
[ghc-hetmet.git] / compiler / specialise / Rules.lhs
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2011-01-26 simonpj@microsoft.comFix bug in roughTopNames
2010-12-02 simonpj@microsoft.comFix a nasty bug in RULE matching: Trac #4814
2010-10-15 simonpj@microsoft.comGive user-defined rules precedence over built-in rules
2010-10-07 simonpj@microsoft.comImplement auto-specialisation of imported Ids
2010-10-07 simonpj@microsoft.comImprove the rule-matcher
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-05-06 Ian LynaghDe-haddock a comment that confuses haddock
2010-05-05 simonpj@microsoft.comMatching cases in SpecConstr and Rules
2009-12-16 simonpj@microsoft.comRefactor to combine two eqExpr functions
2009-12-07 simonpj@microsoft.comComments only, about RULE plumbing
2009-12-02 simonpj@microsoft.comMore work on the simplifier's inlining strategies
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-06-24 t-peterj@microsoft.comAdd missing case for eq_note.
2009-06-26 t-peterj@microsoft.comRename parameters to make debugging code compile.
2009-07-02 simonpj@microsoft.comLook through Notes when matching
2009-03-18 simonpj@microsoft.comAdd the notion of "constructor-like" Ids for rule-matching
2008-12-29 Ian LynaghFix warnings in Rules
2008-12-05 simonpj@microsoft.comAdd no-op case for addIdSpecialisations (very minor...
2008-12-05 simonpj@microsoft.comTrim redundant import
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-09-03 simonpj@microsoft.comImproved specialisation of recursive groups
2008-08-21 simonpj@microsoft.comMake rule printing wobble less
2008-07-31 Max BolingbrokeDocument Rules
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Rules
2008-04-22 simonpj@microsoft.comComments only
2008-03-29 Ian LynaghRemove an #ifdef DEBUG
2008-01-16 simonpj@microsoft.comFix broken debug warning
2008-01-16 simonpj@microsoft.comFix the -frule-check pass
2007-09-29 simonpj@microsoft.comFix Trac #1746: make rule-matching work properly with...
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-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