index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
html
/
highlight
Age
Commit message (
Expand
)
Author
Lines
2025-09-30
Add `#[bench]` for librustdoc's syntax highlighter
Yotam Ofek
-0
/
+14
2025-02-12
Nuke `Buffer` abstraction from `librustdoc` 💣
Yotam Ofek
-11
/
+10
2025-02-11
Update rustdoc tests
Guillaume Gomez
-5
/
+5
2025-01-22
rustdoc: pass around decoration info by ref
Yotam Ofek
-1
/
+1
2024-10-06
Handle `librustdoc` cases of `rustc::potential_query_instability` lint
ismailarilik
-2
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+3
2024-02-28
Add regression test for inclusion of whitespace characters in rustdoc highlig...
Guillaume Gomez
-1
/
+1
2023-12-01
rustdoc: do not escape quotes in body text
Michael Howell
-5
/
+5
2023-08-16
Improve code readability by moving fmt args directly into the string
Guillaume Gomez
-1
/
+1
2022-10-31
rustdoc: rename syntax highlighting CSS class `attribute` to `attr`
Michael Howell
-5
/
+5
2022-08-20
Extend decoration test to detect regressions
Guillaume Gomez
-3
/
+8
2022-08-20
Update rustdoc tests
Guillaume Gomez
-9
/
+11
2022-08-14
Update rustdoc tests
Guillaume Gomez
-31
/
+31
2022-08-12
Rollup merge of #100409 - jsha:highlight-lighter, r=GuillaumeGomez
Dylan DPC
-15
/
+15
2022-08-11
rustdoc: don't generate DOM element for operator
Jacob Hoffman-Andrews
-15
/
+15
2022-08-09
rustdoc: simplify highlight.rs
Jacob Hoffman-Andrews
-6
/
+5
2021-10-25
rustdoc: use better highlighting for *const, *mut, and &mut
Michael Howell
-2
/
+2
2021-10-23
Rollup merge of #85833 - willcrichton:example-analyzer, r=jyn514
Matthias Krüger
-5
/
+22
2021-10-08
Change handling of spans in scrape examples, add test for highlight decorations
Will Crichton
-1
/
+18
2021-10-06
Change serialized format to use DefPathHash instead of custom String
Will Crichton
-1
/
+1
2021-10-06
Move highlighting logic from JS to Rust
Will Crichton
-3
/
+3
2021-10-04
Make rustdoc not highlight `->` and `=>` as operators
Michael Howell
-4
/
+4
2021-08-06
Add test for union keyword highlighting
Guillaume Gomez
-0
/
+26
2021-08-05
Fix invalid generation of HTML in highlight
Guillaume Gomez
-0
/
+18
2021-08-05
Move extra arguments for highlight URL generation into a new ContextInfo stru...
Guillaume Gomez
-2
/
+2
2021-08-05
Update rustdoc tests
Guillaume Gomez
-3
/
+3
2021-07-08
Rework SESSION_GLOBALS API to prevent overwriting it
Guillaume Gomez
-3
/
+3
2021-05-05
Update highlight tests
Guillaume Gomez
-11
/
+16
2021-04-08
Add test for idents merge
Guillaume Gomez
-0
/
+20
2021-04-02
rustdoc: update macro highlight tests
Michael Howell
-4
/
+4
2021-01-30
rustdoc tweaking
bors
-4
/
+5
2020-12-24
rustdoc: Highlight edition-specific keywords correctly in code blocks, accoun...
ThePuzzlemaker
-2
/
+3
2020-11-15
Add test to ensure that no DOS backline (\r\n) doesn't create extra backline ...
Guillaume Gomez
-11
/
+24
2020-08-31
Update expect-test to 1.0
Aleksey Kladov
-1
/
+1
2020-08-27
Add expect test for rustdoc html highlighting
Aleksey Kladov
-61
/
+63
2020-08-27
Remove dependency on StringReader from rustdoc highlighter
Aleksey Kladov
-20
/
+4
2020-08-08
Eliminate the `SessionGlobals` from `librustc_ast`.
Nicholas Nethercote
-1
/
+1
2020-07-14
rustdoc: glue tokens before highlighting
Andy Russell
-0
/
+82