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
2023-12-15
Rollup merge of #115660 - notriddle:notriddle/sidebar-resize, r=GuillaumeGomez
Guillaume Gomez
-5
/
+263
2023-11-27
Rollup merge of #118325 - clubby789:rustdoc-search-link, r=fmease
Matthias Krüger
-2
/
+1
2023-11-26
Fix Rustdoc search docs link
clubby789
-2
/
+1
2023-11-25
rustdoc: replace `elemIsInParent` with `Node.contains`
Michael Howell
-19
/
+9
2023-11-12
rustdoc: use `.rustdoc` class instead of `body`
Michael Howell
-2
/
+2
2023-10-22
rustdoc: make JS trait impls act more like HTML
Michael Howell
-3
/
+12
2023-10-22
rustdoc: clean up and comment main.js `register_type_impls`
Michael Howell
-14
/
+44
2023-10-22
rustdoc: use JS to inline target type impl docs into alias
Michael Howell
-1
/
+173
2023-10-11
rustdoc: fix resize trouble with mobile
Michael Howell
-0
/
+4
2023-10-11
rustdoc: avoid whole page layout on each frame
Michael Howell
-4
/
+53
2023-10-11
rustdoc: enforce BODY_MIN constraint on sidebar resize
Michael Howell
-8
/
+105
2023-10-11
rustdoc: clean up main.js and src-script.js
Michael Howell
-2
/
+4
2023-10-11
rustdoc: allow resizing the sidebar
Michael Howell
-5
/
+111
2023-10-11
Auto merge of #115948 - notriddle:notriddle/logo-lockup, r=fmease
bors
-8
/
+32
2023-10-08
rustdoc: add missing macros to sibling nav sidebar
Michael Howell
-1
/
+15
2023-10-08
rustdoc: clean up the In [name] up-pointer
Michael Howell
-5
/
+10
2023-10-08
rustdoc: clean up the layout for annotated version numbers
Michael Howell
-3
/
+4
2023-10-08
rustdoc: show crate name beside small logo
Michael Howell
-2
/
+6
2023-09-21
Update search-result-impl-disambiguation.goml
Michael Howell
-2
/
+2
2023-09-21
rustdoc: wait for section to open before trying to highlight
Michael Howell
-2
/
+6
2023-09-21
rustdoc-search: add impl disambiguator to duplicate assoc items
Michael Howell
-0
/
+24
2023-09-18
Move mobile topbar title creation entirely into JS
Guillaume Gomez
-3
/
+5
2023-09-15
rustdoc: merge theme css into rustdoc.css
Michael Howell
-3
/
+0
2023-09-13
Merge settings.css into rustdoc.css
Guillaume Gomez
-8
/
+0
2023-09-08
Change syntax for anonymous functions set
Guillaume Gomez
-14
/
+14
2023-08-21
rustdoc: Rename "Type Definition" to "Type Alias"
Noah Lev
-1
/
+1
2023-06-23
Link to the corresponding channel in the help popover
Guillaume Gomez
-5
/
+6
2023-06-23
Add link to rustdoc book search chapter in help popover
Guillaume Gomez
-0
/
+3
2023-06-16
Fix invalid handling of "going back in history" when "Directly go to item in ...
Guillaume Gomez
-3
/
+7
2023-06-10
rustdoc: add note about slice/array searches to help popup
Michael Howell
-0
/
+4
2023-05-31
rustdoc: add jsdoc comments for complex functions
Michael Howell
-1
/
+34
2023-05-23
rustdoc: add interaction delays for tooltip popovers
Michael Howell
-9
/
+104
2023-04-21
rustdoc: clean up redundant search hiding results code
Michael Howell
-4
/
+1
2023-04-21
rustdoc: use Set for ignored crates, instead of string matching
Michael Howell
-2
/
+4
2023-04-15
rustdoc: stop passing a title to `replaceState` second argument
Michael Howell
-4
/
+2
2023-04-12
rustdoc: use CSS `overscroll-behavior` instead of JavaScript
Michael Howell
-52
/
+0
2023-04-10
rustdoc: remove redundant expandSection code from main.js
Michael Howell
-14
/
+5
2023-04-06
rustdoc: clean up JS
Michael Howell
-8
/
+2
2023-03-31
rustdoc-search: update docs for comma in `?` help popover
Michael Howell
-3
/
+1
2023-03-23
rustdoc: clean up `storage.js`
Michael Howell
-0
/
+5
2023-03-08
Only load one CSS theme by default
Michael Howell
-12
/
+27
2023-02-13
Rollup merge of #107340 - notriddle:notriddle/simplify-doctest-tooltip, r=Gui...
Matthias Krüger
-52
/
+60
2023-02-11
Rollup merge of #107490 - notriddle:notriddle/rm-sidebar-tooltip, r=Guillaume...
Dylan DPC
-5
/
+1
2023-01-31
rustdoc: remove inconsistently-present sidebar tooltips
Michael Howell
-5
/
+1
2023-01-31
Clean up eslint annotations and remove unused JS function
Guillaume Gomez
-1
/
+0
2023-01-27
rustdoc: remove inline javascript from copy-path button
Michael Howell
-1
/
+5
2023-01-27
rustdoc: merge doctest tooltip with notable traits tooltip
Michael Howell
-52
/
+60
2023-01-18
rustdoc: fix "?" keyboard command when radio button is focused
Michael Howell
-1
/
+2
2023-01-18
rustdoc: put focus on the help link when opening it from keyboard
Michael Howell
-0
/
+3
2023-01-17
rustdoc: stop using deprecated `window.event` when there's an `ev` param
Michael Howell
-1
/
+1
[next]