about summary refs log tree commit diff
path: root/src/librustdoc/html/highlight
AgeCommit message (Expand)AuthorLines
2021-10-25rustdoc: use better highlighting for *const, *mut, and &mutMichael Howell-2/+2
2021-10-23Rollup merge of #85833 - willcrichton:example-analyzer, r=jyn514Matthias Krüger-5/+22
2021-10-08Change handling of spans in scrape examples, add test for highlight decorationsWill Crichton-1/+18
2021-10-06Change serialized format to use DefPathHash instead of custom StringWill Crichton-1/+1
2021-10-06Move highlighting logic from JS to RustWill Crichton-3/+3
2021-10-04Make rustdoc not highlight `->` and `=>` as operatorsMichael Howell-4/+4
2021-08-06Add test for union keyword highlightingGuillaume Gomez-0/+26
2021-08-05Fix invalid generation of HTML in highlightGuillaume Gomez-0/+18
2021-08-05Move extra arguments for highlight URL generation into a new ContextInfo stru...Guillaume Gomez-2/+2
2021-08-05Update rustdoc testsGuillaume Gomez-3/+3
2021-07-08Rework SESSION_GLOBALS API to prevent overwriting itGuillaume Gomez-3/+3
2021-05-05Update highlight testsGuillaume Gomez-11/+16
2021-04-08Add test for idents mergeGuillaume Gomez-0/+20
2021-04-02rustdoc: update macro highlight testsMichael Howell-4/+4
2021-01-30rustdoc tweakingbors-4/+5
2020-12-24rustdoc: Highlight edition-specific keywords correctly in code blocks, accoun...ThePuzzlemaker-2/+3
2020-11-15Add test to ensure that no DOS backline (\r\n) doesn't create extra backline ...Guillaume Gomez-11/+24
2020-08-31Update expect-test to 1.0Aleksey Kladov-1/+1
2020-08-27Add expect test for rustdoc html highlightingAleksey Kladov-61/+63
2020-08-27Remove dependency on StringReader from rustdoc highlighterAleksey Kladov-20/+4
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-1/+1
2020-07-14rustdoc: glue tokens before highlightingAndy Russell-0/+82