summaryrefslogtreecommitdiff
path: root/compiler/specialise/Rules.lhs
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings in RulesIan Lynagh2008-12-291-39/+33
* Add no-op case for addIdSpecialisations (very minor optimisation)simonpj@microsoft.com2008-12-051-0/+2
* Trim redundant importsimonpj@microsoft.com2008-12-051-1/+0
* Add (a) CoreM monad, (b) new Annotations featuresimonpj@microsoft.com2008-10-301-12/+17
* Improved specialisation of recursive groupssimonpj@microsoft.com2008-09-031-32/+24
* Make rule printing wobble lesssimonpj@microsoft.com2008-08-211-2/+17
* Document RulesMax Bolingbroke2008-07-311-35/+69
* (F)SLIT -> (f)sLit in RulesIan Lynagh2008-04-121-5/+5
* Comments onlysimonpj@microsoft.com2008-04-221-5/+7
* Remove an #ifdef DEBUGIan Lynagh2008-03-291-4/+1
* Fix broken debug warningsimonpj@microsoft.com2008-01-161-5/+6
* Fix the -frule-check passsimonpj@microsoft.com2008-01-161-16/+13
* Fix Trac #1746: make rule-matching work properly with Cast expressionssimonpj@microsoft.com2007-09-291-5/+4
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* 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