Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Keep track of promotion ticks in HsOpTy | sheaf | 2022-04-01 | 1 | -3/+3 |
* | Minimum changes needed for compilation with hi-haddock | Matthew Pickering | 2022-03-22 | 1 | -2/+2 |
* | Link to (~) | Vladislav Zavialov | 2022-03-14 | 1 | -0/+1 |
* | Update after NoExtCon -> DataConCantHappen rename | Krzysztof Gogolewski | 2021-11-27 | 1 | -1/+1 |
* | HsToken in FunTy, RecConGADT | Vladislav Zavialov | 2021-06-10 | 1 | -3/+3 |
* | FieldOcc: rename extFieldOcc to foExt | Shayne Fletcher | 2021-05-22 | 1 | -2/+2 |
* | Remove Maybe from HsQualTy | Alan Zimmerman | 2021-05-20 | 1 | -7/+4 |
* | Update for EPA changes in GHC | Alan Zimmerman | 2021-05-11 | 1 | -3/+3 |
* | Revert "Removal of HsVersions.h (#1388)" | Hécate Moonlight | 2021-05-11 | 1 | -3/+3 |
* | Removal of HsVersions.h (#1388) | Sylvain Henry | 2021-05-11 | 1 | -3/+3 |
* | EPA : Rename ApiAnn to EpAnn | Alan Zimmerman | 2021-03-29 | 1 | -3/+3 |
* | Match changes in GHC AST for in-tree API Annotations | Alan Zimmerman | 2021-03-15 | 1 | -46/+38 |
* | Update for boxed rep | Andrew Martin | 2021-03-07 | 1 | -2/+2 |
* | Context becomes a Maybe in the GHC AST | Alan Zimmerman | 2021-02-22 | 1 | -5/+11 |
* | Merge remote-tracking branch 'origin/ghc-head' into wip/ghc-head-merge | Ben Gamari | 2021-02-06 | 1 | -10/+1 |
|\ | |||||
| * | Merge pull request #1273 from hsyl20/wip/hsyl20/arrows | Hécate Moonlight | 2021-01-14 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix after binder collect changes | Sylvain Henry | 2020-12-21 | 1 | -1/+1 |
| * | | Abstract Monad for interface creation | Alex Biehl | 2021-01-09 | 1 | -9/+0 |
* | | | Merge remote-tracking branch 'origin/ghc-9.0' into ghc-head | Ben Gamari | 2021-01-13 | 1 | -23/+145 |
|\ \ \ | |/ / |/| | | |||||
| * | | Merge remote-tracking branch 'origin/ghc-8.10' into ghc-9.0 | Ben Gamari | 2021-01-05 | 1 | -24/+125 |
| |\ \ | |||||
| | * | | Changes for GHC#17566 | Alex Biehl | 2020-12-08 | 1 | -3/+26 |
| | * | | Enable two warnings (#1245) | tomjaguarpaw | 2020-12-08 | 1 | -0/+1 |
| | * | | Use `unLoc`/`noLoc` from GHC instead of `unL`/`reL` | Alec Theriault | 2020-03-28 | 1 | -33/+20 |
| | * | | Use TTG empty extensions to remove some `error`'s | Alec Theriault | 2020-03-28 | 1 | -8/+7 |
| | * | | Remove unused `Haddock.Utils` functions | Alec Theriault | 2020-03-28 | 1 | -0/+91 |
| | * | | Merge branch 'ghc-8.8' into ghc-8.10 | Alec Theriault | 2020-03-20 | 1 | -4/+10 |
| | |\ \ | |||||
| | | * | | Fix #1063 with better parenthesization logic for contexts | Alec Theriault | 2019-05-17 | 1 | -2/+4 |
| | | * | | Merge branch 'ghc-8.6' into ghc-8.8 | Alec Theriault | 2019-03-03 | 1 | -1/+4 |
| | | |\ \ | |||||
| | | | * | | Update the ghc-8.6 branch (#889) | Simon Jakobi | 2018-07-20 | 1 | -0/+96 |
| * | | | | | Match GHC, adding IsUnicodeSyntax field to HsFunTy and HsScaled | Alan Zimmerman | 2020-10-21 | 1 | -3/+4 |
* | | | | | | Inline and fix getGADTConTypeG | Vladislav Zavialov | 2020-12-29 | 1 | -30/+0 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Enable two warnings (#1245) (#1268) | tomjaguarpaw | 2020-12-19 | 1 | -0/+1 |
* | | | | | Merge remote-tracking branch 'upstream/ghc-head' into ghc-head | Ben Gamari | 2020-12-15 | 1 | -1/+0 |
|\ \ \ \ \ | |||||
| * | | | | | Revert "Enable two warnings (#1245) (#1268)" | Ben Gamari | 2020-12-15 | 1 | -1/+0 |
* | | | | | | Revert "Update for boxed rep" | Ben Gamari | 2020-12-15 | 1 | -2/+2 |
|/ / / / / | |||||
* | | | | | Update for boxed rep | Andrew Martin | 2020-12-14 | 1 | -2/+2 |
* | | | | | Enable two warnings (#1245) (#1268) | tomjaguarpaw | 2020-12-10 | 1 | -0/+1 |
* | | | | | Adapt to HsOuterTyVarBndrs | Ryan Scott | 2020-10-30 | 1 | -26/+50 |
* | | | | | Adapt to HsConDecl{H98,GADT}Details split | Ryan Scott | 2020-10-30 | 1 | -11/+6 |
* | | | | | GHC.Driver.Types refactoring (#1242) | Sylvain Henry | 2020-10-26 | 1 | -1/+0 |
* | | | | | Match GHC, adding IsUnicodeSyntax field to HsFunTy and HsScaled | Alan Zimmerman | 2020-10-19 | 1 | -3/+4 |
* | | | | | Fix after Outputable refactoring | Sylvain Henry | 2020-08-05 | 1 | -1/+3 |
* | | | | | Update for modular ping pong | Zubin Duggal | 2020-07-23 | 1 | -37/+25 |
|/ / / / | |||||
* | | | | Use functions exported from HsToCore | Zubin Duggal | 2020-06-21 | 1 | -41/+0 |
* | | | | Adapt Haddock to LinearTypes | Krzysztof Gogolewski | 2020-06-17 | 1 | -13/+19 |
* | | | | Use HsForAllTelescope (GHC#18235) | Ryan Scott | 2020-06-13 | 1 | -10/+22 |
* | | | | Changes for GHC#18191 | Ryan Scott | 2020-06-05 | 1 | -1/+4 |
* | | | | Explicit Specificity Support for Haddock | Gert-Jan Bottu | 2020-05-20 | 1 | -9/+9 |
* | | | | add dependency on exceptions because GHC.Exception was boiled down (ghc #18075) | Artem Pelenitsyn | 2020-05-03 | 1 | -5/+0 |
* | | | | Fix for GHC.Unit.* modules | Sylvain Henry | 2020-04-27 | 1 | -2/+1 |