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
/
settings.js
Age
Commit message (
Expand
)
Author
Lines
2025-08-15
rustdoc-search: search backend with partitioned suffix tree
Michael Howell
-44
/
+42
2025-04-02
rustdoc js: satisfy eslint
binarycat
-3
/
+3
2025-04-02
settings.js: fix whitespace
binarycat
-1
/
+1
2025-04-02
settings.js: add elemContainsTarget utility function
binarycat
-6
/
+15
2025-04-02
settings.js: make top-level code typecheck
binarycat
-8
/
+10
2025-04-02
settings.js: add some null checks to buildSettingsPage
binarycat
-2
/
+8
2025-04-02
settings.js: refactor settingsBlurHandler
binarycat
-5
/
+14
2025-04-02
settings.js: remove dead code for adding <hr> to settings page
binarycat
-5
/
+0
2025-04-02
settings.js: add new rustdoc.Setting interface
binarycat
-17
/
+26
2025-04-02
settings.js: begin typechecking migration
binarycat
-4
/
+17
2025-02-22
Rename feature into `Word wrap source code`
Guillaume Gomez
-5
/
+5
2025-02-14
Add new setting to wrap source code lines when too long
Guillaume Gomez
-0
/
+13
2025-01-30
Rollup merge of #133636 - GuillaumeGomez:sans-serif, r=rustdoc
Matthias Krüger
-0
/
+11
2025-01-29
Add new setting allowing to switch to sans serif fonts
Guillaume Gomez
-0
/
+11
2025-01-27
rustdoc: add nobuild typescript checking to our JS
Michael Howell
-0
/
+3
2024-09-10
rustdoc: redesign toolbar and disclosure widgets
Michael Howell
-9
/
+10
2024-08-20
Add configuration options to hide TOC or module navigation
Michael Howell
-0
/
+29
2023-12-15
Rollup merge of #115660 - notriddle:notriddle/sidebar-resize, r=GuillaumeGomez
Guillaume Gomez
-0
/
+19
2023-11-25
rustdoc: replace `elemIsInParent` with `Node.contains`
Michael Howell
-2
/
+2
2023-10-11
rustdoc: allow resizing the sidebar
Michael Howell
-0
/
+19
2023-09-08
Change syntax for anonymous functions set
Guillaume Gomez
-4
/
+4
2023-04-21
rustdoc: remove unneeded handleKey from settings.js
Michael Howell
-18
/
+1
2023-04-06
rustdoc: clean up JS
Michael Howell
-6
/
+2
2023-01-30
Rollup merge of #107177 - thanatos:fix-doc-errant-light-theme, r=notriddle
Matthias Krüger
-2
/
+2
2023-01-30
Keep all theme-updating logic together
Roy Wellington Ⅳ
-2
/
+2
2023-01-23
rustdoc: remove dead settings JS for obsolete select-wrapper
Michael Howell
-11
/
+0
2023-01-23
rustdoc: simplify settings popover DOM
Michael Howell
-19
/
+21
2023-01-17
rustdoc: instead of `.setting-name { width: 100% }`, use default div CSS
Michael Howell
-1
/
+1
2023-01-13
rustdoc: rename CSS rustdoc-toggle -> toggle and toggle -> settings-toggle
Michael Howell
-2
/
+2
2022-11-26
rustdoc: improve popover focus handling JS
Michael Howell
-1
/
+1
2022-11-13
Simplify settings UI by merging system theme with the theme choices
Guillaume Gomez
-24
/
+36
2022-11-10
rustdoc: use checkbox instead of switch for settings toggles
Michael Howell
-3
/
+1
2022-10-29
rustdoc: add hash to filename of toolchain files
Jacob Hoffman-Andrews
-4
/
+6
2022-10-15
Fix display of settings page
Guillaume Gomez
-1
/
+3
2022-09-21
rustdoc: dynamically show-hide line numbers on code examples
Michael Howell
-0
/
+7
2022-06-23
Merge all popover hide functions into one
Guillaume Gomez
-7
/
+5
2022-06-23
Move help popup into a pocket menu as well
Guillaume Gomez
-22
/
+8
2022-05-30
Improve display of settings radio buttons
Guillaume Gomez
-1
/
+1
2022-05-26
Rollup merge of #97394 - GuillaumeGomez:more-eslint-rules, r=notriddle
Guillaume Gomez
-1
/
+1
2022-05-25
Add new eslint rule "space-before-function-paren"
Guillaume Gomez
-1
/
+1
2022-05-24
Allow to click on toggle text to update it
Guillaume Gomez
-6
/
+5
2022-05-18
Move some DOM generation into the HTML settings file directly
Guillaume Gomez
-16
/
+2
2022-05-15
Add new eslint rule about brace style
Guillaume Gomez
-2
/
+2
2022-05-14
Improve settings menu display
Guillaume Gomez
-25
/
+57
2022-05-07
Enforce quote rule for JS source code
Guillaume Gomez
-5
/
+4
2022-05-07
Change eslint rules from configuration comments to configuration files
Folyd
-4
/
+0
2022-05-05
Rollup merge of #96741 - GuillaumeGomez:improve-settings-loading-strategy, r=...
Michael Goulet
-4
/
+1
2022-05-05
Rollup merge of #96704 - GuillaumeGomez:rotation-animation, r=jsha
Michael Goulet
-0
/
+1
2022-05-05
Improve settings loading strategy by loading CSS and JS at the same time to p...
Guillaume Gomez
-4
/
+1
2022-05-05
Add rotation animation on settings button when loading
Guillaume Gomez
-0
/
+1
[next]