aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Backends/Hyperlinker.hs
Commit message (Expand)AuthorAgeFilesLines
* Clean up build and testsuite for GHC 9.4Ben Gamari2022-08-051-2/+0
* Merge remote-tracking branch 'upstream/ghc-9.2' into ghc-headBen Gamari2022-04-251-1/+0
|\
| * fix CI for 9.2 (#1436)Artem Pelenitsyn2021-11-271-1/+0
* | Enable Haddock tests in GHC windows CI (#1428)wz10002021-10-111-2/+10
* | Fix after NameCache changesSylvain Henry2021-03-221-5/+4
|/
* Fix to build with HEADSylvain Henry2021-02-091-1/+2
* Merge branch 'ghc-head' into ghc-9.0alexbiehl-gc2021-02-071-2/+2
|\
| * Merge remote-tracking branch 'origin/ghc-9.0' into ghc-headBen Gamari2021-01-131-15/+25
| |\
| * | Remove Ord FastString instanceSylvain Henry2020-08-171-2/+2
* | | Cleanup: fix build warningsVladislav Zavialov2021-02-051-1/+1
| |/ |/|
* | Merge remote-tracking branch 'origin/ghc-8.10' into ghc-9.0Ben Gamari2021-01-051-17/+27
|\ \ | |/ |/|
| * Merge branch 'ghc-8.8' into ghc-8.10Alec Theriault2020-03-201-17/+32
| |\
| | * Prefer un-hyperlinked sources to no sourcesAlec Theriault2019-10-071-13/+25
| | * 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
| | * Remove workaround for now-fixed Clang CPP bug (#1028)Alec Theriault2019-03-291-3/+1
* | | Atomic update of NameCache in readHieFileZubin Duggal2020-05-041-3/+5
* | | Fix for GHC.Unit.* modulesSylvain Henry2020-04-271-1/+1
* | | Module structureSylvain Henry2020-04-241-1/+1
* | | Modules: TypesSylvain Henry2020-03-181-3/+3
* | | Fix after Iface modules renamingSylvain Henry2020-01-021-2/+2
|/ /
* | update for new way to store hiefile headersZubin Duggal2019-05-301-2/+3
* | Remove workaround for now-fixed Clang CPP bug (#1028)Alec Theriault2019-02-111-3/+1
|/
* Use `.hie` files for the Hyperlinker backend (#977)Alec Theriault2019-01-311-11/+44
* Set UTF-8 encoding before writing files (#934)Alec Theriault2018-10-161-1/+2
* Move source paths types to hyperlinker types module.Łukasz Hanuszczak2015-07-061-0/+2
* Extract main hyperlinker types to separate module.Łukasz Hanuszczak2015-07-061-0/+1
* Refactor source path mapping to use modules as indices.Łukasz Hanuszczak2015-07-051-9/+6
* Make hyperlinker respect pretty-printer flag and add documentation.Łukasz Hanuszczak2015-06-301-7/+23
* Add basic support for cross-package hyperlink generation.Łukasz Hanuszczak2015-06-301-12/+13
* Rewrite source generation to fixed links and directory structure.Łukasz Hanuszczak2015-06-301-17/+12
* Make external hyperlinks point to locations specified by source URLs.Łukasz Hanuszczak2015-06-301-5/+3
* Make source hyperlinker generate output in apropriate directory.Łukasz Hanuszczak2015-06-301-16/+25
* Add support for fancy highlighting upon hovering over identifier.Łukasz Hanuszczak2015-06-301-2/+8
* Add support for providing custom CSS files for hyperlinked source.Łukasz Hanuszczak2015-06-301-6/+20
* Create hyperlinker module and plug it into the Haddock pipeline.Łukasz Hanuszczak2015-06-301-0/+25