| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Improved Valid Hole Fits | Matthías Páll Gissurarson | 2018-05-30 | 1 | -4/+1 |
* | Clean up the conflicting data family instances error message | Ryan Scott | 2018-05-24 | 2 | -2/+2 |
* | ghc-prim: Bump version | Ben Gamari | 2018-05-20 | 48 | -48/+48 |
* | Another batch of './validation --slow' tweaks | Alp Mestanogullari | 2018-05-20 | 1 | -1/+10 |
* | Orient TyVar/TyVar equalities with deepest on the left | Simon Peyton Jones | 2018-05-18 | 1 | -11/+15 |
* | Add regression tests for #11515 and #12563 | Ryan Scott | 2018-05-18 | 3 | -0/+14 |
* | Fix #15039 by pretty-printing equalities more systematically | Ryan Scott | 2018-05-16 | 9 | -1/+393 |
* | Tidy up error suppression | Simon Peyton Jones | 2018-05-15 | 2 | -0/+24 |
* | Add 'addWordC#' PrimOp | Sebastian Graf | 2018-05-05 | 48 | -48/+48 |
* | Bump base to version 4.12.0.0 | Ryan Scott | 2018-04-19 | 48 | -48/+48 |
* | Bump version numbers: base-4.11.1.0, integer-gmp-1.0.2.0 | Ryan Scott | 2018-04-13 | 48 | -96/+96 |
* | Track type variable scope more carefully. | Richard Eisenberg | 2018-03-31 | 4 | -18/+47 |
* | Allow PartialTypeSignatures in standalone deriving contexts | Ryan Scott | 2018-03-23 | 7 | -0/+51 |
* | Simplify rnLHsInstType | Simon Peyton Jones | 2018-03-05 | 2 | -3/+1 |
* | testsuite: Fix test output of T14715 | Ben Gamari | 2018-01-31 | 1 | -1/+10 |
* | Move zonkWC to the right place in simplfyInfer | Simon Peyton Jones | 2018-01-31 | 3 | -0/+21 |
* | Fix two more bugs in partial signatures | Simon Peyton Jones | 2018-01-09 | 7 | -4/+41 |
* | Fix floating of equalities | Simon Peyton Jones | 2017-12-21 | 5 | -0/+119 |
* | Check for bogus quantified tyvars in partial type sigs | Simon Peyton Jones | 2017-12-21 | 3 | -0/+20 |
* | Add regression test for #14040 | Ryan Scott | 2017-12-12 | 3 | -0/+83 |
* | Check quantification for partial type signatues | Simon Peyton Jones | 2017-11-27 | 3 | -0/+11 |