Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use strict types and folds in CoreStats | Reid Barton | 2017-04-04 | 1 | -9/+11 |
* | Clean up coreView/tcView. | Ben Gamari | 2017-03-31 | 1 | -7/+16 |
* | Disable bogus lint checks about levity polimorphic coerions | Joachim Breitner | 2017-03-31 | 1 | -5/+1 |
* | Print module when dumping rules | Matthew Pickering | 2017-03-29 | 1 | -1/+6 |
* | Allow unbound Refl binders in a RULE | Simon Peyton Jones | 2017-03-29 | 1 | -5/+13 |
* | Spelling in comments only [ci skip] | Gabor Greif | 2017-03-28 | 1 | -1/+1 |
* | Fix #13458 | Richard Eisenberg | 2017-03-27 | 1 | -8/+18 |
* | Typos in comments (notes too) [ci skip] | Gabor Greif | 2017-03-24 | 1 | -6/+6 |
* | No join-point from an INLINE function with wrong arity | Simon Peyton Jones | 2017-03-17 | 6 | -1090/+1196 |
* | Improve Lint a little | Simon Peyton Jones | 2017-03-17 | 1 | -5/+13 |
* | Fix #12709 by not building bad applications | Richard Eisenberg | 2017-03-17 | 1 | -1/+4 |
* | Typos in manual and comments [ci skip] | Gabor Greif | 2017-03-17 | 1 | -2/+2 |
* | Introduce putLogMsg | Ben Gamari | 2017-03-15 | 1 | -3/+3 |
* | Reimplement minusList using Set | David Feuer | 2017-03-14 | 1 | -0/+14 |
* | Shortcut a test in exprIsOk | David Feuer | 2017-03-14 | 1 | -2/+2 |
* | Introduce and use mkLetRec, mkLetNonRec | Ben Gamari | 2017-03-14 | 1 | -1/+11 |
* | Emit Core lint warnings on stderr, fix #13342 | Ben Fiedler | 2017-03-11 | 1 | -2/+4 |
* | Comments only [ci skip] | Gabor Greif | 2017-03-09 | 1 | -1/+1 |
* | Join points can be levity-polymorphic | Simon Peyton Jones | 2017-03-08 | 3 | -14/+35 |
* | Typos in comments and manual | Gabor Greif | 2017-03-06 | 1 | -1/+1 |
* | TcTypeable: Try to reuse KindReps | Ben Gamari | 2017-03-03 | 1 | -2/+26 |
* | Upgrade UniqSet to a newtype | David Feuer | 2017-03-01 | 3 | -5/+7 |
* | Move isJoinId, isJoinId_maybe to Id | Simon Peyton Jones | 2017-02-28 | 2 | -9/+8 |
* | Make Specialise work with casts | Simon Peyton Jones | 2017-02-28 | 1 | -4/+58 |
* | Small changes to expression sizing in CoreUnfold | Simon Peyton Jones | 2017-02-28 | 1 | -2/+10 |
* | Refactor floating of bindings (fiBind) | Simon Peyton Jones | 2017-02-26 | 1 | -28/+29 |
* | Make exprIsConApp_maybe work better for literals strings | Simon Peyton Jones | 2017-02-24 | 1 | -4/+13 |
* | Spelling only [ci skip] | Gabor Greif | 2017-02-23 | 2 | -2/+2 |
* | Improve Core Lint, mainly for join points | Simon Peyton Jones | 2017-02-21 | 1 | -38/+69 |
* | Fix Core pretty printer | Simon Peyton Jones | 2017-02-20 | 1 | -2/+3 |
* | Kill off the remaining Rec [] | Simon Peyton Jones | 2017-02-20 | 1 | -2/+7 |
* | Change -dppr-ticks to -dsuppress-ticks | Simon Peyton Jones | 2017-02-20 | 1 | -3/+3 |
* | Typos in manual, tests and comments | Gabor Greif | 2017-02-20 | 2 | -2/+2 |
* | Type-indexed Typeable | Ben Gamari | 2017-02-18 | 1 | -1/+1 |
* | Generalize kind of the (->) tycon | Ben Gamari | 2017-02-18 | 4 | -13/+31 |
* | Simplify OutputableBndr | Simon Peyton Jones | 2017-02-17 | 2 | -22/+27 |
* | Improve checking of joins in Core Lint | Simon Peyton Jones | 2017-02-16 | 1 | -123/+130 |
* | Typos [ci skip] | Gabor Greif | 2017-02-15 | 1 | -2/+2 |
* | Tweaks and typos in manual, note refs, comments | Gabor Greif | 2017-02-09 | 1 | -1/+1 |
* | Improve -dsuppress-coercions | Simon Peyton Jones | 2017-02-08 | 1 | -2/+3 |
* | Improve the simple optimiser | Simon Peyton Jones | 2017-02-08 | 1 | -198/+364 |
* | More typos in comments [skip ci] | Gabor Greif | 2017-02-08 | 2 | -5/+5 |
* | cpeApp: Make Int accumulator strict | Ben Gamari | 2017-02-07 | 1 | -1/+1 |
* | Another improvement to SetLevels | Simon Peyton Jones | 2017-02-07 | 1 | -3/+4 |
* | Comments only | Simon Peyton Jones | 2017-02-07 | 1 | -3/+3 |
* | Do not inline bottoming things | Simon Peyton Jones | 2017-02-07 | 1 | -0/+5 |
* | Do Worker/Wrapper for NOINLINE things | Eric Seidel | 2017-02-05 | 1 | -1/+4 |
* | New internal dynamic flag: Very aggressive inlining | Joachim Breitner | 2017-02-04 | 1 | -1/+8 |
* | Improve wrapTicks performance with lots of redundant source notes | Peter Wortmann | 2017-02-04 | 1 | -5/+14 |
* | Ditch static flags | Sylvain Henry | 2017-02-02 | 1 | -9/+11 |