| Age | Commit message (Expand) | Author | Lines |
| 2021-04-13 | Further consolidate search-related vars and funcs | Jacob Hoffman-Andrews | -76/+61 |
| 2021-04-13 | Consolidate search-related vars and functions. | Jacob Hoffman-Andrews | -175/+167 |
| 2021-04-12 | Move search JS into search-index.js | Jacob Hoffman-Andrews | -1521/+1528 |
| 2021-04-12 | +ignore-tidy-filelength | Manish Goregaokar | -1/+2 |
| 2021-04-12 | Move color to themes | Manish Goregaokar | -5/+9 |
| 2021-04-12 | Add css classes | Manish Goregaokar | -10/+10 |
| 2021-04-12 | Improve CSS for "hide contents, not items" | Jacob Hoffman-Andrews | -80/+68 |
| 2021-04-12 | rustdoc: Add setting for hiding large items | Manish Goregaokar | -1/+5 |
| 2021-04-12 | rustdoc: smartly hide associated items of traits if there are too many of them | Manish Goregaokar | -6/+6 |
| 2021-04-12 | rustdoc: hide fields of structs/unions > 5 | Manish Goregaokar | -1/+1 |
| 2021-04-12 | rustdoc: hide variants of enums > 5 | Manish Goregaokar | -7/+10 |
| 2021-04-12 | rustdoc: Stop hiding entire item declarations | Manish Goregaokar | -21/+4 |
| 2021-04-05 | Update Source Serif to release 4.004 | Trevor Spiteri | -15/+15 |
| 2021-04-05 | Rollup merge of #83717 - notriddle:main-js-slice-loop, r=GuillaumeGomez | Dylan DPC | -9/+12 |
| 2021-04-02 | rustdoc: Remove unused `spotlight` CSS | Camelid | -4/+1 |
| 2021-04-02 | Rollup merge of #83721 - GuillaumeGomez:copy-use, r=Nemo157 | Yuki Okushi | -13/+55 |
| 2021-04-01 | rustdoc: Separate filter-empty-string out into its own function | Michael Howell | -2/+11 |
| 2021-03-31 | Add a button to copy the "use statement" | Guillaume Gomez | -13/+55 |
| 2021-03-31 | rustdoc: use Array.prototype.filter instead of open-coding it | Michael Howell | -8/+2 |
| 2021-03-29 | Wrap non-pre code blocks | Ivan Tham | -1/+3 |
| 2021-03-24 | Rollup merge of #83405 - r00ster91:deprecated_emoji, r=GuillaumeGomez | Dylan DPC | -4/+13 |
| 2021-03-24 | Rollup merge of #83393 - GuillaumeGomez:codeblock-tooltip-position, r=Nemo157 | Dylan DPC | -1/+1 |
| 2021-03-23 | Slight visual improvements to warning boxes in the docs | r00ster91 | -4/+13 |
| 2021-03-23 | Rollup merge of #82732 - GuillaumeGomez:remove-theme-file, r=Nemo157 | Yuki Okushi | -17/+78 |
| 2021-03-23 | Rollup merge of #80705 - tspiteri:italic-and-update-SourceCodePro, r=Guillaum... | Yuki Okushi | -3/+11 |
| 2021-03-22 | Fix codeblock tooltip position | Guillaume Gomez | -1/+1 |
| 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 |