summaryrefslogtreecommitdiff
path: root/compiler/simplCore/SimplCore.hs
Commit message (Expand)AuthorAgeFilesLines
* Rename SpecInfo to RuleInfo (upon SPJ's advice).Edward Z. Yang2015-10-101-6/+6
* Allow proper errors/warnings in core2core passesSimon Peyton Jones2015-08-051-6/+8
* Do not inline or apply rules on LHS of rulesSimon Peyton Jones2015-07-271-2/+2
* CoreUtils: Move size utilities to CoreStatsBen Gamari2015-07-161-2/+2
* Filter orphan rules based on imports, fixes #10294 and #10420.Edward Z. Yang2015-06-201-7/+16
* Use seq rather than (==) to force the sizeSimon Peyton Jones2015-06-011-1/+1
* Fix a huge space leak in the mighty SimplifierSimon Peyton Jones2015-05-221-13/+12
* Move declaration of Rulebase from Rules to CoreSynSimon Peyton Jones2015-03-171-2/+7
* Replace .lhs with .hs in compiler commentsYuri de Wit2015-02-091-2/+2
* Annotation lintingPeter Wortmann2014-12-161-2/+3
* Source notes (Core support)Peter Wortmann2014-12-161-10/+35
* Make Core Lint check for locally-bound GlobalIdsSimon Peyton Jones2014-12-151-0/+1
* compiler: de-lhs simplCore/Austin Seipp2014-12-031-0/+916