| Commit message (Expand) | Author | Age | Files | Lines |
* | Export (~) from Data.Type.Equality (#18862)wip/eqtycon-rn | Vladislav Zavialov | 2022-03-15 | 1 | -1/+2 |
* | Expand type synonyms in markNominal | Ryan Scott | 2022-01-27 | 2 | -0/+11 |
* | Make Word64 use Word64# on every architecture | Sylvain Henry | 2021-11-06 | 6 | -72/+72 |
* | Add `-dsuppress-core-sizes` flag (#20342) | Sylvain Henry | 2021-09-28 | 1 | -0/+26 |
* | Only dump Core stats when requested to do so (#20342) | Sylvain Henry | 2021-09-08 | 1 | -26/+0 |
* | Add proper GHCHints for most PsMessage constructorswip/adinapoli-issue-20055 | Alfredo Di Napoli | 2021-07-12 | 1 | -1/+1 |
* | Remove transitive information about modules and packages from interface files | Matthew Pickering | 2021-05-19 | 6 | -6/+6 |
* | Correct warning for deprecated and unrecognised flags | Alfredo Di Napoli | 2021-04-05 | 1 | -1/+1 |
* | Use GHC2021 as default language | Joachim Breitner | 2021-03-10 | 11 | -7/+15 |
* | Remove flattening variables | Richard Eisenberg | 2020-12-01 | 1 | -3/+3 |
* | Fix some missed opportunities for preInlineUnconditionally | Simon Peyton Jones | 2020-10-14 | 6 | -81/+75 |
* | Fix pretty-printing of the mult-polymorphic arrow | Vladislav Zavialov | 2020-10-01 | 1 | -1/+1 |
* | Bump ghc-prim version to 0.7.0 | Ryan Scott | 2020-07-02 | 6 | -6/+6 |
* | Update testsuite | Sylvain Henry | 2020-06-17 | 6 | -12/+6 |
* | Linear types (#15981) | Krzysztof Gogolewski | 2020-06-17 | 1 | -3/+4 |
* | Unit: split and rename modules | Sylvain Henry | 2020-04-30 | 6 | -191/+76 |
* | Modules: type-checker (#13009) | Sylvain Henry | 2020-04-07 | 1 | -1/+1 |
* | Do CafInfo/SRT analysis in Cmm | Ömer Sinan Ağacan | 2020-01-31 | 1 | -17/+17 |
* | Print Core type applications with no whitespace after @ (#17643) | Ryan Scott | 2020-01-08 | 2 | -52/+29 |
* | Whitespace-sensitive bang patterns (#1087, #17162)wip/whitespace-and-lookahead | Vladislav Zavialov | 2019-11-27 | 1 | -1/+1 |
* | Standalone kind signatures (#16794)wip/top-level-kind-signatures | Vladislav Zavialov | 2019-09-25 | 2 | -2/+6 |
* | Testsuite tweaks and refactoring | Ömer Sinan Ağacan | 2019-07-09 | 1 | -1/+1 |
* | testsuite: Add assertions that way lists are in fact lists | Ben Gamari | 2019-06-15 | 1 | -7/+7 |
* | testsuite: Don't run tests requiring TH in profasm way when GhcDynamic | Ben Gamari | 2019-06-12 | 1 | -1/+1 |
* | Print role annotations in TemplateHaskell brackets (#16718) | Vladislav Zavialov | 2019-06-10 | 3 | -0/+15 |
* | Bump ghc-prim's version where needed | Alexandre | 2019-04-01 | 6 | -6/+6 |
* | base: Remove `Monad(fail)` method and reexport `MonadFail(fail)` instead | Herbert Valerio Riedel | 2019-03-22 | 6 | -6/+6 |
* | Ignore more version numbers in the testsuite | Alec Theriault | 2019-03-11 | 1 | -0/+2 |
* | testsuite: Use makefile_test | Ben Gamari | 2019-01-30 | 1 | -2/+2 |
* | Revert "Batch merge" | Ben Gamari | 2019-01-30 | 1 | -2/+2 |
* | Batch merge | Ben Gamari | 2019-01-30 | 1 | -2/+2 |
* | Wibble to Taming the Kind Inference Monster | Simon Peyton Jones | 2018-12-07 | 6 | -36/+36 |
* | Taming the Kind Inference Monster | Simon Peyton Jones | 2018-11-29 | 6 | -36/+32 |
* | A little more wibbling to -ddump-types | Simon Peyton Jones | 2018-10-25 | 1 | -0/+2 |
* | Improve output from -ddump-types | Simon Peyton Jones | 2018-10-24 | 3 | -16/+14 |
* | Enable -Wcompat=error in the testsuite | Vladislav Zavialov | 2018-10-15 | 1 | -2/+4 |
* | Better -ddump-types | Simon Peyton Jones | 2018-10-04 | 6 | -41/+28 |
* | Refactor (~) to reduce the suerpclass stack | Simon Peyton Jones | 2018-07-27 | 1 | -2/+1 |
* | ghc-prim: Bump version | Ben Gamari | 2018-05-20 | 6 | -6/+6 |
* | Fix #15039 by pretty-printing equalities more systematically | Ryan Scott | 2018-05-16 | 1 | -1/+1 |
* | Add 'addWordC#' PrimOp | Sebastian Graf | 2018-05-05 | 6 | -6/+6 |
* | Bump base to version 4.12.0.0 | Ryan Scott | 2018-04-19 | 6 | -6/+6 |
* | Bump version numbers: base-4.11.1.0, integer-gmp-1.0.2.0 | Ryan Scott | 2018-04-13 | 6 | -12/+12 |
* | Get evaluated-ness right in the back end | Simon Peyton Jones | 2018-01-03 | 1 | -26/+26 |
* | Bump ghc-prim to 0.5.2.0 and update changelog | Herbert Valerio Riedel | 2017-10-17 | 6 | -6/+6 |
* | Bump base to 4.11.0.0 | Ben Gamari | 2017-09-21 | 6 | -6/+6 |
* | Allow CSE'ing of work-wrapped bindings (#14186) | Joachim Breitner | 2017-09-12 | 6 | -75/+81 |
* | Add test for #14101 | Ryan Scott | 2017-08-12 | 2 | -0/+11 |
* | Preserve CoVar uniques during pretty printing | Richard Eisenberg | 2017-07-27 | 1 | -1/+1 |
* | ghc-prim: Bump version | Ben Gamari | 2017-07-23 | 6 | -6/+6 |