summaryrefslogtreecommitdiff
path: root/compiler/coreSyn/CoreUnfold.hs
Commit message (Expand)AuthorAgeFilesLines
* Replace INLINEABLE by INLINABLE (#12613)Joachim Breitner2016-09-241-4/+4
* Introduce BootUnfolding, set when unfolding is absent due to hs-boot file.Edward Z. Yang2016-08-211-0/+1
* Second attempt to fix sizeExprSimon Marlow2016-06-221-21/+45
* Typos in non-codeGabor Greif2016-03-301-1/+1
* Get the right in-scope set in specUnfoldingSimon Peyton Jones2016-02-261-0/+4
* Revert "sizeExpr: fix a bug in the size calculation"Simon Marlow2016-02-121-15/+3
* sizeExpr: fix a bug in the size calculationSimon Marlow2016-02-111-3/+15
* s/unLifted/unlifted for consistencyÖmer Sinan Ağacan2016-01-271-2/+2
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-13/+12
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-1/+0
* A few typos in commentsGabor Greif2015-10-051-1/+1
* Refactor: delete most of the module FastTypesThomas Miedema2015-08-211-32/+36
* Typos in comments [skip ci]Gabor Greif2015-08-031-2/+2
* Fix a huge space leak in the mighty SimplifierSimon Peyton Jones2015-05-221-78/+10
* Typos in commentsGabor Greif2015-03-181-1/+1
* Source notes (Core support)Peter Wortmann2014-12-161-2/+7
* compiler: de-lhs coreSyn/Austin Seipp2014-12-031-0/+1432