| Age | Commit message (Expand) | Author | Lines |
| 2021-03-19 | Ignore main.js file length | Guillaume Gomez | -0/+1 |
| 2021-03-19 | Only build help popup when it's really needed | Guillaume Gomez | -12/+19 |
| 2021-03-16 | Rollup merge of #83157 - nagisa:nagisa/portability-background, r=GuillaumeGomez | Yuki Okushi | -9/+3 |
| 2021-03-16 | Rollup merge of #83156 - nagisa:nagisa/sans-serif-please, r=GuillaumeGomez | Yuki Okushi | -4/+5 |
| 2021-03-16 | Rollup merge of #83077 - notriddle:gc-cleanup-rustdoc-search, r=GuillaumeGomez | Yuki Okushi | -49/+78 |
| 2021-03-15 | Declare `word` outside the loop, as recommended by eslint | Michael Howell | -3/+3 |
| 2021-03-15 | No background for code in portability snippets | Simonas Kazlauskas | -9/+3 |
| 2021-03-15 | Fall-back to sans-serif if Arial is not available | Simonas Kazlauskas | -4/+5 |
| 2021-03-14 | Make nameWithoutUndescores lowercased | Michael Howell | -14/+15 |
| 2021-03-14 | Use a number for row.id, instead of a string | Michael Howell | -11/+5 |
| 2021-03-14 | Avoid generating new strings for names that have no undescores | Michael Howell | -2/+8 |
| 2021-03-14 | Auto merge of #83028 - GuillaumeGomez:prevent-js-error-if-no-filter, r=Nemo157 | bors | -1/+5 |
| 2021-03-13 | Remove tab character | Michael Howell | -2/+2 |
| 2021-03-13 | Avoid potential collisions with `constructor` and the search query | Michael Howell | -2/+2 |
| 2021-03-13 | Add comments regarding object shapes in buildIndex | Michael Howell | -0/+5 |
| 2021-03-13 | Fix jslint warnings | Michael Howell | -2/+3 |
| 2021-03-13 | Use null instead of undefined here | Michael Howell | -2/+2 |
| 2021-03-13 | Update src/librustdoc/html/static/main.js | Michael Howell | -1/+1 |
| 2021-03-13 | Eagerly generate the underscore-less name to search on | Michael Howell | -2/+4 |
| 2021-03-13 | In checkGenerics and checkType, don't use Array.prototype.splice so much | Michael Howell | -37/+57 |
| 2021-03-12 | Get rid of the garbage produced by getObjectFromId | Michael Howell | -7/+7 |
| 2021-03-12 | Rollup merge of #83003 - notriddle:rustdoc-index-v3, r=GuillaumeGomez | Yuki Okushi | -19/+20 |
| 2021-03-12 | Rollup merge of #82979 - GuillaumeGomez:run-button-pos, r=Nemo157 | Yuki Okushi | -1/+1 |
| 2021-03-11 | Prevent JS error when there is no dependency or other crate documented | Guillaume Gomez | -1/+5 |
| 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-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-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 |