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.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-19
Fix clippy lints in librustdoc
Guillaume Gomez
-2
/
+2
2025-05-26
rustdoc: refactor Tooltip rendering logic
binarycat
-43
/
+21
2025-05-24
rustdoc: use descriptive tooltip if doctest is conditionally ignored
binarycat
-8
/
+37
2025-05-05
Implement RFC 3503: frontmatters
Deadbeef
-2
/
+4
2025-03-07
Rollup merge of #138107 - yotamofek:pr/rustdoc/clippy, r=GuillaumeGomez
Matthias Krüger
-4
/
+4
2025-03-06
Manual, post-`clippy --fix` cleanups
Yotam Ofek
-1
/
+1
2025-03-06
`x clippy src/librustdoc --fix`
Yotam Ofek
-3
/
+3
2025-03-06
`librustdoc`: flatten nested ifs
Yotam Ofek
-42
/
+41
2025-02-12
Nuke `Buffer` abstraction from `librustdoc` 💣
Yotam Ofek
-36
/
+44
2025-02-11
Remove quotes around href in code line numbers
Guillaume Gomez
-1
/
+1
2025-02-10
Move line numbers into the `<code>` directly
Guillaume Gomez
-11
/
+101
2025-02-08
Rustfmt
bjorn3
-17
/
+25
2025-01-22
rustdoc: pass around decoration info by ref
Yotam Ofek
-5
/
+5
2024-12-12
Enable "jump to def" feature on prelude variants
Guillaume Gomez
-5
/
+10
2024-11-28
Fix new clippy lints
Guillaume Gomez
-3
/
+3
2024-11-25
Fix `Result` and `Option` not getting a jump to def link generated
Guillaume Gomez
-5
/
+8
2024-11-19
Remove `TokenKind::InvalidPrefix`.
Nicholas Nethercote
-4
/
+3
2024-11-13
rustdoc: Treat decl macros like other items
León Orell Valerian Liehr
-7
/
+0
2024-10-08
Reserve guarded string literals (RFC 3593)
Peter Jaszkowiak
-0
/
+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
-26
/
+18
2024-09-06
Fix tools
Michael Goulet
-1
/
+3
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+3
2024-04-10
Properly handle emojis as literal prefix in macros
Esteban Küber
-3
/
+4
2024-02-27
Prevent inclusion of whitespace character after macro_rules ident
Guillaume Gomez
-0
/
+1
2023-12-01
rustdoc: do not escape quotes in body text
Michael Howell
-3
/
+9
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-11
/
+24
2023-09-15
Implement custom classes for rustdoc code blocks with `custom_code_classes_in...
Guillaume Gomez
-4
/
+21
2023-08-16
Use more named format args
Guillaume Gomez
-4
/
+8
2023-08-16
Improve code readability by moving fmt args directly into the string
Guillaume Gomez
-11
/
+10
2023-07-13
Rollup merge of #113623 - GuillaumeGomez:add-jump-to-doc, r=notriddle
Matthias Krüger
-0
/
+5
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-4
/
+2
2023-07-12
Add jump to doc
Guillaume Gomez
-0
/
+5
2023-05-02
initial step towards implementing C string literals
Deadbeef
-1
/
+3
2023-04-16
Spelling librustdoc
Josh Soref
-5
/
+5
2023-04-01
a couple clippy::complexity fixes
Matthias Krüger
-2
/
+2
2023-03-16
Render source page layout with Askama
clubby789
-38
/
+21
2023-02-15
Use more let chain
Guillaume Gomez
-4
/
+2
2023-02-13
Rollup merge of #107340 - notriddle:notriddle/simplify-doctest-tooltip, r=Gui...
Matthias Krüger
-5
/
+11
2023-01-30
rustdoc: remove unnecessary wrapper div.item-decl from HTML
Michael Howell
-4
/
+4
2023-01-27
rustdoc: merge doctest tooltip with notable traits tooltip
Michael Howell
-5
/
+11
2022-12-10
Clean up lifetimes in rustdoc syntax highlighting
Nilstrieb
-23
/
+23
2022-10-31
rustdoc: rename syntax highlighting CSS class `attribute` to `attr`
Michael Howell
-1
/
+1
2022-10-29
Fix z-indexes of code example feature and cleanup its CSS
Guillaume Gomez
-0
/
+4
2022-10-08
Clean up rustdoc highlight.rs imports a bit
Guillaume Gomez
-4
/
+2
2022-09-28
Address review comments.
Nicholas Nethercote
-1
/
+1
2022-09-26
Add `rustc_lexer::TokenKind::Eof`.
Nicholas Nethercote
-1
/
+5
2022-09-26
Make `rustc_lexer::cursor::Cursor` public.
Nicholas Nethercote
-5
/
+4
2022-09-15
rustdoc: use more precise URLs for jump-to-definition links
Michael Howell
-3
/
+5
2022-09-10
Simplify DOM for codeblocks tooltips
Guillaume Gomez
-13
/
+14
[next]