Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Compute demand signatures assuming idArity | Sebastian Graf | 2019-04-30 | 2 | -3/+12 |
* | Fix #16282. | Eric Crockett | 2019-04-07 | 1 | -8/+8 |
* | base: Remove `Monad(fail)` method and reexport `MonadFail(fail)` instead | Herbert Valerio Riedel | 2019-03-22 | 1 | -7/+7 |
* | Remove deprecated reinitializeGlobals | Krzysztof Gogolewski | 2019-03-19 | 1 | -7/+0 |
* | Fix typos | Krzysztof Gogolewski | 2019-03-19 | 1 | -1/+1 |
* | Update Trac ticket URLs to point to GitLab | Ryan Scott | 2019-03-15 | 12 | -63/+63 |
* | Add AnonArgFlag to FunTy | Simon Peyton Jones | 2019-02-23 | 1 | -2/+2 |
* | Fix exprIsConApp_maybe | Simon Peyton Jones | 2019-02-22 | 1 | -10/+10 |
* | Don't do binder-swap for GlobalIds | Simon Peyton Jones | 2019-02-22 | 1 | -3/+8 |
* | Make constructor wrappers inline only during the final phase | Arnaud Spiwack | 2019-02-19 | 2 | -18/+58 |
* | Comments only about the binder-swap in OccurAnal | Simon Peyton Jones | 2019-02-08 | 1 | -12/+41 |
* | Remove ExnStr and ThrowsExn business | Sebastian Graf | 2019-02-01 | 1 | -2/+2 |
* | A few typofixes | Gabor Greif | 2019-01-23 | 1 | -3/+2 |
* | remove option | Gabor Greif | 2018-12-21 | 1 | -1/+0 |
* | Comments only | Simon Peyton Jones | 2018-12-21 | 1 | -9/+13 |
* | Stomp a few typos and grammaros | Gabor Greif | 2018-12-17 | 4 | -11/+11 |
* | Careful tweaking to exprOkForSpeculation | Simon Peyton Jones | 2018-12-07 | 2 | -11/+34 |
* | Fix #15953 by consistently using dumpIfSet_dyn to print debug output | Chaitanya Koparkar | 2018-11-29 | 1 | -5/+4 |
* | Rename literal constructors | Sylvain Henry | 2018-11-22 | 2 | -3/+3 |
* | Make `UniqDSet` a newtype | Sebastian Graf | 2018-11-13 | 1 | -1/+2 |
* | Finish fix for #14880. | Tobias Dammers | 2018-10-28 | 2 | -4/+3 |
* | Do not mark CoVars as dead in the occur-anal | Simon Peyton Jones | 2018-10-04 | 1 | -0/+23 |
* | Allow (~) in the head of a quantified constraints | Simon Peyton Jones | 2018-09-13 | 1 | -6/+20 |
* | Comments about join-point return types | Simon Peyton Jones | 2018-09-13 | 1 | -4/+38 |
* | Honor INLINE on 0-arity bindings (#15578) | Tobias Dammers | 2018-09-13 | 1 | -3/+13 |
* | Be a bit more aggressive about let-to-case | Simon Peyton Jones | 2018-09-12 | 1 | -17/+35 |
* | Make CoreMonad independent of TcEnv (#14391) | Krzysztof Gogolewski | 2018-09-11 | 1 | -53/+1 |
* | Preserve specialisations despite CSE | Simon Peyton Jones | 2018-09-05 | 1 | -11/+57 |
* | Replace most occurences of foldl with foldl'. | klebinger.andreas@gmx.at | 2018-08-21 | 5 | -15/+15 |
* | Set strictness correctly for JoinIds | Simon Peyton Jones | 2018-08-21 | 1 | -3/+6 |
* | Fix PrelRules.caseRules to account for out-of-range tags | Simon Peyton Jones | 2018-07-25 | 1 | -12/+21 |
* | Record some notes about "innocuous" transformations | Simon Peyton Jones | 2018-06-25 | 2 | -1/+75 |
* | Remove unused BottomFound from Tick | Simon Peyton Jones | 2018-06-25 | 1 | -3/+0 |
* | More misc comments | Simon Peyton Jones | 2018-06-25 | 1 | -0/+3 |
* | Typofixes in docs and comments [ci skip] | Gabor Greif | 2018-06-18 | 1 | -2/+2 |
* | Don't use unsafeGlobalDynFlags in optCoercion | Ben Gamari | 2018-06-07 | 1 | -2/+3 |
* | Remove ad-hoc special case in occAnal | Simon Peyton Jones | 2018-06-07 | 1 | -39/+36 |
* | Comments only | Simon Peyton Jones | 2018-06-07 | 1 | -26/+28 |
* | Let the simplifier know that seq# forces | David Feuer | 2018-06-06 | 1 | -36/+72 |
* | Improve extendTvSubst assertion | Matthew Pickering | 2018-06-04 | 1 | -1/+1 |
* | Refactor SetLevels.abstractVars | Simon Peyton Jones | 2018-06-04 | 1 | -14/+6 |
* | Do a late CSE pass | Simon Peyton Jones | 2018-06-04 | 1 | -0/+6 |
* | Extended the plugin system to run plugins on more representations | Boldizsar Nemeth | 2018-06-02 | 1 | -0/+37 |
* | vectorise: Put it out of its misery | Ben Gamari | 2018-06-02 | 3 | -70/+8 |
* | Implement "An API for deciding whether plugins should cause recompilation" | Matthew Pickering | 2018-05-30 | 2 | -5/+6 |
* | Define MCoercion type | ningning | 2018-05-30 | 1 | -4/+4 |
* | Minor refactoring | Gabor Greif | 2018-05-29 | 1 | -1/+1 |
* | Don't expose strictness when sm_inline is False | Simon Peyton Jones | 2018-05-23 | 2 | -28/+55 |
* | Improve performance of CallArity | Joachim Breitner | 2018-05-22 | 1 | -1/+1 |
* | Less Tc inside simplCore (Phase 1 for #14391) | Artem Pelenitsyn | 2018-05-15 | 1 | -6/+18 |