aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Backends
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/ghc-8.10' into ghc-9.0Ben Gamari2021-01-0511-258/+334
|\
| * Adapt Haddock for QualifiedDoMatthías Páll Gissurarson2020-12-081-2/+2
| * Changes for GHC#17566Alex Biehl2020-12-083-3/+5
| * Enable two warnings (#1245)tomjaguarpaw2020-12-082-0/+2
| * Add dangling changes from branches ghc-8.6 and ghc-8.8 (#1243)Xia Li-yao2020-12-081-0/+1
| * Add support for custom section anchors (#1179)Iñaki2020-04-251-1/+7
| * Disallow links in section headersAlec Theriault2020-03-281-1/+1
| * Use `unLoc`/`noLoc` from GHC instead of `unL`/`reL`Alec Theriault2020-03-283-15/+15
| * Use TTG empty extensions to remove some `error`'sAlec Theriault2020-03-282-3/+5
| * Remove unused `Haddock.Utils` functionsAlec Theriault2020-03-281-0/+4
| * Tentative 2.24 releaseAlec Theriault2020-03-221-1/+1
| * Clean up warningsAlec Theriault2020-03-224-12/+3
| * Merge branch 'ghc-8.8' into ghc-8.10Alec Theriault2020-03-2010-263/+346
| |\
| | * Replace the 'caption' class so that the collapsible sections are shownKleidukos2020-03-191-1/+1
| | * Prefer un-hyperlinked sources to no sourcesAlec Theriault2019-10-072-14/+26
| | * Fix crash when there are no srcspans in the file due to CPPZubin Duggal2019-10-071-8/+11
| | * update for new way to store hiefile headersZubin Duggal2019-06-041-2/+3
| | * Matching changes in GHC for #16236Alan Zimmerman2019-03-292-5/+5
| | * Remove workaround for now-fixed Clang CPP bug (#1028)Alec Theriault2019-03-292-48/+3
| | * Many LaTeX backend fixesAlec Theriault2019-03-091-98/+118
| | * Avoid multi-line `emph` in LaTeX backendAlec Theriault2019-03-091-1/+1
| | * Better support for default methods in classesAlec Theriault2019-03-093-51/+99
| | * Merge branch 'ghc-8.6' into ghc-8.8Alec Theriault2019-03-034-73/+64
| | |\
| | | * Keep forall on H98 existential data constructors (#1003)Alec Theriault2019-01-232-3/+3
| | | * Print kinded tyvars in constructors for Hoogle (#993)Alec Theriault2019-01-071-2/+8
| | | * More uniform handling of `forall`'s in HTML/LaTeXAlec Theriault2018-11-262-60/+50
| | | * Rename 'NewOcean' theme to 'Linuwial'Alec Theriault2018-11-111-1/+1
| | * | Better identifier parsingAlec Theriault2019-02-254-25/+40
* | | | Match GHC, adding IsUnicodeSyntax field to HsFunTy and HsScaledAlan Zimmerman2020-10-211-1/+2
* | | | Updates for the new linear types syntax: a %p -> bVladislav Zavialov2020-09-301-0/+1
* | | | Sync with GHC removing {-# CORE #-} pragmaKrzysztof Gogolewski2020-07-121-2/+0
* | | | Handle LexicalNegation's ITprefixminusVladislav Zavialov2020-06-281-0/+1
* | | | Adapt Haddock for QualifiedDoMatthías Páll Gissurarson2020-06-261-2/+2
* | | | Adapt Haddock to LinearTypesKrzysztof Gogolewski2020-06-175-26/+32
* | | | Use HsForAllTelescope (GHC#18235)Ryan Scott2020-06-133-41/+45
* | | | Merge pull request #1202 from hsyl20/wip/hsyl20/unitid-iiBen Gamari2020-06-092-8/+9
|\ \ \ \
| * | | | Fix after unit refactoringSylvain Henry2020-06-082-8/+9
* | | | | Changes for GHC#18191Ryan Scott2020-06-052-2/+2
|/ / / /
* | | | update for hiefile-typeclass-infoZubin Duggal2020-05-241-14/+20
* | | | Explicit Specificity Support for HaddockGert-Jan Bottu2020-05-203-19/+52
* | | | Atomic update of NameCache in readHieFileZubin Duggal2020-05-041-3/+5
* | | | Fix for GHC.Unit.* modulesSylvain Henry2020-04-273-3/+3
* | | | UnitId has been renamed into UnitSylvain Henry2020-04-272-2/+2
* | | | Module structureSylvain Henry2020-04-249-17/+16
* | | | Module renamingSylvain Henry2020-04-102-4/+4
* | | | Make NoExtCon fields strictRyan Scott2020-04-073-22/+0
* | | | Modules: TypesSylvain Henry2020-03-2012-29/+29
* | | | Modules: Core (#13009)Sylvain Henry2020-03-021-1/+1
* | | | Ignore the BufLoc/BufSpan added in GHC's !2516Vladislav Zavialov2020-02-283-9/+11
* | | | Modules: Driver (#13009)Sylvain Henry2020-02-192-2/+2