index
:
delta/rust.git
92745/rustdoc-semantic-ids
Aaronepower-patch-1
Camelid-RustThanks
E0002-precision
GuillaumeGomez-patch-1
Havvy-patch-1
LeSeulArtichaut-patch-1
SimonSapin-patch-1
XAMPPRocky-patch-1
XAMPPRocky-patch-1-1
XAMPPRocky-patch-2
accept-felixes-typo
acrichto-tmp
adt-docs-fix
alex-tmp
aphs-no-unsynchronised-llvm-err-global
appveyor
auto
beta
beta-fix-69341
beta-next
borrowck-niche-discriminants
borrowck-snippet
c9788fdd5b8
clarify-tidy-since
clean-two-dots
cleanup-e0554
clone-shim-split
compiler-autolabel
const-generics-coerce-unsized
const_tls_local_panic_count
cranelift-rebase
debug-48866
debug-for-422
debug-intravisit-fnkind
duplicate-word
fix-1.38-type_name
fix-63313
fix-async-date
fix-cancel
fix-dev-no-comment
fix-loop-break-mir-generation
fix-publish-toolstate-syntax-error
followup-from-92533
frewsxcv-issue-44929
frewsxcv-issue-45636
frewsxcv-patch-1
frewsxcv-patch-2
frewsxcv-patch-3
frewsxcv-rename-slice-swap-param
frewsxcv/unstable-book
generators-clone-doc
gh35653
gitignore-readd-tmp
hex-value-process-exit
homu-tmp
increase-nested-groups-test-coverage
into_raw_non_null
ishitatsuyuki-patch-1
issue-85533
jdm-patch-1
jonas-schievink-patch-1
jonas-schievink-patch-2
kennytm/steal-the-cron-job
lcnr-doc-patch
lcnr-patch-1
libs-tracking-issue
llvm-5
llvm-6-test
llvm-6-try
llvm-icebreakers-ping
llvm-icebreakers-ping-1
master
maybe-bound-eror
maybe-uninit-gates
min/add-track-caller
min_const_generics-version
more-osx-cores
multisuggest_disambiguation
must-use-join
mutable-overloaded-operators
nellshamrell/fix-80658
nightly-dev
nitpick-slp
nll-alias-analysis
nox/i-need-a-niche-but-i-have-no-dog
nrc-patch-1
oli-obk-patch-1
opt-fuse
ostrich
pass-check-runfail
perf-odds-and-ends
permit-asyncawait-ondeck-by-anyone
petrochenkov-patch-1
petrochenkov-patch-2
pietroalbini-patch-1
place2_2
pr-75593
promote-tmp
release-notes-tweak
relnotes-1.50.0
relnotes-1.51.0
relnotes-1.52.0
remove-most-azure
remove-unwanted-z-index
revert-105395-sunfishcode/update-wasi
revert-74416-linker-locale-utf8
revert-76110-convert-openoptions-cint
revert-77467-query-docs
revert-77961-embed-bitcode
revert-80244-spans
revert-82057-cstr
revert-82313-update-normalize-css
revert-88147-issue-88097
revert-88548-intersperse
revert-98576-region-stuff-cool-beans
rust-1.17-relnotes
rust-1.19.0-relnotes
rust-analyzer-2020-09-09
rust-analyzer-2020-09-14
rust-analyzer-2021-11-22
rustc-spring-cleaning
rustdoc-autolabel
rustix
sfackler-patch-1
sgrif-patch-1
shallow-borrow-fixes
single_derive
slice
snap-stage3
some-new-labels
sort_by_cached_key
spastorino-patch-1
stable
stable-1.31.1
stable-next
steveklabnik-must-use
steveklabnik-patch-1
temp-dev-stable
tmandry-patch-1
tmp
tmp-nightly
to-be-dev-nightly
travis-shell
triagebot-ping-alias
try
try-build-llvm
turbo-expander
upgrade-to-9.4-xcode
upper-tuple
vec-leak
wesleywiser-patch-1
whitelist-thumb
x-link-mem-swaps
xcode9.4
yeet-unused-substs
github.com: rust-lang/rust.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
html
/
static
/
js
/
source-script.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
rustdoc: lift constant string manipulation out of loop
Michael Howell
2023-04-21
1
-1
/
+1
*
rustdoc: use CSS `overscroll-behavior` instead of JavaScript
Michael Howell
2023-04-12
1
-3
/
+6
*
Clean up JS files code a bit
Guillaume Gomez
2023-02-26
1
-2
/
+1
*
rustdoc: name the source page sidebar-toggle `#src-sidebar-toggle`
Michael Howell
2022-12-15
1
-1
/
+1
*
rustdoc: change `.src-line-numbers > span` to `.src-line-numbers > a`
Michael Howell
2022-10-31
1
-3
/
+8
*
rustdoc: factor JS mobile scroll lock into its own function
Michael Howell
2022-10-17
1
-30
/
+3
*
rustdoc: give `.line-number` / `.line-numbers` meaningful names
Michael Howell
2022-09-26
1
-2
/
+2
*
Rollup merge of #98775 - notriddle:notriddle/mobile-sidebar-scroll-lock, r=jsha
Matthias Krüger
2022-08-10
1
-3
/
+17
|
\
|
*
rustdoc: improve scroll locking in the rustdoc mobile sidebars
Michael Howell
2022-07-05
1
-3
/
+17
*
|
rustdoc: use a more compact encoding for source-files.js
Michael Howell
2022-08-02
1
-7
/
+11
*
|
Fix auto-expand of trees in source code page sidebar
Guillaume Gomez
2022-07-17
1
-1
/
+1
|
/
*
Rollup merge of #98776 - notriddle:notriddle/mobile-sidebar-auto-close, r=Gui...
Dylan DPC
2022-07-05
1
-2
/
+9
|
\
|
*
Improve click behavior of the source code mobile full-screen "sidebar"
Michael Howell
2022-07-01
1
-2
/
+9
*
|
Rollup merge of #98774 - notriddle:notriddle/source-code-sidebar-button, r=Gu...
Matthias Krüger
2022-07-04
1
-3
/
+3
|
\
\
|
*
|
rustdoc: make source sidebar toggle a real button
Michael Howell
2022-07-02
1
-3
/
+3
|
|
/
*
|
rustdoc cleanup: remove unused function
Michael Howell
2022-07-01
1
-1
/
+1
*
|
rustdoc: use <details> tag for the source code sidebar
Michael Howell
2022-07-01
1
-18
/
+11
|
/
*
Fix scroll when source sidebar is open on mobile
Guillaume Gomez
2022-06-30
1
-0
/
+15
*
Rollup merge of #98310 - jsha:defer-source-sidebar, r=GuillaumeGomez
Michael Goulet
2022-06-23
1
-8
/
+2
|
\
|
*
rustdoc: optimize loading of source sidebar
Jacob Hoffman-Andrews
2022-06-20
1
-8
/
+2
*
|
Improve loading of crates.js and sidebar-items.js
Jacob Hoffman-Andrews
2022-06-20
1
-29
/
+12
|
/
*
Fix expand/collapse on source viewer sidebar folders
Guillaume Gomez
2022-06-14
1
-3
/
+3
*
Fix invalid line number computation when clicking on something else than a li...
Guillaume Gomez
2022-05-30
1
-0
/
+4
*
Add new eslint rule "space-before-function-paren"
Guillaume Gomez
2022-05-25
1
-1
/
+1
*
Fix JS error in source code pages
Guillaume Gomez
2022-05-10
1
-2
/
+1
*
Change eslint rules from configuration comments to configuration files
Folyd
2022-05-07
1
-5
/
+0
*
Use "strict" mode in JS scripts
Guillaume Gomez
2022-05-05
1
-1
/
+4
*
Move callback to the () => {} syntax.
Folyd
2022-05-04
1
-10
/
+11
*
Move settings into full JS
Guillaume Gomez
2022-04-30
1
-2
/
+2
*
Migrate source-script to ES6
Guillaume Gomez
2022-04-26
1
-44
/
+45
*
Scroll when the anchor change and is linking outside of the displayed content
Guillaume Gomez
2022-03-05
1
-9
/
+7
*
Unify storage getter and setter functions
Guillaume Gomez
2022-02-02
1
-4
/
+4
*
Simplify and unify rustdoc sidebar styles
Jacob Hoffman-Andrews
2022-01-18
1
-1
/
+1
*
Rename ID "main" into "main-content"
Guillaume Gomez
2021-12-02
1
-5
/
+5
*
rustdoc: rework source sidebar
cynecx
2021-11-29
1
-16
/
+9
*
rustdoc: merge source sidebar into main sidebar
cynecx
2021-11-29
1
-6
/
+8
*
Clean up rustdoc static files
Guillaume Gomez
2021-07-07
1
-0
/
+249