| Commit message (Expand) | Author | Age | Files | Lines |
* | Module hierarchy: Hs (#13009) | Sylvain Henry | 2019-09-20 | 1 | -2417/+0 |
* | Banish reportFloatingViaTvs to the shadow realm (#15831, #16181) | Ryan Scott | 2019-07-26 | 1 | -1/+17 |
* | Drop unused helpers 'mkTyClGroup' and 'emptyTyClGroup' | Vladislav Zavialov | 2019-07-24 | 1 | -13/+1 |
* | Use an empty data type in TTG extension constructors (#15247) | Ryan Scott | 2019-07-09 | 1 | -91/+91 |
* | Print role annotations in TemplateHaskell brackets (#16718) | Vladislav Zavialov | 2019-06-10 | 1 | -0/+1 |
* | Comments only: document tcdDataCusk better. | Richard Eisenberg | 2019-06-09 | 1 | -0/+5 |
* | Use HsTyPats in associated type family defaults | Ryan Scott | 2019-05-22 | 1 | -56/+41 |
* | Guard CUSKs behind a language pragma | Vladislav Zavialov | 2019-05-14 | 1 | -10/+20 |
* | Update Wiki URLs to point to GitLab | Takenobu Tani | 2019-03-25 | 1 | -1/+1 |
* | Update Trac ticket URLs to point to GitLab | Ryan Scott | 2019-03-15 | 1 | -1/+1 |
* | Visible dependent quantification | Ryan Scott | 2019-03-01 | 1 | -3/+3 |
* | Minor refactor of CUSK handling | Simon Peyton Jones | 2019-02-08 | 1 | -10/+19 |
* | A few typofixes | Gabor Greif | 2019-01-23 | 1 | -1/+1 |
* | Visible kind application | mynguyen | 2019-01-03 | 1 | -1/+1 |
* | Taming the Kind Inference Monster | Simon Peyton Jones | 2018-11-29 | 1 | -34/+28 |
* | More explicit foralls (GHC Proposal 0007) | Matthew Yacavone | 2018-10-27 | 1 | -33/+52 |
* | Fix #15761 by adding parens | Richard Eisenberg | 2018-10-17 | 1 | -7/+9 |
* | Add a solveEqualities to tcClassDecl1 | Simon Peyton Jones | 2018-08-21 | 1 | -3/+4 |
* | Fix pretty-printing of data declarations in splices | Krzysztof Gogolewski | 2018-07-22 | 1 | -2/+2 |
* | Comments only | Simon Peyton Jones | 2018-07-13 | 1 | -0/+3 |
* | Improve comments about CUSKs | Simon Peyton Jones | 2018-07-13 | 1 | -23/+70 |
* | More refactoring in TcValidity | Simon Peyton Jones | 2018-07-10 | 1 | -2/+2 |
* | Refactor the kind-checking of tyvar binders | Simon Peyton Jones | 2018-06-25 | 1 | -13/+30 |
* | Fix API Annotations for GADT constructors | Alan Zimmerman | 2018-06-19 | 1 | -2/+5 |
* | Embrace -XTypeInType, add -XStarIsType | Vladislav Zavialov | 2018-06-14 | 1 | -5/+4 |
* | Introduce DerivingVia | Ryan Scott | 2018-06-04 | 1 | -5/+61 |
* | vectorise: Put it out of its misery | Ben Gamari | 2018-06-02 | 1 | -149/+4 |
* | Fix #14875 by introducing PprPrec, and using it | Ryan Scott | 2018-05-13 | 1 | -4/+3 |
* | TTG : complete for balance of hsSyn AST | Alan Zimmerman | 2018-04-27 | 1 | -199/+424 |
* | TTG for HsBinds and Data instances Plan B | Alan Zimmerman | 2018-04-13 | 1 | -33/+6 |
* | Restore Trees That Grow reverted commits | Alan Zimmerman | 2018-04-09 | 1 | -32/+33 |
* | Remove HasSourceText and SourceTextX classes | Alan Zimmerman | 2018-04-07 | 1 | -69/+58 |
* | Track type variable scope more carefully. | Richard Eisenberg | 2018-03-31 | 1 | -3/+8 |
* | Allow PartialTypeSignatures in standalone deriving contexts | Ryan Scott | 2018-03-23 | 1 | -1/+12 |
* | Fix #14817 by not double-printing data family instance kind signatures | Ryan Scott | 2018-03-02 | 1 | -1/+4 |
* | Refactor ConDecl: Trac #14529 | Simon Peyton Jones | 2017-12-07 | 1 | -53/+87 |
* | Revert "trees that grow" work | Ben Gamari | 2017-11-21 | 1 | -104/+102 |
* | TTG3 Combined Step 1 and 3 for Trees That Grow | Alan Zimmerman | 2017-11-14 | 1 | -3/+3 |
* | WIP on Doing a combined Step 1 and 3 for Trees That Grow | Alan Zimmerman | 2017-11-08 | 1 | -99/+101 |
* | Revert "WIP on combining Step 1 and 3 of Trees That Grow" | Ben Gamari | 2017-11-07 | 1 | -78/+76 |
* | WIP on combining Step 1 and 3 of Trees That Grow | Alan Zimmerman | 2017-11-07 | 1 | -76/+78 |
* | Pretty-printing of derived multi-parameter classes omits parentheses | Alan Zimmerman | 2017-10-11 | 1 | -2/+3 |
* | Pretty-printer missing parens for infix class declaration | Alan Zimmerman | 2017-10-02 | 1 | -0/+4 |
* | compiler: introduce custom "GhcPrelude" Prelude | Herbert Valerio Riedel | 2017-09-19 | 1 | -0/+2 |
* | Refactor type family instance abstract syntax declarations | Ryan Scott | 2017-08-29 | 1 | -63/+82 |
* | Comments only | Simon Peyton Jones | 2017-08-29 | 1 | -3/+3 |
* | Comments, plus adjust debug print of TcTyThing(ATyVar) | Simon Peyton Jones | 2017-08-25 | 1 | -1/+1 |
* | Fix #14045 by omitting an unnecessary check | Richard Eisenberg | 2017-07-29 | 1 | -8/+14 |
* | Udate hsSyn AST to use Trees that Grow | Alan Zimmerman | 2017-06-06 | 1 | -250/+281 |
* | Remove HsContext from ppr_mono_ty, and remove ppParendHsType | Alan Zimmerman | 2017-05-28 | 1 | -4/+4 |