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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
html
/
static
Age
Commit message (
Expand
)
Author
Lines
2025-06-20
Rollup merge of #142497 - GuillaumeGomez:fix-random-search-failure, r=lolbina...
Trevor Gross
-37
/
+41
2025-06-17
Rollup merge of #142618 - GuillaumeGomez:eslint-no-console, r=lolbinarycat
Jacob Pratt
-0
/
+2
2025-06-17
Lint about `console` calls in rustdoc JS
Guillaume Gomez
-0
/
+2
2025-06-16
rustdoc: make srcIndex no longer a global variable
binarycat
-8
/
+7
2025-06-16
Add comment to prevent having code other than `initSearch` at the end of `sea...
Guillaume Gomez
-0
/
+4
2025-06-14
Fix random failure when JS code is executed when the whole file was not read yet
Guillaume Gomez
-37
/
+37
2025-05-25
Rollup merge of #139831 - lolbinarycat:rustdoc-mobile-sidebar, r=GuillaumeGomez
Jacob Pratt
-1
/
+4
2025-05-22
Rollup merge of #140868 - SpecificProtagonist:rustdoc-trait-impl-code-link, r...
Matthias Krüger
-1
/
+3
2025-05-16
rustdoc: on mobile, make the sidebar full width and linewrap
binarycat
-1
/
+4
2025-05-10
rustdoc: Fix links in trait impl docs
SpecificProtagonist
-1
/
+3
2025-05-09
rustdoc: use a different style of grip track
Michael Howell
-39
/
+19
2025-05-09
rustdoc: add a handle that makes sidebar resizing more obvious
Michael Howell
-7
/
+53
2025-05-06
Rollup merge of #140135 - GuillaumeGomez:sidebars-image, r=rustdoc
Guillaume Gomez
-21
/
+22
2025-04-24
Fix indent of impl docs
Guillaume Gomez
-1
/
+4
2025-04-23
Unify sidebar buttons to use the same image
Guillaume Gomez
-21
/
+22
2025-04-21
Use correct annotation for CSS pseudo elements
Guillaume Gomez
-20
/
+20
2025-04-07
Fix CSS
Guillaume Gomez
-1
/
+1
2025-04-05
Rollup merge of #139274 - lolbinarycat:rustdoc-js-less-expect-error-part5, r=...
Stuart Cook
-46
/
+100
2025-04-02
rustdoc js: satisfy eslint
binarycat
-4
/
+4
2025-04-02
rustdoc: make settings checkboxes always square
binarycat
-0
/
+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
main.js: make hideAllModals docs clearer
binarycat
-1
/
+1
2025-04-02
settings.js: make top-level code typecheck
binarycat
-9
/
+13
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
/
+36
2025-04-02
settings.js: begin typechecking migration
binarycat
-7
/
+19
2025-03-27
search.js: revert usage of nonundef for now (not available under test)
binarycat
-2
/
+3
2025-03-26
satisfy eslint
binarycat
-3
/
+3
2025-03-24
search.js: fix whitespace
binarycat
-1
/
+1
2025-03-24
search.js: give type annotation to newSolutions
binarycat
-2
/
+2
2025-03-24
search.js: give type to unifiedGenericsMgens
binarycat
-2
/
+1
2025-03-24
search.js: fix return type of unifyFunctionTypes
binarycat
-2
/
+1
2025-03-24
search.js: use @type instead of @ts-expect-error
binarycat
-5
/
+1
2025-03-24
search.js: fix signature of pushText
binarycat
-9
/
+5
2025-03-24
search.js: refactor transformResults
binarycat
-14
/
+27
2025-03-24
search.js: remove another Map.has() and @ts-expect-error
binarycat
-3
/
+3
2025-03-24
search.js(query parser): rethrow error if it isn't a string array
binarycat
-3
/
+7
2025-03-24
search.js: add undef2null and eliminate more @ts-expect-error
binarycat
-10
/
+21
2025-03-24
search.js: refactor handling of rawPaths in buildIndex
binarycat
-20
/
+22
2025-03-24
search.js: improve typechecking by avoiding Map.has
binarycat
-13
/
+8
2025-03-24
rustdoc js: add nonundef and use it to remove a ts-expect-error
binarycat
-5
/
+28
2025-03-14
rustdoc js: add nonnull helper and typecheck src-script.js
binarycat
-9
/
+70
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
-8
/
+10
2025-03-10
rustdoc.d.ts: add window.{register_implementors,pending_implementors}
binarycat
-3
/
+17
2025-03-10
rustdoc.d.ts: window.SIDEBAR_ITEMS may exist.
binarycat
-1
/
+2
2025-03-10
main.js: handle document.activeElement being null
binarycat
-2
/
+2
[next]