Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit '41964cb2fd54b5a10f8c0f28147015b7d5ad2c02' into wip/ghc-head-merge | Ben Gamari | 2021-02-06 | 1 | -0/+1 |
|\ | |||||
| * | type level characters support for haddock (required for #11342) | Daniel Rogozin | 2021-02-05 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'origin/ghc-9.0' into ghc-head | Ben Gamari | 2021-01-13 | 1 | -77/+90 |
|\ \ | |/ |/| | |||||
| * | Merge remote-tracking branch 'origin/ghc-8.10' into ghc-9.0 | Ben Gamari | 2021-01-05 | 1 | -76/+90 |
| |\ | |||||
| | * | Changes for GHC#17566 | Alex Biehl | 2020-12-08 | 1 | -1/+3 |
| | * | Use `unLoc`/`noLoc` from GHC instead of `unL`/`reL` | Alec Theriault | 2020-03-28 | 1 | -2/+2 |
| | * | Use TTG empty extensions to remove some `error`'s | Alec Theriault | 2020-03-28 | 1 | -1/+2 |
| | * | Clean up warnings | Alec Theriault | 2020-03-22 | 1 | -1/+0 |
| | * | Merge branch 'ghc-8.8' into ghc-8.10 | Alec Theriault | 2020-03-20 | 1 | -83/+100 |
| | |\ | |||||
| | | * | Matching changes in GHC for #16236 | Alan Zimmerman | 2019-03-29 | 1 | -2/+2 |
| | | * | Better support for default methods in classes | Alec Theriault | 2019-03-09 | 1 | -28/+71 |
| | | * | Merge branch 'ghc-8.6' into ghc-8.8 | Alec Theriault | 2019-03-03 | 1 | -42/+25 |
| | | |\ | |||||
| | | | * | Keep forall on H98 existential data constructors (#1003) | Alec Theriault | 2019-01-23 | 1 | -2/+2 |
| | | | * | More uniform handling of `forall`'s in HTML/LaTeX | Alec Theriault | 2018-11-26 | 1 | -39/+22 |
* | | | | | Adapt to HsCoreTy (formerly NewHsTypeX) becoming a type synonym | Ryan Scott | 2020-12-16 | 1 | -1/+1 |
* | | | | | Display linear/multiplicity arrows correctly (#1238) | Krzysztof Gogolewski | 2020-12-16 | 1 | -2/+7 |
* | | | | | Add type arguments to PrefixCon | Cale Gibbard | 2020-11-25 | 1 | -3/+3 |
* | | | | | Adapt to HsOuterTyVarBndrs | Ryan Scott | 2020-10-30 | 1 | -33/+61 |
* | | | | | Adapt to HsConDecl{H98,GADT}Details split | Ryan Scott | 2020-10-30 | 1 | -14/+16 |
* | | | | | Update for modular ping pong | Zubin Duggal | 2020-07-23 | 1 | -4/+1 |
|/ / / / | |||||
* | | | | Adapt Haddock to LinearTypes | Krzysztof Gogolewski | 2020-06-17 | 1 | -12/+14 |
* | | | | Use HsForAllTelescope (GHC#18235) | Ryan Scott | 2020-06-13 | 1 | -28/+32 |
* | | | | Changes for GHC#18191 | Ryan Scott | 2020-06-05 | 1 | -1/+1 |
* | | | | Explicit Specificity Support for Haddock | Gert-Jan Bottu | 2020-05-20 | 1 | -11/+31 |
* | | | | Module structure | Sylvain Henry | 2020-04-24 | 1 | -1/+1 |
* | | | | Module renaming | Sylvain Henry | 2020-04-10 | 1 | -1/+0 |
* | | | | Make NoExtCon fields strict | Ryan Scott | 2020-04-07 | 1 | -12/+0 |
* | | | | Modules: Types | Sylvain Henry | 2020-03-20 | 1 | -3/+3 |
* | | | | Changes for GHC#17566 | Ryan Scott | 2020-01-25 | 1 | -2/+2 |
|/ / / | |||||
* | | | Changes for #15247 | Ryan Scott | 2019-07-03 | 1 | -24/+24 |
* | | | Visible dependent quantification (#16326) changes | Ryan Scott | 2019-02-27 | 1 | -15/+24 |
* | | | Matching changes in GHC for #16236 | Alan Zimmerman | 2019-02-05 | 1 | -2/+2 |
|/ / | |||||
* | | Visible kind application haddock update | mynguyen | 2018-12-30 | 1 | -3/+16 |
* | | Properly synify and render promoted type variables (#985) | Alec Theriault | 2018-12-23 | 1 | -3/+4 |
* | | Refactor names + unused functions (#982) | Alec Theriault | 2018-12-17 | 1 | -1/+1 |
* | | [TTG: Handling Source Locations] Foundation and Pat | Shayan-Najd | 2018-11-23 | 1 | -1/+2 |
* | | Follow GHC HEAD's HsTypes.Promoted -> BasicTypes.PromotionFlag change | Alp Mestanogullari | 2018-11-15 | 1 | -1/+2 |
|/ | |||||
* | Avoid more conflicts in generated ids (#954) | Alec Theriault | 2018-10-25 | 1 | -6/+10 |
* | Latex type families (#734) | Alec Theriault | 2018-10-16 | 1 | -120/+102 |
* | Update the ghc-8.6 branch (#889) | Simon Jakobi | 2018-07-20 | 1 | -79/+51 |
* | Remove HsEqTy and XEqTy | Ryan Scott | 2018-06-19 | 1 | -4/+0 |
* | Handle -XStarIsType | Vladislav Zavialov | 2018-06-14 | 1 | -9/+14 |
* | Use `ClassOpSig` instead of `TypeSig` for class methods (#835) | Alec Theriault | 2018-06-13 | 1 | -4/+4 |
* | 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 | -188/+340 |
|\ | |||||
| * | Match changes in GHC for TTG | Alan Zimmerman | 2018-04-27 | 1 | -18/+31 |
| * | 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/+36 |
| * | Constructor and pattern synonym argument docs (#709) | Alec Theriault | 2018-01-13 | 1 | -131/+270 |
| * | Track changes to follow Trac #14529 | Simon Peyton Jones | 2017-12-07 | 1 | -19/+19 |