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
/
js
/
main.js
Age
Commit message (
Expand
)
Author
Lines
2022-11-07
rustdoc: use javascript to layout notable traits popups
Michael Howell
-2
/
+83
2022-10-29
rustdoc: add hash to filename of toolchain files
Jacob Hoffman-Andrews
-5
/
+5
2022-10-27
rustdoc: remove redundant `div.search-container`
Michael Howell
-1
/
+1
2022-10-20
+/- shortcut now only expand/collapse, not both
Guillaume Gomez
-29
/
+30
2022-10-19
Rollup merge of #103211 - notriddle:notriddle/dot-location, r=GuillaumeGomez
Matthias Krüger
-1
/
+1
2022-10-18
rustdoc: remove class name `location` from sidebar sibling nav
Michael Howell
-1
/
+1
2022-10-17
rustdoc: change mobile breakpoint to match CSS
Michael Howell
-2
/
+2
2022-10-17
rustdoc: factor JS mobile scroll lock into its own function
Michael Howell
-11
/
+25
2022-10-15
rustdoc: make help button a no-op when on help page
Michael Howell
-0
/
+15
2022-10-15
rustdoc: fix Ctrl-Click on help and settings links
Michael Howell
-1
/
+8
2022-10-15
rustdoc: make the help button a link to a page
Michael Howell
-23
/
+40
2022-10-11
rustdoc: remove unused classes from sidebar
Michael Howell
-5
/
+3
2022-10-10
rustdoc: remove unneeded `<div>` wrapper from sidebar DOM
Michael Howell
-15
/
+11
2022-10-08
rustdoc: remove mobile topbar from source pages instead of hiding it
Michael Howell
-6
/
+8
2022-10-05
rustdoc: remove unused CSS class `in-band`
Michael Howell
-1
/
+1
2022-09-26
rustdoc: give `.line-number` / `.line-numbers` meaningful names
Michael Howell
-3
/
+3
2022-09-25
rustdoc: clean up `.out-of-band`/`.in-band` CSS
Michael Howell
-1
/
+0
2022-09-21
rustdoc: dynamically show-hide line numbers on code examples
Michael Howell
-11
/
+30
2022-09-09
rustdoc: simplify the codeblock tooltip
Michael Howell
-21
/
+2
2022-08-26
rustdoc: remove empty extern_crates and type="text/javascript" on script
Michael Howell
-3
/
+3
2022-08-10
Auto merge of #100346 - matthiaskrgr:rollup-6rljn4p, r=matthiaskrgr
bors
-4
/
+42
2022-08-10
Rollup merge of #98775 - notriddle:notriddle/mobile-sidebar-scroll-lock, r=jsha
Matthias Krüger
-4
/
+42
2022-08-04
rustdoc: use a more compact encoding for implementors/trait.*.js
Michael Howell
-4
/
+10
2022-08-02
Replace `* -> vec` with `-> vec` in docs
Noah Lev
-1
/
+1
2022-07-14
Correctly handle crate level page on docs.rs as well
Guillaume Gomez
-17
/
+14
2022-07-05
rustdoc: improve scroll locking in the rustdoc mobile sidebars
Michael Howell
-4
/
+42
2022-06-30
Rollup merge of #98709 - GuillaumeGomez:rm-decl-for-old-browsers, r=Dylan-DPC
Matthias Krüger
-34
/
+0
2022-06-30
Remove unneeded methods declaration for old web browsers
Guillaume Gomez
-34
/
+0
2022-06-28
rustdoc: make keyboard commands work when checkboxes are selected
Michael Howell
-1
/
+2
2022-06-28
rustdoc: fix keyboard shortcuts bug in settings menu
Michael Howell
-1
/
+1
2022-06-28
rustdoc: fix help menu popover toggling
Michael Howell
-0
/
+3
2022-06-23
Merge all popover hide functions into one
Guillaume Gomez
-20
/
+13
2022-06-23
Move help popup into a pocket menu as well
Guillaume Gomez
-70
/
+106
2022-06-20
Improve loading of crates.js and sidebar-items.js
Jacob Hoffman-Andrews
-69
/
+61
2022-06-06
Add "no-confusing-arrow" eslint check
Guillaume Gomez
-1
/
+1
2022-05-27
Add "eqeqeq" eslint rule
Guillaume Gomez
-2
/
+2
2022-05-25
Add new eslint rule "space-before-function-paren"
Guillaume Gomez
-2
/
+2
2022-05-15
Add new eslint rule about brace style
Guillaume Gomez
-2
/
+2
2022-05-14
Remove theme picker button
Guillaume Gomez
-135
/
+2
2022-05-07
Enforce quote rule for JS source code
Guillaume Gomez
-15
/
+15
2022-05-07
Change eslint rules from configuration comments to configuration files
Folyd
-4
/
+0
2022-05-06
Rollup merge of #96754 - notriddle:notriddle/impl-dups, r=GuillaumeGomez
Guillaume Gomez
-1
/
+7
2022-05-05
Rollup merge of #96741 - GuillaumeGomez:improve-settings-loading-strategy, r=...
Michael Goulet
-0
/
+3
2022-05-05
Rollup merge of #96704 - GuillaumeGomez:rotation-animation, r=jsha
Michael Goulet
-0
/
+1
2022-05-05
rustdoc: ensure HTML/JS side implementors don't have dups
Michael Howell
-1
/
+7
2022-05-05
Improve settings loading strategy by loading CSS and JS at the same time to p...
Guillaume Gomez
-0
/
+3
2022-05-05
Add rotation animation on settings button when loading
Guillaume Gomez
-1
/
+1
2022-05-05
Use "strict" mode in JS scripts
Guillaume Gomez
-3
/
+2
2022-05-04
Move callback to the () => {} syntax.
Folyd
-56
/
+49
2022-05-01
* Add documentation for settings page rendering functions.
Guillaume Gomez
-6
/
+6
[prev]
[next]