Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix warnings in Rules | Ian Lynagh | 2008-12-29 | 1 | -39/+33 |
* | Add no-op case for addIdSpecialisations (very minor optimisation) | simonpj@microsoft.com | 2008-12-05 | 1 | -0/+2 |
* | Trim redundant import | simonpj@microsoft.com | 2008-12-05 | 1 | -1/+0 |
* | Add (a) CoreM monad, (b) new Annotations feature | simonpj@microsoft.com | 2008-10-30 | 1 | -12/+17 |
* | Improved specialisation of recursive groups | simonpj@microsoft.com | 2008-09-03 | 1 | -32/+24 |
* | Make rule printing wobble less | simonpj@microsoft.com | 2008-08-21 | 1 | -2/+17 |
* | Document Rules | Max Bolingbroke | 2008-07-31 | 1 | -35/+69 |
* | (F)SLIT -> (f)sLit in Rules | Ian Lynagh | 2008-04-12 | 1 | -5/+5 |
* | Comments only | simonpj@microsoft.com | 2008-04-22 | 1 | -5/+7 |
* | Remove an #ifdef DEBUG | Ian Lynagh | 2008-03-29 | 1 | -4/+1 |
* | Fix broken debug warning | simonpj@microsoft.com | 2008-01-16 | 1 | -5/+6 |
* | Fix the -frule-check pass | simonpj@microsoft.com | 2008-01-16 | 1 | -16/+13 |
* | Fix Trac #1746: make rule-matching work properly with Cast expressions | simonpj@microsoft.com | 2007-09-29 | 1 | -5/+4 |
* | Fix CodingStyle#Warnings URLs | Ian Lynagh | 2007-09-04 | 1 | -1/+1 |
* | Use OPTIONS rather than OPTIONS_GHC for pragmas | Ian Lynagh | 2007-09-03 | 1 | -2/+2 |
* | Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modules | Ian Lynagh | 2007-09-01 | 1 | -0/+7 |
* | Remove mapAccumL, mapAccumR, mapAccumB | Ian Lynagh | 2007-07-02 | 1 | -1/+1 |
* | Fix dependency information for RULES | simonpj@microsoft.com | 2007-05-03 | 1 | -3/+3 |
* | Less voluminous debug | simonpj@microsoft.com | 2007-05-03 | 1 | -4/+10 |
* | Fix the GHC.Base.inline builtin rule | simonpj@microsoft.com | 2007-04-20 | 1 | -0/+17 |
* | Match the type of an Id during rule matching | simonpj@microsoft.com | 2007-03-30 | 1 | -7/+21 |
* | Make let-matching work in Rules again | simonpj@microsoft.com | 2007-02-27 | 1 | -1/+23 |
* | Import trimming | simonpj@microsoft.com | 2007-02-21 | 1 | -1/+1 |
* | Deal more correctly with orphan instances | simonpj@microsoft.com | 2007-02-21 | 1 | -1/+1 |
* | Rename local variable (no semantic effect) | simonpj@microsoft.com | 2007-02-06 | 1 | -1/+1 |
* | Comments and debug output | simonpj@microsoft.com | 2007-02-06 | 1 | -6/+12 |
* | Improve rule-matching for let expressions | simonpj@microsoft.com | 2007-02-06 | 1 | -14/+31 |
* | Look through Notes when generating and matching RULES | simonpj@microsoft.com | 2007-02-02 | 1 | -0/+10 |
* | Fix name-capture bug in rule matching | simonpj@microsoft.com | 2006-11-24 | 1 | -20/+29 |
* | Various debugging print changes; nothing exciting | simonpj@microsoft.com | 2006-11-06 | 1 | -1/+2 |
* | Major overhaul of the Simplifier | simonpj@microsoft.com | 2006-11-01 | 1 | -18/+16 |
* | Match let before lambda in rule-matching (see comment with Lam case of Rules.... | simonpj@microsoft.com | 2006-09-29 | 1 | -34/+41 |
* | Massive patch for the first months work adding System FC to GHC #31 | Manuel M T Chakravarty | 2006-09-15 | 1 | -1/+4 |
* | Fix two bugs in rule-matching | simonpj@microsoft.com | 2006-08-15 | 1 | -2/+4 |
* | Improve RULE matching a bit more | simonpj@microsoft.com | 2006-06-24 | 1 | -4/+48 |
* | Remove InlinePlease and add inline function and RULE | simonpj@microsoft.com | 2006-06-05 | 1 | -1/+1 |
* | Make rule-matching robust to lets | simonpj@microsoft.com | 2006-05-25 | 1 | -45/+113 |
* | Fix a bug in rule matching | simonpj@microsoft.com | 2006-05-04 | 1 | -5/+10 |
* | Reorganisation of the source tree | Simon Marlow | 2006-04-07 | 1 | -0/+633 |