| Age | Commit message (Expand) | Author | Lines |
| 2021-01-08 | Rollup merge of #80738 - arusahni:master, r=GuillaumeGomez | Yuki Okushi | -0/+1 |
| 2021-01-05 | Remove bottom margin from crate version when the sidebar is collapsed. | Aru Sahni | -0/+1 |
| 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 |
| 2021-01-02 | Auto merge of #80412 - GuillaumeGomez:fix-search-section-pos, r=jyn514 | bors | -1/+4 |
| 2020-12-31 | Use Array.prototype.filter instead of open-coding | Michael Howell | -7/+1 |
| 2020-12-30 | Rollup merge of #80472 - GuillaumeGomez:sans-serif-for-all-items-page, r=Nemo157 | Yuki Okushi | -1/+3 |
| 2020-12-29 | Use sans-serif font for the "all items" page links | Guillaume Gomez | -1/+3 |
| 2020-12-29 | Fix search section position on small devices | Guillaume Gomez | -1/+4 |
| 2020-12-24 | Auto merge of #79742 - GuillaumeGomez:move-tooltips-messages-out-of-html, r=N... | bors | -13/+23 |
| 2020-12-23 | Update HTML DOM attribute "edition" to "data-edition" | Guillaume Gomez | -1/+1 |
| 2020-12-15 | Rollup merge of #79796 - GuillaumeGomez:hide-associated-const-when-collapsing... | Guillaume Gomez | -3/+6 |
| 2020-12-15 | Rollup merge of #79379 - GuillaumeGomez:no-js-not-hidden, r=Nemo157 | Guillaume Gomez | -0/+10 |
| 2020-12-14 | Rollup merge of #79936 - GuillaumeGomez:mobile-fix-item-name, r=Nemo157,jyn514 | Guillaume Gomez | -1/+5 |
| 2020-12-12 | rustdoc light theme: Fix CSS for selected buttons | Camelid | -1/+1 |
| 2020-12-11 | Fix main section position so that the search input remains clickable | Guillaume Gomez | -0/+4 |
| 2020-12-11 | Fix item name display on mobile | Guillaume Gomez | -1/+1 |
| 2020-12-10 | Make search results tab and help button focusable with keyboard | Guillaume Gomez | -19/+22 |
| 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-05 | Move tooltips messages to CSS instead of inside HTML | Guillaume Gomez | -13/+23 |
| 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 | -55/+62 |
| 2020-11-24 | Rename "stability" CSS class to "item-info" | Guillaume Gomez | -23/+24 |
| 2020-11-24 | Show hidden elements by default when JS is disabled | Guillaume Gomez | -0/+10 |
| 2020-11-22 | Prevent feature information to be hidden if it's on the impl directly | Guillaume Gomez | -2/+8 |
| 2020-11-18 | add [src] links to methods on a trait's page | Nixon Enraght-Moony | -5/+5 |
| 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 | Improve settings.js code by using 'onEachLazy' directly instead of looping th... | Guillaume Gomez | -33/+22 |
| 2020-11-12 | Make keyboard interactions in the settings menu more pleasant | Guillaume Gomez | -26/+44 |
| 2020-11-12 | Auto merge of #78976 - GuillaumeGomez:rollup-endkih3, r=GuillaumeGomez | bors | -2/+5 |
| 2020-11-12 | Rollup merge of #78921 - GuillaumeGomez:search-result-title, r=jyn514 | Guillaume Gomez | -2/+5 |
| 2020-11-12 | Auto merge of #78773 - GuillaumeGomez:theme-picker-shortcut, r=jyn514 | bors | -0/+10 |
| 2020-11-10 | Improve the page title switch handling between search and doc | Guillaume Gomez | -2/+5 |
| 2020-11-07 | Fix tab focus on restyled switches | Michael Howell | -2/+3 |
| 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: Provide a way to set the default settings from Rust code | Ian Jackson | -1/+23 |
| 2020-10-28 | rustdoc: js: Use getSettingValue for all rustdoc-* values | Ian Jackson | -24/+25 |
| 2020-10-23 | Always store Rustdoc theme when it's changed | nasso | -5/+6 |
| 2020-10-22 | Rollup merge of #78084 - GuillaumeGomez:improve-mobile-display, r=jyn514,Nemo157 | Yuki Okushi | -0/+35 |
| 2020-10-19 | Add link to rustdoc book in rustdoc help popup | Guillaume Gomez | -5/+33 |
| 2020-10-18 | Greatly improve display for small mobile devices screens | Guillaume Gomez | -0/+35 |
| 2020-10-18 | Rollup merge of #78050 - GuillaumeGomez:small-css-cleanup, r=jyn514 | Yuki Okushi | -5/+1 |
| 2020-10-17 | Small CSS cleanup | Guillaume Gomez | -5/+1 |