| Commit message (Expand) | Author | Age | Files | Lines |
* | Typos in error messages and in comments | Gabor Greif | 2015-04-10 | 1 | -1/+1 |
* | Comments only, mostly typos | Thomas Miedema | 2015-04-03 | 1 | -1/+1 |
* | Do proper depth checking in the flattener to avoid looping. | Richard Eisenberg | 2015-03-23 | 1 | -8/+9 |
* | Minor fix to Note [Trimming arity] | Joachim Breitner | 2015-03-23 | 1 | -1/+1 |
* | Trim Call Arity | Joachim Breitner | 2015-03-22 | 1 | -5/+46 |
* | Move declaration of Rulebase from Rules to CoreSyn | Simon Peyton Jones | 2015-03-17 | 3 | -4/+8 |
* | Comments, white space, and small refactoring | Simon Peyton Jones | 2015-03-17 | 1 | -29/+39 |
* | Comment typo | Joachim Breitner | 2015-02-23 | 1 | -3/+1 |
* | [ci skip] comment typo | Joachim Breitner | 2015-02-21 | 1 | -1/+1 |
* | Replace .lhs with .hs in compiler comments | Yuri de Wit | 2015-02-09 | 6 | -11/+11 |
* | Make -ddump-splices output to stdout (fixes #8796) | Alexander Vershilov | 2015-02-05 | 2 | -3/+3 |
* | Split stripTicks into expression editing and tick collection | Peter Wortmann | 2015-01-19 | 2 | -6/+8 |
* | Typos in comments | Gabor Greif | 2014-12-17 | 1 | -1/+1 |
* | Annotation linting | Peter Wortmann | 2014-12-16 | 1 | -2/+3 |
* | Source notes (Core support) | Peter Wortmann | 2014-12-16 | 9 | -151/+212 |
* | Make Core Lint check for locally-bound GlobalIds | Simon Peyton Jones | 2014-12-15 | 2 | -205/+1 |
* | Fix an obscure but terrible bug in the simplifier (Trac #9567) | Simon Peyton Jones | 2014-12-11 | 2 | -189/+288 |
* | compiler: de-lhs simplCore/ | Austin Seipp | 2014-12-03 | 13 | -737/+616 |
* | Implement typechecker plugins | Adam Gundry | 2014-11-20 | 2 | -71/+8 |
* | Turn CoreWriter into a newtype; fix comment | David Feuer | 2014-11-19 | 1 | -8/+11 |
* | Improve Applicative definitions | David Feuer | 2014-11-07 | 1 | -1/+2 |
* | Remove -ddump-core-pipeline flag | Jan Stolarek | 2014-11-06 | 2 | -5/+1 |
* | Remove -ddump-simpl-phases flag | Jan Stolarek | 2014-11-06 | 2 | -38/+11 |
* | Add comments explaining ProbOneShot | Simon Peyton Jones | 2014-11-04 | 2 | -2/+3 |
* | Some refactoring around endPass and debug dumping | Simon Peyton Jones | 2014-11-04 | 4 | -31/+55 |
* | Fix comment typos | Jan Stolarek | 2014-10-31 | 2 | -3/+3 |
* | Comments only | Jan Stolarek | 2014-10-30 | 1 | -1/+1 |
* | Fix comment typos: lll -> ll, THe -> The | Jan Stolarek | 2014-10-14 | 2 | -2/+2 |
* | [ci skip] compiler: Kill last remaining tabs in CallArity | Austin Seipp | 2014-10-01 | 1 | -2/+2 |
* | Simplify mergeSATInfo by using zipWith | David Feuer | 2014-10-01 | 1 | -9/+18 |
* | Fix bogus comment | Simon Peyton Jones | 2014-10-01 | 1 | -2/+2 |
* | Stop exporting, and stop using, functions marked as deprecated | Thomas Miedema | 2014-09-27 | 1 | -1/+1 |
* | De-tabify and remove trailing whitespace | Simon Peyton Jones | 2014-09-26 | 2 | -263/+251 |
* | [ci skip] simplCore: detabify/dewhitespace CoreMonad | Austin Seipp | 2014-09-25 | 1 | -217/+211 |
* | Ensure that loop breakers are computed when glomming | Simon Peyton Jones | 2014-09-23 | 1 | -12/+30 |
* | Fix garbled comment wording | Simon Peyton Jones | 2014-09-19 | 1 | -2/+3 |
* | Use mapAccumL (refactoring only) | Simon Peyton Jones | 2014-09-19 | 1 | -8/+1 |
* | Make Applicative a superclass of Monad | Austin Seipp | 2014-09-09 | 1 | -4/+4 |
* | Typos in comments | Gabor Greif | 2014-08-29 | 1 | -2/+2 |
* | When finding loop breakers, distinguish INLINE from INLINEABLE | Simon Peyton Jones | 2014-08-29 | 1 | -36/+19 |
* | Comments, white space, and rename "InlineRule" to "stable unfolding" | Simon Peyton Jones | 2014-08-29 | 3 | -42/+42 |
* | Fix a bug in CSE, for INLINE/INLNEABLE things | Simon Peyton Jones | 2014-08-29 | 1 | -44/+40 |
* | Define mapUnionVarSet, and use it | Simon Peyton Jones | 2014-08-29 | 3 | -8/+8 |
* | Simple refactor of the case-of-case transform | Simon Peyton Jones | 2014-08-28 | 1 | -17/+11 |
* | Run float-inwards immediately before the strictness analyser. | Simon Peyton Jones | 2014-08-28 | 1 | -2/+7 |
* | Comments only | Simon Peyton Jones | 2014-08-28 | 1 | -0/+3 |
* | Don't float out (classop dict e1 e2) | Simon Peyton Jones | 2014-08-28 | 3 | -17/+30 |
* | Refactor unfoldings | Simon Peyton Jones | 2014-08-28 | 1 | -5/+5 |
* | Less voluminous output when printing continuations | Simon Peyton Jones | 2014-08-28 | 1 | -1/+1 |
* | simplCore: detabify/dewhitespace LiberateCase | Austin Seipp | 2014-08-20 | 1 | -128/+120 |