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
2025-09-23
prevent line number from being copied in chrome
Iris Shi
-7
/
+18
2025-08-28
Add new `doc(attribute = "...")` attribute
Guillaume Gomez
-0
/
+1
2025-08-22
main.js: only call window.rustdocToggleSrcSidebar if it exists
binarycat
-2
/
+1
2025-08-22
typecheck: add nonnull around element known to exist
binarycat
-2
/
+1
2025-08-22
typecheck tooltipBlurHandler
binarycat
-1
/
+3
2025-08-22
typecheck window.CURRENT_TOOLTIP_ELEMENT
binarycat
-31
/
+5
2025-08-21
typecheck window.NOTABLE_TRAITS
binarycat
-2
/
+0
2025-08-21
typecheck window.rr_
binarycat
-1
/
+0
2025-08-21
typecheck window.searchIndex
binarycat
-1
/
+0
2025-08-19
Rollup merge of #145025 - lolbinarycat:ci-tidy-spellcheck, r=Kobzol
许杰友 Jieyou Xu (Joe)
-1
/
+1
2025-08-16
run spellcheck as a tidy extra check in ci
binarycat
-1
/
+1
2025-08-15
rustdoc-search: search backend with partitioned suffix tree
Michael Howell
-141
/
+244
2025-07-26
Rollup merge of #141663 - lolbinarycat:rustdoc-collapse-impl-134429, r=Guilla...
Trevor Gross
-5
/
+19
2025-07-03
setup CI and tidy to use typos for spellchecking and fix few typos
klensy
-1
/
+1
2025-06-23
Fixes firefox copy paste issue
gstjepan2
-1
/
+29
2025-06-16
rustdoc: add ways of collapsing all impl blocks
binarycat
-5
/
+19
2025-05-10
rustdoc: Fix links in trait impl docs
SpecificProtagonist
-1
/
+3
2025-04-02
rustdoc js: satisfy eslint
binarycat
-1
/
+1
2025-04-02
main.js: make hideAllModals docs clearer
binarycat
-1
/
+1
2025-04-02
settings.js: make top-level code typecheck
binarycat
-1
/
+1
2025-04-02
settings.js: begin typechecking migration
binarycat
-3
/
+0
2025-03-10
main.js: remove searchState from globals.
binarycat
-1
/
+1
2025-03-10
main.js: typecheck things related to window.register_type_impls
binarycat
-6
/
+2
2025-03-10
rustdoc.d.ts: add window.{register_implementors,pending_implementors}
binarycat
-3
/
+0
2025-03-10
rustdoc.d.ts: window.SIDEBAR_ITEMS may exist.
binarycat
-1
/
+0
2025-03-10
main.js: handle document.activeElement being null
binarycat
-2
/
+2
2025-03-10
main.js(isDisplayed): coerce truthy values to boolean
binarycat
-3
/
+2
2025-03-10
main.js: always refer to searchState through window.searchState
binarycat
-10
/
+5
2025-03-10
main.js: handleEscape and handleShortcut accept KeyboardEvent
binarycat
-2
/
+6
2025-03-10
main.js: give type signatures to a few helper functions
binarycat
-4
/
+8
2025-03-10
main.js: don't set mouseMovedAfterSearch, as it is never read
binarycat
-1
/
+0
2025-03-10
main.js: insertAfter needs non-root referenceNode
binarycat
-4
/
+1
2025-02-24
Rollup merge of #136991 - GuillaumeGomez:code-wrapping, r=notriddle
Jacob Pratt
-20
/
+17
2025-02-15
fix(rustdoc): Fixed `Copy Item Path` in rust doc
Tapan Prakash
-1
/
+4
2025-02-14
Add new setting to wrap source code lines when too long
Guillaume Gomez
-20
/
+17
2025-02-05
Rollup merge of #136263 - notriddle:notriddle/typescript2, r=fmease
León Orell Valerian Liehr
-140
/
+124
2025-02-03
rustdoc: clean up a bunch of ts-expected-error declarations in main
Michael Howell
-140
/
+124
2025-01-30
fix(rustdoc): always use a channel when linking to doc.rust-lang.org
Alexis (Poliorcetics) Bourget
-8
/
+8
2025-01-27
rustdoc: add nobuild typescript checking to our JS
Michael Howell
-51
/
+294
2024-09-29
Copy correct path to clipboard for modules/keywords/primitives
clubby789
-5
/
+9
2024-09-23
Rollup merge of #129545 - notriddle:notriddle/toolbar-v2, r=GuillaumeGomez
Michael Goulet
-64
/
+77
2024-09-23
Tweak breadcrumbs list
Michael Howell
-7
/
+4
2024-09-22
Generate line numbers for non-rust code examples as well
Guillaume Gomez
-7
/
+9
2024-09-10
rustdoc: make the header show all three buttons
Michael Howell
-0
/
+8
2024-09-10
rustdoc: redesign toolbar and disclosure widgets
Michael Howell
-57
/
+65
2024-09-07
Generate scraped examples buttons in JS
Guillaume Gomez
-6
/
+8
2024-09-05
Rollup merge of #129796 - GuillaumeGomez:unify-code-examples, r=notriddle
Matthias Krüger
-2
/
+7
2024-09-05
Rollup merge of #120736 - notriddle:notriddle/toc, r=t-rustdoc
Matthias Krüger
-2
/
+2
2024-08-31
Fix code examples buttons not appearing on click on mobile
Guillaume Gomez
-2
/
+8
2024-08-31
Unify scraped examples with other code examples
Guillaume Gomez
-2
/
+7
[next]