| Age | Commit message (Expand) | Author | Lines |
| 2021-05-03 | beta-targetted revert of PR #80653, to address issue #82465. | Felix S. Klock II | -32/+8 |
| 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 #83094 - GuillaumeGomez:crates-js-location, r=Nemo157 | bors | -1/+1 |
| 2021-03-14 | Auto merge of #83028 - GuillaumeGomez:prevent-js-error-if-no-filter, r=Nemo157 | bors | -1/+5 |
| 2021-03-13 | crates.js should use root_path and not static_root_path | Guillaume Gomez | -1/+1 |
| 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 | -42/+74 |
| 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 | -42/+74 |
| 2021-03-10 | Rollup merge of #82962 - notriddle:cleanup-index, r=jyn514 | Dylan DPC | -5/+3 |
| 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 | Simplify some of the rendering code in the index | Michael Howell | -5/+1 |
| 2021-03-09 | Treat header as first paragraph for shortened markdown descriptions | Michael Howell | -0/+2 |
| 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-09 | Auto merge of #82356 - camelid:render-cleanup, r=GuillaumeGomez | bors | -57/+74 |
| 2021-03-07 | Rollup merge of #82803 - jyn514:unversioned-files, r=GuillaumeGomez | Yuki Okushi | -15/+25 |
| 2021-03-05 | Undo addition of boxes | Camelid | -8/+7 |
| 2021-03-05 | Don't unnecessarily clone some fields in `Context` | Camelid | -19/+18 |
| 2021-03-05 | Box some fields to reduce `Context` size | Camelid | -5/+5 |
| 2021-03-05 | Don't share `id_map` and `deref_id_map` | Camelid | -21/+20 |
| 2021-03-05 | rustdoc: Add static size assertion for `Context` | Camelid | -0/+4 |
| 2021-03-05 | rustdoc: Make a bunch of fields private | Camelid | -12/+18 |
| 2021-03-05 | rustdoc: Replace `Arc` around `SharedContext` with `Rc` | Camelid | -6/+5 |
| 2021-03-05 | rustdoc: Move most shared fields to `SharedContext` | Camelid | -37/+48 |
| 2021-03-05 | Rollup merge of #82809 - notriddle:microoptimize-main-js, r=GuillaumeGomez | Guillaume Gomez | -3/+3 |
| 2021-03-05 | Rollup merge of #80845 - GuillaumeGomez:item-kind-transition, r=jyn514 | Guillaume Gomez | -3/+3 |
| 2021-03-05 | Add an unstable option to print all unversioned files | Joshua Nelson | -18/+22 |
| 2021-03-05 | Use substrings instead of split to grab enum variant paths | Michael Howell | -3/+3 |