summaryrefslogtreecommitdiff
path: root/compiler/coreSyn/CoreTidy.lhs
Commit message (Expand)AuthorAgeFilesLines
* Remove the (very) old strictness analysersimonpj@microsoft.com2009-11-191-2/+2
* The Big INLINE Patch: totally reorganise way that INLINE pragmas worksimonpj@microsoft.com2009-10-291-12/+24
* Remove unused importsIan Lynagh2009-07-071-1/+0
* Rewrite CorePrep and improve eta expansionsimonpj@microsoft.com2009-01-131-1/+1
* Make CoreTidy retain deadness info (better -ddump-simpl)simonpj@microsoft.com2008-12-051-5/+11
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-2/+0
* Make some more modules use LazyUniqFM instead of UniqFMIan Lynagh2008-02-071-1/+1
* Make some more modules use LazyUniqFM instead of UniqFMIan Lynagh2008-02-071-1/+1
* Fix warnings in coreSyn/CoreTidyTwan van Laarhoven2008-01-181-12/+10
* 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
* Trim importssimonpj@microsoft.com2007-08-221-1/+0
* Remove mapAccumL, mapAccumR, mapAccumBIan Lynagh2007-07-021-0/+2
* Store a SrcSpan instead of a SrcLoc inside a NameSimon Marlow2007-05-111-1/+1
* Retain inline-pragma information on unfoldings in interface filessimonpj@microsoft.com2007-04-251-1/+4
* Module header tidyup, phase 1Simon Marlow2006-10-111-18/+16
* Trim imports, and remove some dead codesimonpj@microsoft.com2006-09-231-2/+2
* Complete the evidence generation for GADTsManuel M T Chakravarty2006-09-201-4/+2
* Massive patch for the first months work adding System FC to GHC #4Manuel M T Chakravarty2006-08-041-38/+7
* Fix egregious and long-standing tidying bugsimonpj@microsoft.com2006-05-251-1/+1
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+221