| Age | Commit message (Expand) | Author | Lines |
| 2021-03-11 | Auto merge of #82947 - GuillaumeGomez:fix-nojs-style-issues, r=Nemo157 | bors | -1/+11 |
| 2021-03-10 | rustdoc: tweak the search index format | Michael Howell | -19/+20 |
| 2021-03-10 | Rollup merge of #82807 - notriddle:cleanup-js, r=jyn514 | Dylan DPC | -10/+2 |
| 2021-03-10 | Fix "run" button position in error index | Guillaume Gomez | -1/+1 |
| 2021-03-09 | Fix typo | Guillaume Gomez | -1/+1 |
| 2021-03-09 | Fix CSS issues when javascript is disabled | Guillaume Gomez | -0/+10 |
| 2021-03-07 | Update Source Code Pro and include italics | Trevor Spiteri | -3/+11 |
| 2021-03-05 | Use substrings instead of split to grab enum variant paths | Michael Howell | -3/+3 |
| 2021-03-05 | Remove redundant enableSearchInput function | Michael Howell | -10/+2 |
| 2021-03-05 | Use global variables instead of functions for DOM IDs | Guillaume Gomez | -16/+11 |
| 2021-03-05 | Clean up code around theme elements | Guillaume Gomez | -11/+19 |
| 2021-03-05 | Remove theme.js file creation and move its code inside main.js | Guillaume Gomez | -10/+69 |
| 2021-03-04 | Remove unused code from main.js | Michael Howell | -20/+0 |
| 2021-03-04 | Rollup merge of #82315 - jsha:font-display-swap, r=GuillaumeGomez | Yuki Okushi | -3/+11 |
| 2021-03-02 | Use Arial as fallback font instead of sans-serif. | Jacob Hoffman-Andrews | -3/+3 |
| 2021-03-02 | Improve page load performance in rustdoc. | Jacob Hoffman-Andrews | -0/+8 |
| 2021-03-02 | Load rustdoc's JS search index on-demand. | Jacob Hoffman-Andrews | -42/+56 |
| 2021-02-27 | Auto merge of #82511 - jsha:fix-bfcache2, r=GuillaumeGomez | bors | -6/+14 |
| 2021-02-26 | Rollup merge of #82549 - rust-lang:revert-82313-update-normalize-css, r=apiraino | Guillaume Gomez | -1/+1 |
| 2021-02-26 | Rollup merge of #82545 - jsha:woff2, r=GuillaumeGomez | Guillaume Gomez | -2/+6 |
| 2021-02-26 | Revert "Update normalize.css to 8.0.1" | Guillaume Gomez | -1/+1 |
| 2021-02-26 | Add optional woff2 versions of FiraSans. | Jacob Hoffman-Andrews | -2/+6 |
| 2021-02-25 | Rollup merge of #82313 - jsha:update-normalize-css, r=GuillaumeGomez | Dylan DPC | -1/+1 |
| 2021-02-24 | Fix back-forward cache in rustdoc frontend. | Jacob Hoffman-Andrews | -6/+14 |
| 2021-02-23 | Rollup merge of #82234 - GuillaumeGomez:remove-query-param-on-esc, r=Nemo157 | Dylan DPC | -1/+6 |
| 2021-02-19 | Re-minify normalize.css. | Jacob Hoffman-Andrews | -349/+2 |
| 2021-02-19 | Update normalize.css to 8.0.1 | Jacob Hoffman-Andrews | -232/+158 |
| 2021-02-19 | Replace normalize.css 3.0.0 with unminified version. | Jacob Hoffman-Andrews | -2/+423 |
| 2021-02-17 | Remove query parameters when leaving search results | Guillaume Gomez | -1/+6 |
| 2021-02-15 | Fix ES5 errors (IE11) | Guillaume Gomez | -6/+12 |
| 2021-02-10 | Fix getCurrentValue | Ophir LOJKINE | -1/+1 |
| 2021-02-10 | Catch errors on localStorage setting failure | Ophir LOJKINE | -23/+8 |
| 2021-02-02 | Better styling of "Switch result tab" shortcut | Smitty | -2/+2 |
| 2021-02-02 | Rollup merge of #81630 - GuillaumeGomez:overflow-sidebar-title-text, r=pickfire | Jonas Schievink | -0/+8 |
| 2021-02-01 | Fix overflowing text on mobile when sidebar is displayed | Guillaume Gomez | -0/+8 |
| 2021-02-01 | Rollup merge of #81592 - GuillaumeGomez:rustdoc-ui-fixes, r=Nemo157 | Jonas Schievink | -11/+2 |
| 2021-01-31 | Improve resize handling | Guillaume Gomez | -1/+1 |
| 2021-01-31 | Prevent search section to go over search input | Guillaume Gomez | -1/+1 |
| 2021-01-31 | Remove unneeded explicit width from search results | Guillaume Gomez | -9/+0 |
| 2021-01-31 | Rollup merge of #81563 - pickfire:patch-6, r=GuillaumeGomez | Jonas Schievink | -0/+4 |
| 2021-01-31 | Remove extra trailing spaces | Ivan Tham | -1/+1 |
| 2021-01-31 | Fix docblock short code missing end whitespaces | Ivan Tham | -0/+3 |
| 2021-01-31 | Improve docblock readability on small screen | Ivan Tham | -0/+4 |
| 2021-01-31 | Fix ascii art text wrapping in mobile | Ivan Tham | -3/+1 |
| 2021-01-28 | Rollup merge of #81379 - GuillaumeGomez:improve-urls, r=Nemo157 | Yuki Okushi | -7/+17 |
| 2021-01-25 | Improve URL handling when clicking on a menu link while being on the search r... | Guillaume Gomez | -7/+16 |
| 2021-01-25 | Completely remove search query parameter when clearing search input | Guillaume Gomez | -1/+2 |
| 2021-01-25 | Fix some bugs reported by eslint | Guillaume Gomez | -31/+33 |
| 2021-01-19 | Rollup merge of #81161 - GuillaumeGomez:remove-inline-script, r=Nemo157 | Guillaume Gomez | -12/+27 |
| 2021-01-19 | Rollup merge of #80382 - GuillaumeGomez:search-result-tab-picking, r=Nemo157,... | Guillaume Gomez | -0/+15 |