aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Backends
Commit message (Expand)AuthorAgeFilesLines
* changing to multiple files modelYuchen Pei2022-09-141-10/+9
* removed custom ids for packages and modulesYuchen Pei2022-09-141-10/+6
* fixing namespace typ and val, and relevant link genYuchen Pei2022-09-141-8/+13
* fixing the merge due to new ghc version (9.4)Yuchen Pei2022-08-161-9/+10
* Merge remote-tracking branch 'upstream/main'Yuchen Pei2022-08-167-63/+80
|\
| * 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
* | | | Moving file writing to inside org backendYuchen Pei2022-08-161-6/+20
* | | | removed some unused pragmasYuchen Pei2022-08-161-4/+0
* | | | handling associated types for classesYuchen Pei2022-08-161-25/+47
* | | | Preparing for publication.Yuchen Pei2022-07-182-0/+40
* | | | a hole in fieldoccYuchen Pei2022-07-181-0/+1
* | | | removing hackage url for idsYuchen Pei2022-07-181-19/+7
* | | | Adding hackage url to top level decl propertiesYuchen Pei2022-07-182-20/+38
* | | | Adding org backend.Yuchen Pei2022-07-182-0/+1253
|/ / /
* | | 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