aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Backends
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '41964cb2fd54b5a10f8c0f28147015b7d5ad2c02' into wip/ghc-head-mergeBen Gamari2021-02-062-0/+2
|\
| * Merge commit 'a917dfd29f3103b69378138477514cbfa38558a9' into ghc-headVladislav Zavialov2021-02-051-2/+2
| |\
| | * Rename pprLogErrMsg to new nameAlfredo Di Napoli2021-02-011-2/+2
| * | type level characters support for haddock (required for #11342)Daniel Rogozin2021-02-052-0/+2
| |/
* | Merge remote-tracking branch 'origin/ghc-head' into wip/ghc-head-mergeBen Gamari2021-02-062-6/+3
|\|
| * Make haddock more robust to changes to the `Language` data typeJoachim Breitner2021-01-221-4/+1
| * Abstract Monad for interface creationAlex Biehl2021-01-091-1/+1
* | Merge remote-tracking branch 'origin/ghc-9.0' into ghc-headBen Gamari2021-01-1311-250/+324
|\ \ | |/ |/|
| * 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
* | | | | Inline and fix getGADTConTypeGVladislav Zavialov2020-12-291-6/+16
* | | | | Enable two warnings (#1245) (#1268)tomjaguarpaw2020-12-192-0/+2
* | | | | Adapt to HsCoreTy (formerly NewHsTypeX) becoming a type synonymRyan Scott2020-12-162-2/+2
* | | | | Display linear/multiplicity arrows correctly (#1238)Krzysztof Gogolewski2020-12-163-7/+25
* | | | | Revert "Enable two warnings (#1245) (#1268)"Ben Gamari2020-12-152-2/+0
* | | | | Enable two warnings (#1245) (#1268)tomjaguarpaw2020-12-102-0/+2
* | | | | Merge pull request #1257 from AndreasPK/wip/andreask/opt_dumpsBen Gamari2020-12-031-1/+1
|\ \ \ \ \
| * | | | | Update for changes in GHC's PrettyAndreas Klebinger2020-11-241-1/+1
* | | | | | DynFlags's unit fields moved to HscEnvSylvain Henry2020-11-301-9/+10
* | | | | | Add type arguments to PrefixConCale Gibbard2020-11-253-8/+8
|/ / / / /
* | | | | Adapt to HsOuterTyVarBndrsRyan Scott2020-10-303-82/+139
* | | | | Adapt to HsConDecl{H98,GADT}Details splitRyan Scott2020-10-303-30/+34