aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Backends/Xhtml/Decl.hs
Commit message (Expand)AuthorAgeFilesLines
* FieldOcc: rename extFieldOcc to foExtShayne Fletcher2021-05-221-3/+3
* Remove Maybe from HsQualTyAlan Zimmerman2021-05-201-7/+9
* Match changes in GHC AST for in-tree API AnnotationsAlan Zimmerman2021-03-151-38/+40
* Context becomes a Maybe in the GHC ASTAlan Zimmerman2021-02-221-11/+13
* Merge commit '41964cb2fd54b5a10f8c0f28147015b7d5ad2c02' into wip/ghc-head-mergeBen Gamari2021-02-061-0/+1
|\
| * type level characters support for haddock (required for #11342)Daniel Rogozin2021-02-051-0/+1
* | Merge remote-tracking branch 'origin/ghc-9.0' into ghc-headBen Gamari2021-01-131-77/+90
|\ \ | |/ |/|
| * Merge remote-tracking branch 'origin/ghc-8.10' into ghc-9.0Ben Gamari2021-01-051-76/+90
| |\
| | * Changes for GHC#17566Alex Biehl2020-12-081-1/+3
| | * Use `unLoc`/`noLoc` from GHC instead of `unL`/`reL`Alec Theriault2020-03-281-2/+2
| | * Use TTG empty extensions to remove some `error`'sAlec Theriault2020-03-281-1/+2
| | * Clean up warningsAlec Theriault2020-03-221-1/+0
| | * Merge branch 'ghc-8.8' into ghc-8.10Alec Theriault2020-03-201-83/+100
| | |\
| | | * Matching changes in GHC for #16236Alan Zimmerman2019-03-291-2/+2
| | | * Better support for default methods in classesAlec Theriault2019-03-091-28/+71
| | | * Merge branch 'ghc-8.6' into ghc-8.8Alec Theriault2019-03-031-42/+25
| | | |\
| | | | * Keep forall on H98 existential data constructors (#1003)Alec Theriault2019-01-231-2/+2
| | | | * More uniform handling of `forall`'s in HTML/LaTeXAlec Theriault2018-11-261-39/+22
* | | | | Adapt to HsCoreTy (formerly NewHsTypeX) becoming a type synonymRyan Scott2020-12-161-1/+1
* | | | | Display linear/multiplicity arrows correctly (#1238)Krzysztof Gogolewski2020-12-161-2/+7
* | | | | Add type arguments to PrefixConCale Gibbard2020-11-251-3/+3
* | | | | Adapt to HsOuterTyVarBndrsRyan Scott2020-10-301-33/+61
* | | | | Adapt to HsConDecl{H98,GADT}Details splitRyan Scott2020-10-301-14/+16
* | | | | Update for modular ping pongZubin Duggal2020-07-231-4/+1
|/ / / /
* | | | Adapt Haddock to LinearTypesKrzysztof Gogolewski2020-06-171-12/+14
* | | | Use HsForAllTelescope (GHC#18235)Ryan Scott2020-06-131-28/+32
* | | | Changes for GHC#18191Ryan Scott2020-06-051-1/+1
* | | | Explicit Specificity Support for HaddockGert-Jan Bottu2020-05-201-11/+31
* | | | Module structureSylvain Henry2020-04-241-1/+1
* | | | Module renamingSylvain Henry2020-04-101-1/+0
* | | | Make NoExtCon fields strictRyan Scott2020-04-071-12/+0
* | | | Modules: TypesSylvain Henry2020-03-201-3/+3
* | | | Changes for GHC#17566Ryan Scott2020-01-251-2/+2
|/ / /
* | | Changes for #15247Ryan Scott2019-07-031-24/+24
* | | Visible dependent quantification (#16326) changesRyan Scott2019-02-271-15/+24
* | | Matching changes in GHC for #16236Alan Zimmerman2019-02-051-2/+2
|/ /
* | Visible kind application haddock updatemynguyen2018-12-301-3/+16
* | Properly synify and render promoted type variables (#985)Alec Theriault2018-12-231-3/+4
* | Refactor names + unused functions (#982)Alec Theriault2018-12-171-1/+1
* | [TTG: Handling Source Locations] Foundation and PatShayan-Najd2018-11-231-1/+2
* | Follow GHC HEAD's HsTypes.Promoted -> BasicTypes.PromotionFlag changeAlp Mestanogullari2018-11-151-1/+2
|/
* Avoid more conflicts in generated ids (#954)Alec Theriault2018-10-251-6/+10
* Latex type families (#734)Alec Theriault2018-10-161-120/+102
* Update the ghc-8.6 branch (#889)Simon Jakobi2018-07-201-79/+51
* Remove HsEqTy and XEqTyRyan Scott2018-06-191-4/+0
* Handle -XStarIsTypeVladislav Zavialov2018-06-141-9/+14
* Use `ClassOpSig` instead of `TypeSig` for class methods (#835)Alec Theriault2018-06-131-4/+4
* Remove ParallelArrays and Data Parallel HaskellBen Gamari2018-06-131-1/+0
* Merge branch 'ghc-head' with 'ghc-8.4'Herbert Valerio Riedel2018-05-011-188/+340
|\
| * Match changes in GHC for TTGAlan Zimmerman2018-04-271-18/+31