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
/
storage.js
Age
Commit message (
Expand
)
Author
Lines
2023-12-15
Rollup merge of #115660 - notriddle:notriddle/sidebar-resize, r=GuillaumeGomez
Guillaume Gomez
-0
/
+28
2023-12-07
rustdoc: remove unused parameter `reversed` from onEach(Lazy)
Michael Howell
-19
/
+6
2023-10-11
rustdoc: enforce BODY_MIN constraint on sidebar resize
Michael Howell
-2
/
+5
2023-10-11
rustdoc: allow resizing the sidebar
Michael Howell
-0
/
+25
2023-09-15
rustdoc: avoid calling `document.write` after the page loads
Michael Howell
-2
/
+12
2023-09-15
rustdoc: merge theme css into rustdoc.css
Michael Howell
-11
/
+15
2023-07-14
rustdoc: use `src` consistently over `source` in code
Michael Howell
-1
/
+1
2023-06-27
Replace `id` attribute with `name` for `<meta>` tag
Guillaume Gomez
-1
/
+1
2023-04-08
Rollup merge of #110037 - notriddle:notriddle/theme-default, r=GuillaumeGomez
Nilstrieb
-0
/
+1
2023-04-06
rustdoc: add test and bug fix for theme defaults
Michael Howell
-0
/
+1
2023-04-06
rustdoc: clean up JS
Michael Howell
-14
/
+5
2023-03-23
rustdoc: remove old `content` hack for theme switching
Michael Howell
-32
/
+5
2023-03-23
rustdoc: clean up `storage.js`
Michael Howell
-29
/
+8
2023-03-08
Update src/librustdoc/html/static/js/storage.js
Michael Howell
-1
/
+1
2023-03-08
Fix eslint errors
Guillaume Gomez
-0
/
+1
2023-03-08
Only load one CSS theme by default
Michael Howell
-21
/
+25
2023-01-31
Clean up eslint annotations and remove unused JS function
Guillaume Gomez
-1
/
+0
2023-01-30
Keep all theme-updating logic together
Roy Wellington Ⅳ
-44
/
+52
2023-01-21
This function appears to be unused
Roy Wellington Ⅳ
-16
/
+0
2022-10-29
rustdoc: add hash to filename of toolchain files
Jacob Hoffman-Andrews
-14
/
+10
2022-10-17
rustdoc: change mobile breakpoint to match CSS
Michael Howell
-1
/
+1
2022-10-17
rustdoc: remove CSS `@media (min-width: 701px)`
Michael Howell
-1
/
+1
2022-07-01
Improve click behavior of the source code mobile full-screen "sidebar"
Michael Howell
-0
/
+5
2022-06-20
rustdoc: optimize loading of source sidebar
Jacob Hoffman-Andrews
-0
/
+11
2022-05-25
Add new eslint rule "space-before-function-paren"
Guillaume Gomez
-2
/
+2
2022-05-19
Add new lint to enforce whitespace after keywords
Guillaume Gomez
-2
/
+2
2022-05-17
rustdoc: make search.js a module
Jacob Hoffman-Andrews
-5
/
+0
2022-05-07
Enforce quote rule for JS source code
Guillaume Gomez
-2
/
+2
2022-05-07
Change eslint rules from configuration comments to configuration files
Folyd
-5
/
+0
2022-05-05
Use "strict" mode in JS scripts
Guillaume Gomez
-0
/
+2
2022-05-04
Move callback to the () => {} syntax.
Folyd
-7
/
+8
2022-04-26
Migrate storage.js to ES6
Guillaume Gomez
-22
/
+25
2022-02-02
Unify storage getter and setter functions
Guillaume Gomez
-6
/
+6
2022-01-23
Update theme on pageshow event
Jacob Hoffman-Andrews
-6
/
+25
2022-01-14
Add support for "always theme" in setting
Jacob Hoffman-Andrews
-4
/
+7
2021-12-22
Add some JSDoc comments to rustdoc JS
Jacob Hoffman-Andrews
-0
/
+16
2021-11-24
Move themes and version into rustdoc-vars
Jacob Hoffman-Andrews
-5
/
+2
2021-07-21
rustdoc: Restore --default-theme, etc, by restoring varname escaping
Ian Jackson
-0
/
+2
2021-07-07
Clean up rustdoc static files
Guillaume Gomez
-0
/
+219