summaryrefslogtreecommitdiff
path: root/compiler/simplCore/SimplMonad.hs
Commit message (Expand)AuthorAgeFilesLines
* Better arity for join pointsSimon Peyton Jones2019-10-281-3/+4
* Use DeriveFunctor throughout the codebase (#15654)Krzysztof Gogolewski2019-06-121-4/+3
* Compute demand signatures assuming idAritySebastian Graf2019-04-301-2/+3
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-1/+1
* Fix #15953 by consistently using dumpIfSet_dyn to print debug outputChaitanya Koparkar2018-11-291-5/+4
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Improve error msg for simplifier tick exhaustionDavid Feuer2017-05-191-9/+24
* Join-point refactoringSimon Peyton Jones2017-05-021-2/+18
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-4/+4
* Remove some redundant definitions/constraintsHerbert Valerio Riedel2015-12-311-1/+0
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-2/+2
* Make Monad/Applicative instances MRP-friendlyHerbert Valerio Riedel2015-10-171-2/+2
* Filter orphan rules based on imports, fixes #10294 and #10420.Edward Z. Yang2015-06-201-4/+4
* Comments only, mostly typosThomas Miedema2015-04-031-1/+1
* Do proper depth checking in the flattener to avoid looping.Richard Eisenberg2015-03-231-8/+9
* Move declaration of Rulebase from Rules to CoreSynSimon Peyton Jones2015-03-171-1/+1
* Make -ddump-splices output to stdout (fixes #8796)Alexander Vershilov2015-02-051-1/+1
* compiler: de-lhs simplCore/Austin Seipp2014-12-031-0/+218