| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'upstream/ghc-9.4' into ghc-9.4 | Yuchen Pei | 2022-07-21 | 1 | -17/+20 |
|\ |
|
| * | Link to (~) | Vladislav Zavialov | 2022-03-14 | 1 | -0/+1 |
| * | Fix CollectPass instance to match TTG refactor | John Ericson | 2022-03-11 | 1 | -1/+3 |
| * | Update after NoExtCon -> DataConCantHappen rename | Krzysztof Gogolewski | 2021-11-27 | 1 | -12/+12 |
| * | Update for changes in GHC for branch | Alan Zimmerman | 2021-10-28 | 1 | -4/+4 |
| * | Update for EPA changes in GHC | Alan Zimmerman | 2021-05-11 | 1 | -22/+22 |
| * | Revert "Removal of HsVersions.h (#1388)" | Hécate Moonlight | 2021-05-11 | 1 | -22/+22 |
| * | Removal of HsVersions.h (#1388) | Sylvain Henry | 2021-05-11 | 1 | -22/+22 |
| * | EPA : Rename ApiAnn to EpAnn | Alan Zimmerman | 2021-03-29 | 1 | -25/+22 |
* | | Follow hlint, remove language pragmas in libs. (#1478) | Phil de Joux | 2022-05-03 | 1 | -1/+1 |
* | | spelling errors (#1471) | askeblad | 2022-04-06 | 1 | -1/+1 |
* | | Update for EPA changes in GHC | Alan Zimmerman | 2021-04-19 | 1 | -22/+22 |
* | | EPA : Rename ApiAnn to EpAnn | Alan Zimmerman | 2021-03-29 | 1 | -25/+22 |
|/ |
|
* | Match changes in GHC AST for in-tree API Annotations | Alan Zimmerman | 2021-03-15 | 1 | -31/+75 |
* | Merge branch 'ghc-head' into ghc-9.0 | alexbiehl-gc | 2021-02-07 | 1 | -57/+42 |
|\ |
|
| * | Merge remote-tracking branch 'origin/ghc-head' into wip/ghc-head-merge | Ben Gamari | 2021-02-06 | 1 | -51/+24 |
| |\ |
|
| | * | Add `NoGhcTc` instance now that it's not closed | John Ericson | 2021-01-22 | 1 | -0/+2 |
| | * | 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 | -45/+22 |
| | |/ |
|
| * | | Merge remote-tracking branch 'origin/ghc-9.0' into ghc-head | Ben Gamari | 2021-01-13 | 1 | -7/+55 |
| |\ \
| | |/
| |/| |
|
| * | | Adapt to HsCoreTy (formerly NewHsTypeX) becoming a type synonym | Ryan Scott | 2020-12-16 | 1 | -1/+1 |
| * | | Adapt to HsOuterTyVarBndrs | Ryan Scott | 2020-10-30 | 1 | -3/+8 |
| * | | GHC.Driver.Types refactoring (#1242) | Sylvain Henry | 2020-10-26 | 1 | -1/+2 |
| * | | Update for modular ping pong | Zubin Duggal | 2020-07-23 | 1 | -1/+7 |
* | | | Add support for labeled module references | Iñaki García Etxebarria | 2021-02-07 | 1 | -0/+3 |
| |/
|/| |
|
* | | Merge remote-tracking branch 'origin/ghc-8.10' into ghc-9.0 | Ben Gamari | 2021-01-05 | 1 | -7/+55 |
|\ \
| |/
|/| |
|
| * | Changes for GHC#17566 | Alex Biehl | 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 | -2/+20 |
| * | Use TTG empty extensions to remove some `error`'s | Alec Theriault | 2020-03-28 | 1 | -1/+2 |
| * | Merge branch 'ghc-8.8' into ghc-8.10 | Alec Theriault | 2020-03-20 | 1 | -4/+33 |
| |\ |
|
| | * | Better support for default methods in classes | Alec Theriault | 2019-03-09 | 1 | -0/+3 |
| | * | Better identifier parsing | Alec Theriault | 2019-02-25 | 1 | -4/+24 |
| | * | Support value/type namespaces on identifier links | Alec Theriault | 2019-02-25 | 1 | -0/+6 |
| * | | Define `XRec` for location information and get rid of `HasSrcSpan` | Sebastian Graf | 2019-11-01 | 1 | -16/+3 |
* | | | Use HsForAllTelescope (GHC#18235) | Ryan Scott | 2020-06-13 | 1 | -0/+4 |
* | | | Explicit Specificity Support for Haddock | Gert-Jan Bottu | 2020-05-20 | 1 | -3/+3 |
* | | | Module structure | Sylvain Henry | 2020-04-24 | 1 | -1/+1 |
* | | | Rename XCollectPat -> CollectPass | Cale Gibbard | 2020-04-14 | 1 | -2/+2 |
* | | | Add instance of XCollectPat for DocNameI | Cale Gibbard | 2020-04-14 | 1 | -0/+2 |
* | | | Make NoExtCon fields strict | Ryan Scott | 2020-04-07 | 1 | -2/+1 |
* | | | Modules: Types | Sylvain Henry | 2020-03-20 | 1 | -2/+2 |
* | | | Use RealSrcSpan in InstMap | Vladislav Zavialov | 2020-02-22 | 1 | -1/+1 |
* | | | Modules: Driver (#13009) | Sylvain Henry | 2020-02-19 | 1 | -1/+1 |
* | | | Changes for GHC#17566 | Ryan Scott | 2020-01-25 | 1 | -0/+1 |
* | | | Define `XRec` for location information and get rid of `HasSrcSpan` | Sebastian Graf | 2019-11-04 | 1 | -16/+3 |
|/ / |
|
* | | Refactor for OutputableBndrId changes | Sebastian Graf | 2019-10-25 | 1 | -2/+2 |
* | | Changes for #15247 | Ryan Scott | 2019-07-03 | 1 | -73/+79 |
* | | Changes for #16110/#16356 | Ryan Scott | 2019-05-14 | 1 | -1/+1 |
|/ |
|
* | Use `.hie` files for the Hyperlinker backend (#977) | Alec Theriault | 2019-01-31 | 1 | -8/+6 |