Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/ghc-8.10' into ghc-9.0 | Ben Gamari | 2021-01-05 | 1 | -8/+30 |
|\ | |||||
| * | Import intercalate | alexbiehl | 2020-12-08 | 1 | -0/+1 |
| * | Enable two warnings (#1245) | tomjaguarpaw | 2020-12-08 | 1 | -0/+1 |
| * | Add dangling changes from branches ghc-8.6 and ghc-8.8 (#1243) | Xia Li-yao | 2020-12-08 | 1 | -4/+12 |
| * | Don't warn about missing links in miminal sigs | Alec Theriault | 2020-04-15 | 1 | -1/+14 |
| * | Use TTG empty extensions to remove some `error`'s | Alec Theriault | 2020-03-28 | 1 | -2/+2 |
| * | Clean up warnings | Alec Theriault | 2020-03-22 | 1 | -2/+0 |
| * | Merge branch 'ghc-8.8' into ghc-8.10 | Alec Theriault | 2020-03-20 | 1 | -2/+2 |
| |\ | |||||
| | * | Matching changes in GHC for #16236 | Alan Zimmerman | 2019-03-29 | 1 | -2/+2 |
| | * | Better identifier parsing | Alec Theriault | 2019-02-25 | 1 | -2/+2 |
* | | | Match GHC, adding IsUnicodeSyntax field to HsFunTy and HsScaled | Alan Zimmerman | 2020-10-21 | 1 | -3/+3 |
* | | | 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 |