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
/
static
/
css
/
rustdoc.css
Age
Commit message (
Expand
)
Author
Lines
2023-12-15
Rollup merge of #115660 - notriddle:notriddle/sidebar-resize, r=GuillaumeGomez
Guillaume Gomez
-9
/
+162
2023-12-07
Fix display of features in rustdoc
Guillaume Gomez
-9
/
+12
2023-11-30
rustdoc: `div.where` instead of fmt-newline class
Michael Howell
-5
/
+2
2023-11-29
rustdoc: remove small from `small-section-header`
Michael Howell
-5
/
+5
2023-10-23
Rollup merge of #105666 - notriddle:notriddle/stab-baseline, r=GuillaumeGomez
Matthias Krüger
-0
/
+1
2023-10-11
rustdoc: avoid whole page layout on each frame
Michael Howell
-4
/
+14
2023-10-11
rustdoc: bundle sidebar button icon into CSS
Michael Howell
-1
/
+22
2023-10-11
rustdoc: enforce BODY_MIN constraint on sidebar resize
Michael Howell
-7
/
+12
2023-10-11
rustdoc: allow resizing the sidebar
Michael Howell
-7
/
+124
2023-10-08
Clean up subversion layout
Michael Howell
-0
/
+5
2023-10-08
rustdoc: clean up the In [name] up-pointer
Michael Howell
-1
/
+1
2023-10-08
rustdoc: align crate name with search bar
Michael Howell
-5
/
+27
2023-10-08
rustdoc: remove rust logo from non-Rust crates
Michael Howell
-2
/
+3
2023-10-08
rustdoc: clean up the layout for annotated version numbers
Michael Howell
-0
/
+1
2023-10-08
rustdoc: show crate name beside small logo
Michael Howell
-12
/
+45
2023-09-19
rustdoc: add test cases, and fix, search tabs
Michael Howell
-4
/
+8
2023-09-15
rustdoc: merge theme css into rustdoc.css
Michael Howell
-0
/
+410
2023-09-13
Merge settings.css into rustdoc.css
Guillaume Gomez
-0
/
+64
2023-08-14
Add warning block support in rustdoc
Guillaume Gomez
-3
/
+23
2023-07-31
rustdoc: align stability badge to baseline instead of bottom
Michael Howell
-0
/
+1
2023-07-20
Remove adjustments that used to be necessary for search's crate selector appe...
Frank Steffahn
-9
/
+0
2023-07-18
Fix display of aliases in rustdoc search results
Guillaume Gomez
-1
/
+4
2023-07-14
rustdoc: use `src` consistently over `source` in JavaScript
Michael Howell
-1
/
+1
2023-07-14
rustdoc: use `src` consistently over `source` in code
Michael Howell
-29
/
+29
2023-07-03
Fix display of long inline cfg labels
Guillaume Gomez
-3
/
+3
2023-06-28
Fix display of long items in search results
Guillaume Gomez
-6
/
+24
2023-06-23
Reduce typename width to 6.25rem
Noah Lev
-1
/
+1
2023-06-23
Make typenames a bit wider to support "existential type"
Noah Lev
-1
/
+1
2023-06-22
Align search results horizontally for easy scanning
Noah Lev
-0
/
+2
2023-06-19
rustdoc: js: change color and reduce size of typename in search result
Alexis (Poliorcetics) Bourget
-0
/
+4
2023-06-03
Move type name directly into the same DOM element
Guillaume Gomez
-13
/
+0
2023-06-02
Improve new search result display on mobile
Guillaume Gomez
-0
/
+8
2023-06-02
Move item kind before the item name
Guillaume Gomez
-0
/
+5
2023-06-02
Add search result item types after their name
Guillaume Gomez
-2
/
+2
2023-05-23
rustdoc: add hover indicator for notable trait tooltip
Michael Howell
-0
/
+4
2023-05-23
rustdoc: add interaction delays for tooltip popovers
Michael Howell
-0
/
+8
2023-04-17
rustdoc: restructure type search engine to pick-and-use IDs
Michael Howell
-0
/
+4
2023-04-12
rustdoc: use CSS `overscroll-behavior` instead of JavaScript
Michael Howell
-1
/
+2
2023-04-06
Rollup merge of #109977 - notriddle:notriddle/data-nosnippet, r=jsha,the8472
Matthias Krüger
-7
/
+7
2023-04-05
rustdoc: avoid including line numbers in Google SERP snippets
Michael Howell
-7
/
+7
2023-04-05
Improve display of logo on very small screens
Guillaume Gomez
-1
/
+6
2023-04-04
Move scrollbar on the <main> element rather than only on the code block to im...
Guillaume Gomez
-0
/
+4
2023-03-23
rustdoc: remove old `content` hack for theme switching
Michael Howell
-15
/
+0
2023-03-23
rustdoc: clean up `storage.js`
Michael Howell
-1
/
+1
2023-03-21
rustdoc: remove redundant `.content` prefix from span/a colors
Michael Howell
-21
/
+21
2023-03-02
Put backtick content from rustdoc search errors into a <code> elements
Guillaume Gomez
-0
/
+5
2023-02-19
Rollup merge of #107783 - notriddle:notriddle/item-table-ul, r=GuillaumeGomez
Dylan DPC
-7
/
+9
2023-02-13
Rollup merge of #107340 - notriddle:notriddle/simplify-doctest-tooltip, r=Gui...
Matthias Krüger
-45
/
+9
2023-02-12
rustdoc: use tighter line height in h1 and h2
Michael Howell
-0
/
+8
2023-02-07
rustdoc: simplify DOM for `.item-table`
Michael Howell
-7
/
+9
[next]