Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update for modular ping pong | Zubin Duggal | 2020-07-23 | 1 | -6/+10 |
* | Use functions exported from HsToCore | Zubin Duggal | 2020-06-21 | 1 | -0/+1 |
* | Adapt Haddock to LinearTypes | Krzysztof Gogolewski | 2020-06-17 | 1 | -5/+17 |
* | Use HsForAllTelescope (GHC#18235) | Ryan Scott | 2020-06-13 | 1 | -5/+12 |
* | Explicit Specificity Support for Haddock | Gert-Jan Bottu | 2020-05-20 | 1 | -6/+6 |
* | Module structure | Sylvain Henry | 2020-04-24 | 1 | -2/+1 |
* | Module renaming | Sylvain Henry | 2020-04-10 | 1 | -1/+1 |
* | Make NoExtCon fields strict | Ryan Scott | 2020-04-07 | 1 | -17/+0 |
* | Modules: Types | Sylvain Henry | 2020-03-20 | 1 | -2/+2 |
* | Changes for #15247 | Ryan Scott | 2019-07-03 | 1 | -67/+67 |
* | Changes for #16110/#16356 | Ryan Scott | 2019-05-14 | 1 | -18/+7 |
* | Visible dependent quantification (#16326) changes | Ryan Scott | 2019-02-27 | 1 | -2/+3 |
* | Matching changes in GHC for #16236 | Alan Zimmerman | 2019-02-05 | 1 | -2/+2 |
* | Visible kind application haddock update | mynguyen | 2018-12-30 | 1 | -6/+15 |
* | [TTG: Handling Source Locations] Foundation and Pat | Shayan-Najd | 2018-11-23 | 1 | -0/+1 |
* | Improve perf of renaming | Alec Theriault | 2018-11-05 | 1 | -36/+33 |
* | More explicit foralls (GHC Proposal 0007) | Matthew Yacavone | 2018-10-27 | 1 | -4/+11 |
* | eqTyCon_RDR now lives in TysWiredIn | Ryan Scott | 2018-07-27 | 1 | -1/+1 |
* | Remove HsEqTy and XEqTy | Ryan Scott | 2018-06-19 | 1 | -1/+0 |
* | Handle -XStarIsType | Vladislav Zavialov | 2018-06-14 | 1 | -1/+2 |
* | DerivingVia changes | Ryan Scott | 2018-06-13 | 1 | -2/+9 |
* | Remove ParallelArrays and Data Parallel Haskell | Ben Gamari | 2018-06-13 | 1 | -1/+0 |
* | Merge branch 'ghc-head' with 'ghc-8.4' | Herbert Valerio Riedel | 2018-05-01 | 1 | -111/+142 |
|\ | |||||
| * | Match changes in GHC for TTG | Alan Zimmerman | 2018-04-27 | 1 | -66/+89 |
| * | Match GHC for TTG implemented on HsBinds, D4581 | Alan Zimmerman | 2018-04-13 | 1 | -10/+10 |
| * | Match GHC changes for TTG | Alan Zimmerman | 2018-04-09 | 1 | -35/+37 |
| * | Updates for #13324 | Ryan Scott | 2018-03-06 | 1 | -1/+1 |
| * | Track changes to follow Trac #14529 | Simon Peyton Jones | 2017-12-07 | 1 | -20/+26 |
* | | Show where instances are defined (#748) | Alec Theriault | 2018-03-21 | 1 | -2/+2 |
* | | Rename: renameHsSpliceTy ttg | alexbiehl | 2018-02-06 | 1 | -1/+1 |
* | | Don't barf on 'HsSpliceTy' (#745) | Alec Theriault | 2018-02-06 | 1 | -1/+12 |
* | | Don't warn about missing '~' (#746) | Alec Theriault | 2018-02-06 | 1 | -5/+14 |
|/ | |||||
* | Revert "Match changes for Trees that Grow in GHC" | Ben Gamari | 2017-11-21 | 1 | -37/+35 |
* | Revert "Clean up use of PlaceHolder, to match TTG" | Ben Gamari | 2017-11-21 | 1 | -23/+22 |
* | Clean up use of PlaceHolder, to match TTG | Alan Zimmerman | 2017-11-14 | 1 | -22/+23 |
* | Match changes for Trees that Grow in GHC | Alan Zimmerman | 2017-11-07 | 1 | -35/+37 |
* | Overhaul Haddock's rendering of kind signatures (#681) | Ryan Scott | 2017-10-24 | 1 | -2/+0 |
* | Update for #14131 | Ryan Scott | 2017-08-23 | 1 | -27/+42 |
* | Merge remote-tracking branch 'origin/master' into ghc-head | alexbiehl | 2017-08-21 | 1 | -3/+9 |
|\ | |||||
| * | Haddock support for bundled pattern synonyms (#627) | Christiaan Baaij | 2017-06-09 | 1 | -3/+9 |
| * | Update Haddock w.r.t. new HsImplicitBndrs | Richard Eisenberg | 2017-03-14 | 1 | -1/+2 |
* | | Rename extension index tags | Alan Zimmerman | 2017-06-05 | 1 | -39/+39 |
* | | Match new AST as per GHC wip/new-tree-one-param | Alan Zimmerman | 2017-06-05 | 1 | -43/+43 |
* | | Update Haddock w.r.t. new HsImplicitBndrs | Richard Eisenberg | 2017-03-14 | 1 | -1/+2 |
|/ | |||||
* | Matching changes for GHC wip/T12942 | Alan Zimmerman | 2016-12-12 | 1 | -10/+18 |
* | Match changes in GHC wip/T3384 branch | Alan Zimmerman | 2016-12-07 | 1 | -2/+2 |
* | Haddock changes for T10598 | Ryan Scott | 2016-09-30 | 1 | -1/+4 |
* | Add support for unboxed sums | Ömer Sinan Ağacan | 2016-07-21 | 1 | -0/+1 |
* | GhcUtils: Changes for multi-pattern signatures | Ben Gamari | 2016-07-01 | 1 | -3/+3 |
* | Follow changes to LHsSigWcType | Simon Peyton Jones | 2016-06-13 | 1 | -2/+2 |