| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove flattening variables | Richard Eisenberg | 2020-12-01 | 24 | -41/+44 |
* | Replace HsImplicitBndrs with HsOuterTyVarBndrs | Ryan Scott | 2020-11-06 | 3 | -16/+41 |
* | Add -Wnoncanonical-{monad,monoid}-instances to standardWarnings | Fumiaki Kinoshita | 2020-10-14 | 1 | -1/+0 |
* | Improve kind generalisation, error messages | Simon Peyton Jones | 2020-09-24 | 3 | -13/+14 |
* | Use a newtype `Code` for the return type of typed quotations (Proposal #195) | Matthew Pickering | 2020-07-21 | 2 | -3/+3 |
* | Bump ghc-prim version to 0.7.0 | Ryan Scott | 2020-07-02 | 48 | -48/+48 |
* | Update testsuite | Sylvain Henry | 2020-06-17 | 49 | -99/+50 |
* | Simple subsumptionwip/T17775 | Simon Peyton Jones | 2020-06-05 | 31 | -190/+228 |
* | Revert "Specify kind variables for inferred kinds in base." | Ben Gamari | 2020-05-25 | 2 | -2/+2 |
* | Specify kind variables for inferred kinds in base. | Baldur Blöndal | 2020-05-08 | 2 | -2/+2 |
* | Refactor hole constraints. | Richard Eisenberg | 2020-05-06 | 1 | -8/+8 |
* | Add a missing zonk in tcHsPartialType | Simon Peyton Jones | 2020-04-18 | 3 | -0/+13 |
* | Fix #18052 by using pprPrefixOcc in more places | Ryan Scott | 2020-04-15 | 1 | -25/+25 |
* | Simplify treatment of heterogeneous equality | Richard Eisenberg | 2020-03-20 | 1 | -39/+7 |
* | Always display inferred variables using braces | Krzysztof Gogolewski | 2020-02-12 | 17 | -191/+199 |
* | Improve skolemisation | Simon Peyton Jones | 2020-02-01 | 17 | -23/+23 |
* | Don't zap to Any; error instead | Richard Eisenberg | 2020-01-12 | 1 | -33/+24 |
* | Pretty-printing of the * kind | Vladislav Zavialov | 2019-12-05 | 2 | -10/+10 |
* | Whitespace-sensitive bang patterns (#1087, #17162)wip/whitespace-and-lookahead | Vladislav Zavialov | 2019-11-27 | 2 | -16/+16 |
* | Fix typos | Brian Wignall | 2019-11-23 | 1 | -1/+1 |
* | Strip parentheses in expressions contexts in error messages | Vladislav Zavialov | 2019-11-19 | 1 | -1/+1 |
* | Add Monad instances to `(,,) a b` and `(,,,) a b c` | Fumiaki Kinoshita | 2019-10-04 | 1 | -1/+1 |
* | Use level numbers for generalisation | Richard Eisenberg | 2019-09-19 | 1 | -5/+5 |
* | Refactor kindGeneralize and friends | Richard Eisenberg | 2019-09-19 | 1 | -5/+8 |
* | Fix typechecking of partial type signatures | Simon Peyton Jones | 2019-06-19 | 8 | -4/+75 |
* | Bump ghc-prim's version where needed | Alexandre | 2019-04-01 | 48 | -48/+48 |
* | base: Remove `Monad(fail)` method and reexport `MonadFail(fail)` instead | Herbert Valerio Riedel | 2019-03-22 | 48 | -49/+49 |
* | Add location to the extra-constraints wildcard | Simon Peyton Jones | 2019-03-16 | 14 | -29/+29 |
* | Update Trac ticket URLs to point to GitLab | Ryan Scott | 2019-03-15 | 3 | -3/+3 |
* | Ignore more version numbers in the testsuite | Alec Theriault | 2019-03-11 | 1 | -0/+2 |
* | Treat kind/type variables identically, demolish FKTV | Vladislav Zavialov | 2019-02-27 | 7 | -4/+15 |
* | Fail fast in solveLocalEqualities | Simon Peyton Jones | 2019-02-14 | 2 | -33/+1 |
* | Visible kind application | mynguyen | 2019-01-03 | 46 | -222/+263 |
* | testsuite: Normalise away spurious differences in out-of-scope instances | Ben Gamari | 2018-12-12 | 1 | -1/+1 |
* | Wibble to Taming the Kind Inference Monster | Simon Peyton Jones | 2018-12-07 | 7 | -18/+16 |
* | Taming the Kind Inference Monster | Simon Peyton Jones | 2018-11-29 | 8 | -27/+26 |
* | Overhaul -fprint-explicit-kinds to use VKA | Ryan Scott | 2018-11-22 | 2 | -10/+10 |
* | Fix #15852 by eta expanding data family instance RHSes, too | Ryan Scott | 2018-11-22 | 3 | -8/+8 |
* | Fix nasty bug in the type free-var finder, at last | Simon Peyton Jones | 2018-10-26 | 6 | -9/+9 |
* | Refactor the treatment of predicate types | Simon Peyton Jones | 2018-10-24 | 2 | -5/+4 |
* | Improve output from -ddump-types | Simon Peyton Jones | 2018-10-24 | 47 | -111/+15 |
* | Enable -Wcompat=error in the testsuite | Vladislav Zavialov | 2018-10-15 | 4 | -13/+17 |
* | Better -ddump-types | Simon Peyton Jones | 2018-10-04 | 7 | -12/+13 |
* | Fix #15415 and simplify tcWildCardBinders | Vladislav Zavialov | 2018-08-01 | 5 | -0/+52 |
* | Do not imply NoStarIsType by TypeOperators/TypeInType | Vladislav Zavialov | 2018-07-16 | 3 | -40/+30 |
* | Use IfaceAppArgs to store an IfaceAppTy's arguments | Ryan Scott | 2018-07-11 | 1 | -6/+3 |
* | Unwrap casts before checking vars in eager unifier | Richard Eisenberg | 2018-07-10 | 3 | -44/+53 |
* | Refactor validity checking for constraints | Simon Peyton Jones | 2018-07-05 | 1 | -2/+2 |
* | Built-in Natural literals in Core | Sylvain Henry | 2018-06-15 | 1 | -1/+1 |
* | Embrace -XTypeInType, add -XStarIsType | Vladislav Zavialov | 2018-06-14 | 11 | -75/+89 |