aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Backends/LaTeX.hs
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/ghc-9.4'Ben Gamari2022-08-051-14/+19
|\
| * Keep track of promotion ticks in HsOpTysheaf2022-04-011-3/+7
| * HsToken in FunTy, RecConGADTVladislav Zavialov2021-06-101-3/+3
| * FieldOcc: rename extFieldOcc to foExtShayne Fletcher2021-05-221-2/+2
| * Remove Maybe from HsQualTyAlan Zimmerman2021-05-201-6/+7
* | Keep track of ordered list indexes and render them (#1407)Ben Simms2022-05-031-1/+1
* | spelling errors (#1471)askeblad2022-04-061-2/+2
* | typos (#1464)askeblad2022-03-161-1/+1
|/
* Match changes in GHC AST for in-tree API AnnotationsAlan Zimmerman2021-03-151-15/+18
* Context becomes a Maybe in the GHC ASTAlan Zimmerman2021-02-221-7/+9
* Merge branch 'ghc-head' into ghc-9.0alexbiehl-gc2021-02-071-41/+68
|\
| * 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
| | * Abstract Monad for interface creationAlex Biehl2021-01-091-1/+1
| * | Merge remote-tracking branch 'origin/ghc-9.0' into ghc-headBen Gamari2021-01-131-131/+153
| |\ \ | | |/ | |/|
| * | Adapt to HsCoreTy (formerly NewHsTypeX) becoming a type synonymRyan Scott2020-12-161-1/+1
| * | Display linear/multiplicity arrows correctly (#1238)Krzysztof Gogolewski2020-12-161-3/+11
| * | 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
| * | | Add type arguments to PrefixConCale Gibbard2020-11-251-2/+2
| |/ /
| * | Adapt to HsOuterTyVarBndrsRyan Scott2020-10-301-21/+45
| * | Adapt to HsConDecl{H98,GADT}Details splitRyan Scott2020-10-301-14/+16
| * | Add whitespace in: map ($ v)Vladislav Zavialov2020-10-151-3/+3
| * | Fix after Outputable refactoringSylvain Henry2020-08-051-1/+1
| * | Update for modular ping pongZubin Duggal2020-07-231-1/+0
* | | Merge pull request #1314 from tweag/show-linear-backportHécate Moonlight2021-02-071-3/+11
|\ \ \
| * | | Display linear/multiplicity arrows correctly (#1238)Krzysztof Gogolewski2021-02-051-3/+11
| | |/ | |/|
* / | Add support for labeled module referencesIñaki García Etxebarria2021-02-071-1/+6
|/ /
* | Merge remote-tracking branch 'origin/ghc-8.10' into ghc-9.0Ben Gamari2021-01-051-134/+155
|\ \ | |/ |/|
| * Changes for GHC#17566Alex Biehl2020-12-081-1/+1
| * Use `unLoc`/`noLoc` from GHC instead of `unL`/`reL`Alec Theriault2020-03-281-1/+1
| * Use TTG empty extensions to remove some `error`'sAlec Theriault2020-03-281-2/+3
| * Clean up warningsAlec Theriault2020-03-221-8/+1
| * Merge branch 'ghc-8.8' into ghc-8.10Alec Theriault2020-03-201-138/+168
| |\
| | * Matching changes in GHC for #16236Alan Zimmerman2019-03-291-3/+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-091-23/+24
| | * Merge branch 'ghc-8.6' into ghc-8.8Alec Theriault2019-03-031-23/+30
| | |\
| | | * Keep forall on H98 existential data constructors (#1003)Alec Theriault2019-01-231-1/+1
| | | * More uniform handling of `forall`'s in HTML/LaTeXAlec Theriault2018-11-261-21/+28
| | * | Better identifier parsingAlec Theriault2019-02-251-10/+9
* | | | Adapt Haddock to LinearTypesKrzysztof Gogolewski2020-06-171-8/+9
* | | | Use HsForAllTelescope (GHC#18235)Ryan Scott2020-06-131-12/+12
* | | | Changes for GHC#18191Ryan Scott2020-06-051-1/+1
* | | | Explicit Specificity Support for HaddockGert-Jan Bottu2020-05-201-6/+19
* | | | Module structureSylvain Henry2020-04-241-4/+4
* | | | Make NoExtCon fields strictRyan Scott2020-04-071-8/+0
* | | | Modules: TypesSylvain Henry2020-03-201-4/+4
* | | | Changes for GHC#17566Ryan Scott2020-01-251-1/+1
|/ / /