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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
html
/
highlight.rs
Age
Commit message (
Expand
)
Author
Lines
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
2021-10-23
Rollup merge of #85833 - willcrichton:example-analyzer, r=jyn514
Matthias Krüger
-11
/
+64
2021-10-08
Move more scrape-examples logic from JS to rust
Will Crichton
-1
/
+1
2021-10-06
Change serialized format to use DefPathHash instead of custom String
Will Crichton
-5
/
+1
2021-10-06
Incorporate jyn's feedback
Will Crichton
-1
/
+5
2021-10-06
Move highlighting logic from JS to Rust
Will Crichton
-11
/
+64
2021-10-04
Make rustdoc not highlight `->` and `=>` as operators
Michael Howell
-2
/
+21
2021-09-29
Rollup merge of #87428 - GuillaumeGomez:union-highlighting, r=notriddle
Eric Huss
-5
/
+65
2021-09-13
Add support for primitives in "jump to definition" feature
Guillaume Gomez
-0
/
+8
2021-08-19
[rustdoc] Wrap code blocks in <code> tag
Jakub Beránek
-3
/
+4
2021-08-06
Fix highlighting for union keyword
Guillaume Gomez
-5
/
+65
2021-08-05
Remove LightSpan and use Span directly
Guillaume Gomez
-28
/
+21
2021-08-05
* Rename LightSpan::empty into LightSpan::dummy
Guillaume Gomez
-22
/
+18
2021-08-05
Add missing root_path when generating links using href
Guillaume Gomez
-1
/
+8
2021-08-05
Fix invalid generation of HTML in highlight
Guillaume Gomez
-41
/
+42
2021-08-05
formatting
Guillaume Gomez
-16
/
+12
2021-08-05
Use rustdoc Span in LinkFromSrc directly
Guillaume Gomez
-2
/
+1
[next]