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
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
2022-09-09
rustdoc: simplify the codeblock tooltip
Michael Howell
-27
/
+28
2022-08-31
Fix a bunch of typo
Dezhi Wu
-2
/
+2
2022-08-20
Clean up highlight `<span>` merge code
Guillaume Gomez
-121
/
+118
2022-08-20
Merge "EnterSpan" events to reduce code blocks DOM size
Guillaume Gomez
-23
/
+68
2022-08-19
Fix invalid comparison for Class::Decoration in `is_equal_to`
Guillaume Gomez
-2
/
+2
2022-08-14
Don't generate ident elements as DOM nodes
Guillaume Gomez
-7
/
+20
2022-08-14
Merge HTML elements in highlighting when they can be merged together
Guillaume Gomez
-8
/
+155
2022-08-12
Rollup merge of #100409 - jsha:highlight-lighter, r=GuillaumeGomez
Dylan DPC
-10
/
+7
2022-08-11
rustdoc: don't generate DOM element for operator
Jacob Hoffman-Andrews
-10
/
+7
2022-08-11
Rollup merge of #99337 - jsha:simplify-highlight, r=GuillaumeGomez
Matthias Krüger
-33
/
+55
2022-08-09
rustdoc: simplify highlight.rs
Jacob Hoffman-Andrews
-33
/
+55
2022-08-01
Shrink `Token`.
Nicholas Nethercote
-1
/
+1
2022-06-20
Integrate `generate_macro_def_id_path` into `href_with_root_path`
Guillaume Gomez
-67
/
+2
2022-06-20
Improve code readability and documentation
Guillaume Gomez
-26
/
+54
2022-06-20
Rename ContextInfo into HrefContext
Guillaume Gomez
-25
/
+25
2022-06-20
Add support for macro in "jump to def" feature
Guillaume Gomez
-19
/
+107
2022-05-21
Remove `crate` visibility modifier in libs, tests
Jacob Pratt
-6
/
+6
2022-03-04
librustdoc: adopt let else in more places
est31
-10
/
+6
2022-02-03
rustdoc: clippy::complexity fixes
Matthias Krüger
-2
/
+1
2021-12-28
remove in_band_lifetimes from librustdoc
Michael Goulet
-3
/
+3
2021-11-23
Fix RustDoc
Esteban Kuber
-1
/
+1
2021-11-04
Sort scraped call locations before serializing
Will Crichton
-1
/
+7
2021-10-27
Rollup merge of #90278 - notriddle:notriddle/highlight-ptr, r=jyn541,Guillaum...
Matthias Krüger
-6
/
+21
2021-10-25
rustdoc: use better highlighting for *const, *mut, and &mut
Michael Howell
-6
/
+21
2021-10-25
Fix clippy lints in librustdoc
Guillaume Gomez
-2
/
+2
[next]