aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Backends/Xhtml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/ghc-9.4'Ben Gamari2022-08-051-21/+23
|\
| * Keep track of promotion ticks in HsOpTysheaf2022-04-011-8/+8
| * coot/multiple package (ghc-head) (#1419)Marcin Szamotulski2021-08-162-3/+15
| * HsToken in FunTy, RecConGADTVladislav Zavialov2021-06-101-3/+3
| * FieldOcc: rename extFieldOcc to foExtShayne Fletcher2021-05-221-3/+3
| * Remove Maybe from HsQualTyAlan Zimmerman2021-05-201-7/+9
* | Follow hlint suggestion: redundant $. (#1505)Phil de Joux2022-07-242-2/+2
* | Render module tree per package in the content page (#1492)Marcin Szamotulski2022-06-071-2/+3
* | Keep track of ordered list indexes and render them (#1407)Ben Simms2022-05-031-2/+5
* | spelling errors (#1471)askeblad2022-04-061-1/+1
* | typos (#1464)askeblad2022-03-162-2/+2
* | coot/multiple packages (ghc-9.2) (#1418)Marcin Szamotulski2021-08-082-3/+15
|/
* Match changes in GHC AST for in-tree API AnnotationsAlan Zimmerman2021-03-154-42/+45
* Context becomes a Maybe in the GHC ASTAlan Zimmerman2021-02-221-11/+13
* Merge branch 'ghc-head' into ghc-9.0alexbiehl-gc2021-02-071-57/+84
|\
| * 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-135-94/+127
| |\ \ | | |/ | |/|
| * | Adapt to HsCoreTy (formerly NewHsTypeX) becoming a type synonymRyan Scott2020-12-161-1/+1
| * | Display linear/multiplicity arrows correctly (#1238)Krzysztof Gogolewski2020-12-162-4/+14
| * | 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
* | | Merge pull request #1314 from tweag/show-linear-backportHécate Moonlight2021-02-072-4/+14
|\ \ \
| * | | Display linear/multiplicity arrows correctly (#1238)Krzysztof Gogolewski2021-02-052-4/+14
| | |/ | |/|
* / | Add support for labeled module referencesIñaki García Etxebarria2021-02-072-10/+14
|/ /
* | Merge remote-tracking branch 'origin/ghc-8.10' into ghc-9.0Ben Gamari2021-01-055-93/+127
|\ \ | |/ |/|
| * 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-222-2/+1
| * Merge branch 'ghc-8.8' into ghc-8.10Alec Theriault2020-03-205-99/+136
| |\
| | * Replace the 'caption' class so that the collapsible sections are shownKleidukos2020-03-191-1/+1
| | * Matching changes in GHC for #16236Alan Zimmerman2019-03-291-2/+2
| | * Better support for default methods in classesAlec Theriault2019-03-092-28/+75
| | * Merge branch 'ghc-8.6' into ghc-8.8Alec Theriault2019-03-032-43/+26
| | |\
| | | * 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
| | | * Rename 'NewOcean' theme to 'Linuwial'Alec Theriault2018-11-111-1/+1
| | * | Better identifier parsingAlec Theriault2019-02-252-14/+30
* | | | 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
* | | | Fix for GHC.Unit.* modulesSylvain Henry2020-04-271-1/+1
* | | | UnitId has been renamed into UnitSylvain Henry2020-04-272-2/+2
* | | | Module structureSylvain Henry2020-04-243-3/+3
* | | | Module renamingSylvain Henry2020-04-101-1/+0
* | | | Make NoExtCon fields strictRyan Scott2020-04-071-12/+0