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
/
main.js
Age
Commit message (
Expand
)
Author
Lines
2021-01-15
Use Array.some instead of onEach to have better performance
Guillaume Gomez
-1
/
+1
2021-01-15
Improve JS performance by storing length before comparing to it in loops
Guillaume Gomez
-53
/
+45
2021-01-04
Auto merge of #80554 - GuillaumeGomez:more-js-cleanup, r=jyn514
bors
-18
/
+12
2021-01-03
Inline resetMouseMoved function directly into "mousemove" event handler
Guillaume Gomez
-5
/
+1
2021-01-03
Replace some loops with "onEachLazy" call
Guillaume Gomez
-13
/
+11
2020-12-31
Use Array.prototype.filter instead of open-coding
Michael Howell
-7
/
+1
2020-12-30
If the current search result tab is empty, it picks the first non-empty one. ...
Guillaume Gomez
-0
/
+15
2020-12-15
Rollup merge of #79796 - GuillaumeGomez:hide-associated-const-when-collapsing...
Guillaume Gomez
-3
/
+6
2020-12-10
Make search results tab and help button focusable with keyboard
Guillaume Gomez
-3
/
+3
2020-12-09
Rollup merge of #79862 - GuillaumeGomez:tab-lock, r=Manishearth
Tyler Mandry
-16
/
+17
2020-12-09
Remove tab-lock and replace it with ctrl+up/down arrows to switch between sea...
Guillaume Gomez
-16
/
+17
2020-12-09
Hide associated constants too when collapsing implementation
Guillaume Gomez
-3
/
+6
2020-12-03
Use `createElement` and `innerHTML` instead of `DOMParser`
Camelid
-5
/
+3
2020-12-03
Render Markdown in search results
Camelid
-2
/
+23
2020-12-01
Auto merge of #78876 - GuillaumeGomez:better-setting-keyboard-ux, r=jyn514
bors
-22
/
+23
2020-11-24
Rename "stability" CSS class to "item-info"
Guillaume Gomez
-8
/
+9
2020-11-22
Prevent feature information to be hidden if it's on the impl directly
Guillaume Gomez
-2
/
+8
2020-11-14
Add tests and improve rendering of features on traits
Wim Looman
-3
/
+7
2020-11-12
Improve comment for getVirtualKey function
Guillaume Gomez
-1
/
+1
2020-11-12
Make keyboard interactions in the settings menu more pleasant
Guillaume Gomez
-22
/
+23
2020-11-12
Auto merge of #78976 - GuillaumeGomez:rollup-endkih3, r=GuillaumeGomez
bors
-2
/
+5
2020-11-10
Improve the page title switch handling between search and doc
Guillaume Gomez
-2
/
+5
2020-11-05
Add shortcut for theme picker menu
Guillaume Gomez
-0
/
+10
2020-10-30
Pull theme picker keyboard code into main.js
Michael Howell
-1
/
+59
2020-10-30
Close the theme picker when Escape is pressed
Michael Howell
-8
/
+2
2020-10-28
rustdoc: js: Use getSettingValue for all rustdoc-* values
Ian Jackson
-11
/
+11
2020-10-19
Add link to rustdoc book in rustdoc help popup
Guillaume Gomez
-0
/
+5
2020-10-16
Fix sidebar scroll on mobile devices
Guillaume Gomez
-4
/
+0
2020-08-31
Rollup merge of #76052 - aszenz:GH-66816_removes_disable_attribute_before_ret...
Aleksey Kladov
-4
/
+8
2020-08-30
Rollup merge of #76022 - GuillaumeGomez:cleanup-rustdoc-front, r=jyn514
Dylan DPC
-8
/
+9
2020-08-29
Use an id instead of a function
Guillaume Gomez
-6
/
+3
2020-08-29
GH-66816: Process before enabling search
asrar
-2
/
+5
2020-08-29
GH-66816: Removes disable before return
asrar
-3
/
+4
2020-08-28
Clean up rustdoc front-end source code
Guillaume Gomez
-8
/
+12
2020-08-27
Auto merge of #75976 - GuillaumeGomez:help-popup, r=jyn514
bors
-4
/
+5
2020-08-27
Delay help popup creation to when it's needed
Guillaume Gomez
-2
/
+3
2020-08-27
Improve helper wording
Guillaume Gomez
-2
/
+2
2020-08-24
Add explanations on the results search element check
Guillaume Gomez
-0
/
+3
2020-08-23
Prevent automatic page change when using history
Guillaume Gomez
-4
/
+11
2020-08-11
Fully handle "?" shortcut
Guillaume Gomez
-3
/
+1
2020-08-11
Rollup merge of #75366 - GuillaumeGomez:help-button, r=jyn514
Dylan DPC
-1
/
+3
2020-08-10
Add help button
Guillaume Gomez
-1
/
+3
2020-08-09
Rename "Important traits" to "Notable traits"
Camelid
-2
/
+2
2020-07-16
Review comments for JS
Manish Goregaokar
-8
/
+2
2020-07-16
Make spotlight show on hover
Manish Goregaokar
-18
/
+3
2020-07-16
Revert "Remove "important traits" feature"
Manish Goregaokar
-0
/
+28
2020-07-15
Rollup merge of #74196 - GuillaumeGomez:auto-collapse-implementors, r=Manishe...
Manish Goregaokar
-3
/
+9
2020-07-09
Add option to collapse automatically implementors
Guillaume Gomez
-3
/
+9
2020-07-02
Simplify DOM by removing IDs for code tags
Guillaume Gomez
-14
/
+7
2020-07-02
Expand sub code blocks block content when hidden when the page hash refers to it
Guillaume Gomez
-0
/
+8
[prev]
[next]