about summary refs log tree commit diff
path: root/src/librustdoc/html/highlight/tests.rs
AgeCommit message (Expand)AuthorLines
2021-08-06Add test for union keyword highlightingGuillaume Gomez-0/+10
2021-08-05Fix invalid generation of HTML in highlightGuillaume Gomez-0/+14
2021-08-05Move extra arguments for highlight URL generation into a new ContextInfo stru...Guillaume Gomez-2/+2
2021-08-05Update rustdoc testsGuillaume Gomez-2/+2
2021-07-08Rework SESSION_GLOBALS API to prevent overwriting itGuillaume Gomez-3/+3
2021-05-05Update highlight testsGuillaume Gomez-11/+16
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/+21
2020-08-31Update expect-test to 1.0Aleksey Kladov-1/+1
2020-08-27Add expect test for rustdoc html highlightingAleksey Kladov-61/+20
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