aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Backends
Commit message (Expand)AuthorAgeFilesLines
* Clean up build and testsuite for GHC 9.4Ben Gamari2022-08-051-2/+0
* Merge remote-tracking branch 'origin/ghc-9.4'Ben Gamari2022-08-055-58/+77
|\
| * Fix hyperlinks to external items and modules (#1482)Jade Lovelace2022-07-291-4/+13
| * Merge remote-tracking branch 'upstream/ghc-9.2' into ghc-headBen Gamari2022-04-251-1/+0
| |\
| * | Add support for \cases Jakob Brünker2022-04-011-0/+1
| * | Keep track of promotion ticks in HsOpTysheaf2022-04-013-12/+16
| * | Merge branch 'wip/opaque_pragma' into 'ghc-head'Matthew Pickering2022-03-241-0/+2
| |\ \
| | * | Add Haddock support for the OPAQUE pragmaChristiaan Baaij2022-03-161-0/+2
| * | | Minimum changes needed for compilation with hi-haddockMatthew Pickering2022-03-221-4/+1
| |/ /
| * | Enable Haddock tests in GHC windows CI (#1428)wz10002021-10-111-2/+10
| * | coot/multiple package (ghc-head) (#1419)Marcin Szamotulski2021-08-163-39/+116
| * | Rename getErrorMessages Lexer importAlfredo Di Napoli2021-07-051-2/+2
| * | Fix mkParserOpts (#1411)Sylvain Henry2021-06-282-5/+4
| * | HsToken in FunTy, RecConGADTVladislav Zavialov2021-06-103-9/+9
| * | Adapt Haddock to Logger and Parser changes (#1399)Sylvain Henry2021-06-011-0/+3
| * | Revert "Add Haddock support for the OPAQUE pragma (#1380)"Ben Gamari2021-05-241-2/+0
| * | Merge pull request #1394 from adinapoli/wip/adinapoli-align-ps-messagesBen Gamari2021-05-241-3/+5
| |\ \
| | * | New Parser diagnostics interfaceAlfredo Di Napoli2021-05-241-3/+5
| * | | Merge commit '3b6a8774bdb543dad59b2618458b07feab8a55e9' into ghc-headBen Gamari2021-05-213-21/+24
| |\| |
| | * | FieldOcc: rename extFieldOcc to foExtShayne Fletcher2021-05-223-7/+7
| | * | Remove Maybe from HsQualTyAlan Zimmerman2021-05-203-14/+17
| * | | Add Haddock support for the OPAQUE pragma (#1380)Christiaan Baaij2021-05-131-0/+2
| |/ /
| * | pprError changed name in GHCAlfredo Di Napoli2021-03-291-2/+2
| * | Fix after NameCache changesSylvain Henry2021-03-221-5/+4
* | | Follow hlint suggestion: redundant $. (#1505)Phil de Joux2022-07-243-3/+3
* | | Fix #783 Don't show button if --quickjump not presentMike Pilgrem2022-06-121-14/+37
* | | Render module tree per package in the content page (#1492)Marcin Szamotulski2022-06-072-27/+68
* | | Check if doc-index.json exists before reading it (#1488)Marcin Szamotulski2022-05-241-4/+9
* | | Fix hyperlinks to external items and modules (#1482)Jade Lovelace2022-05-071-4/+13
* | | Keep track of ordered list indexes and render them (#1407)Ben Simms2022-05-033-4/+7
* | | Follow hlint, remove language pragmas in libs. (#1478)Phil de Joux2022-05-031-1/+0
* | | Remove unused imports that GHC warned about. (#1480)Phil de Joux2022-05-031-1/+0
* | | spelling errors (#1471)askeblad2022-04-063-4/+4
* | | typos (#1464)askeblad2022-03-163-3/+3
| |/ |/|
* | fix CI for 9.2 (#1436)Artem Pelenitsyn2021-11-271-1/+0
* | coot/multiple packages (ghc-9.2) (#1418)Marcin Szamotulski2021-08-083-39/+116
|/
* Match changes in GHC AST for in-tree API AnnotationsAlan Zimmerman2021-03-158-78/+85
* Add ITproj to parserShayne Fletcher2021-03-061-0/+1
* Context becomes a Maybe in the GHC ASTAlan Zimmerman2021-02-223-19/+23
* Fix to build with HEADSylvain Henry2021-02-091-1/+2
* Merge branch 'ghc-head' into ghc-9.0alexbiehl-gc2021-02-077-170/+239
|\
| * 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
| |\ \ | | |/ | |/|
| * | Inline and fix getGADTConTypeGVladislav Zavialov2020-12-291-6/+16