about summary refs log tree commit diff
path: root/src/librustdoc/html/highlight
AgeCommit message (Collapse)AuthorLines
2020-07-14rustdoc: glue tokens before highlightingAndy Russell-0/+82
Fixes #72684. This commit also modifies the signature of `Classifier::new` to avoid copying the source being highlighted.