aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Types.hs
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/ghc-9.4'Ben Gamari2022-08-051-16/+19
|\
| * Link to (~)Vladislav Zavialov2022-03-141-0/+1
| * Fix CollectPass instance to match TTG refactorJohn Ericson2022-03-111-1/+3
| * Update after NoExtCon -> DataConCantHappen renameKrzysztof Gogolewski2021-11-271-12/+12
| * Update for changes in GHC for branchAlan Zimmerman2021-10-281-4/+4
| * Update for EPA changes in GHCAlan Zimmerman2021-05-111-22/+22
| * Revert "Removal of HsVersions.h (#1388)"Hécate Moonlight2021-05-111-22/+22
| * Removal of HsVersions.h (#1388)Sylvain Henry2021-05-111-22/+22
| * EPA : Rename ApiAnn to EpAnnAlan Zimmerman2021-03-291-25/+22
* | Follow hlint, remove language pragmas in libs. (#1478)Phil de Joux2022-05-031-1/+1
* | spelling errors (#1471)askeblad2022-04-061-1/+1
* | Update for EPA changes in GHCAlan Zimmerman2021-04-191-22/+22
* | EPA : Rename ApiAnn to EpAnnAlan Zimmerman2021-03-291-25/+22
|/
* Match changes in GHC AST for in-tree API AnnotationsAlan Zimmerman2021-03-151-31/+75
* Merge branch 'ghc-head' into ghc-9.0alexbiehl-gc2021-02-071-57/+42
|\
| * Merge remote-tracking branch 'origin/ghc-head' into wip/ghc-head-mergeBen Gamari2021-02-061-51/+24
| |\
| | * Add `NoGhcTc` instance now that it's not closedJohn Ericson2021-01-221-0/+2
| | * Merge pull request #1273 from hsyl20/wip/hsyl20/arrowsHécate Moonlight2021-01-141-1/+1
| | |\
| | | * Fix after binder collect changesSylvain Henry2020-12-211-1/+1
| | * | Abstract Monad for interface creationAlex Biehl2021-01-091-45/+22
| | |/
| * | Merge remote-tracking branch 'origin/ghc-9.0' into ghc-headBen Gamari2021-01-131-7/+55
| |\ \ | | |/ | |/|
| * | Adapt to HsCoreTy (formerly NewHsTypeX) becoming a type synonymRyan Scott2020-12-161-1/+1
| * | Adapt to HsOuterTyVarBndrsRyan Scott2020-10-301-3/+8
| * | GHC.Driver.Types refactoring (#1242)Sylvain Henry2020-10-261-1/+2
| * | Update for modular ping pongZubin Duggal2020-07-231-1/+7
* | | Add support for labeled module referencesIñaki García Etxebarria2021-02-071-0/+3
| |/ |/|
* | Merge remote-tracking branch 'origin/ghc-8.10' into ghc-9.0Ben Gamari2021-01-051-7/+55
|\ \ | |/ |/|
| * Changes for GHC#17566Alex Biehl2020-12-081-0/+1
| * Add dangling changes from branches ghc-8.6 and ghc-8.8 (#1243)Xia Li-yao2020-12-081-2/+20
| * Use TTG empty extensions to remove some `error`'sAlec Theriault2020-03-281-1/+2
| * Merge branch 'ghc-8.8' into ghc-8.10Alec Theriault2020-03-201-4/+33
| |\
| | * Better support for default methods in classesAlec Theriault2019-03-091-0/+3
| | * Better identifier parsingAlec Theriault2019-02-251-4/+24
| | * Support value/type namespaces on identifier linksAlec Theriault2019-02-251-0/+6
| * | Define `XRec` for location information and get rid of `HasSrcSpan`Sebastian Graf2019-11-011-16/+3
* | | Use HsForAllTelescope (GHC#18235)Ryan Scott2020-06-131-0/+4
* | | Explicit Specificity Support for HaddockGert-Jan Bottu2020-05-201-3/+3
* | | Module structureSylvain Henry2020-04-241-1/+1
* | | Rename XCollectPat -> CollectPassCale Gibbard2020-04-141-2/+2
* | | Add instance of XCollectPat for DocNameICale Gibbard2020-04-141-0/+2
* | | Make NoExtCon fields strictRyan Scott2020-04-071-2/+1
* | | Modules: TypesSylvain Henry2020-03-201-2/+2
* | | Use RealSrcSpan in InstMapVladislav Zavialov2020-02-221-1/+1
* | | Modules: Driver (#13009)Sylvain Henry2020-02-191-1/+1
* | | Changes for GHC#17566Ryan Scott2020-01-251-0/+1
* | | Define `XRec` for location information and get rid of `HasSrcSpan`Sebastian Graf2019-11-041-16/+3
|/ /
* | Refactor for OutputableBndrId changesSebastian Graf2019-10-251-2/+2
* | Changes for #15247Ryan Scott2019-07-031-73/+79
* | Changes for #16110/#16356Ryan Scott2019-05-141-1/+1
|/
* Use `.hie` files for the Hyperlinker backend (#977)Alec Theriault2019-01-311-8/+6