summaryrefslogtreecommitdiff
path: root/compiler/simplCore/Simplify.hs
Commit message (Expand)AuthorAgeFilesLines
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-28/+48
* Don't inline/apply other rules when simplifying a rule RHS.Andrew Farmer2015-10-121-7/+5
* Rename SpecInfo to RuleInfo (upon SPJ's advice).Edward Z. Yang2015-10-101-3/+3
* Do not inline or apply rules on LHS of rulesSimon Peyton Jones2015-07-271-15/+21
* Comments onlySimon Peyton Jones2015-07-101-0/+2
* Use named fields in SimplCont.Select constructorSimon Peyton Jones2015-06-011-11/+17
* Fix a huge space leak in the mighty SimplifierSimon Peyton Jones2015-05-221-115/+208
* Typos in error messages and in commentsGabor Greif2015-04-101-1/+1
* Replace .lhs with .hs in compiler commentsYuri de Wit2015-02-091-3/+3
* Make -ddump-splices output to stdout (fixes #8796)Alexander Vershilov2015-02-051-2/+2
* Typos in commentsGabor Greif2014-12-171-1/+1
* Source notes (Core support)Peter Wortmann2014-12-161-46/+53
* Fix an obscure but terrible bug in the simplifier (Trac #9567)Simon Peyton Jones2014-12-111-55/+85
* compiler: de-lhs simplCore/Austin Seipp2014-12-031-0/+2839