summaryrefslogtreecommitdiff
path: root/compiler/specialise/Rules.lhs
Commit message (Expand)AuthorAgeFilesLines
* Remove mapAccumL, mapAccumR, mapAccumBIan Lynagh2007-07-021-1/+1
* Fix dependency information for RULESsimonpj@microsoft.com2007-05-031-3/+3
* Less voluminous debugsimonpj@microsoft.com2007-05-031-4/+10
* Fix the GHC.Base.inline builtin rulesimonpj@microsoft.com2007-04-201-0/+17
* Match the type of an Id during rule matchingsimonpj@microsoft.com2007-03-301-7/+21
* Make let-matching work in Rules againsimonpj@microsoft.com2007-02-271-1/+23
* Import trimmingsimonpj@microsoft.com2007-02-211-1/+1
* Deal more correctly with orphan instancessimonpj@microsoft.com2007-02-211-1/+1
* Rename local variable (no semantic effect)simonpj@microsoft.com2007-02-061-1/+1
* Comments and debug outputsimonpj@microsoft.com2007-02-061-6/+12
* Improve rule-matching for let expressionssimonpj@microsoft.com2007-02-061-14/+31
* Look through Notes when generating and matching RULESsimonpj@microsoft.com2007-02-021-0/+10
* Fix name-capture bug in rule matchingsimonpj@microsoft.com2006-11-241-20/+29
* Various debugging print changes; nothing excitingsimonpj@microsoft.com2006-11-061-1/+2
* Major overhaul of the Simplifiersimonpj@microsoft.com2006-11-011-18/+16
* Match let before lambda in rule-matching (see comment with Lam case of Rules....simonpj@microsoft.com2006-09-291-34/+41
* Massive patch for the first months work adding System FC to GHC #31Manuel M T Chakravarty2006-09-151-1/+4
* Fix two bugs in rule-matchingsimonpj@microsoft.com2006-08-151-2/+4
* Improve RULE matching a bit moresimonpj@microsoft.com2006-06-241-4/+48
* Remove InlinePlease and add inline function and RULEsimonpj@microsoft.com2006-06-051-1/+1
* Make rule-matching robust to letssimonpj@microsoft.com2006-05-251-45/+113
* Fix a bug in rule matchingsimonpj@microsoft.com2006-05-041-5/+10
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+633