| Age | Commit message (Expand) | Author | Lines |
| 2021-04-28 | rustdoc: change aliases attribute to data-aliases | Michael Howell | -1/+1 |
| 2021-04-27 | Auto merge of #84552 - GuillaumeGomez:open-impl-blocks-by-default, r=jsha | bors | -2/+4 |
| 2021-04-26 | Add open attribute on details which are supposed to be open by default instea... | Guillaume Gomez | -2/+0 |
| 2021-04-25 | Auto merge of #84325 - jsha:ephemeral-collapse, r=GuillaumeGomez | bors | -28/+18 |
| 2021-04-25 | Fix expansion for item pointed to by the URL hash | Guillaume Gomez | -0/+2 |
| 2021-04-25 | Open all impl blocks by default | Guillaume Gomez | -2/+4 |
| 2021-04-24 | Rollup merge of #84320 - jsha:details-implementors, r=Manishearth,Nemo157,Gui... | Yuki Okushi | -20/+7 |
| 2021-04-24 | Rollup merge of #84321 - Swatinem:subvariant-details, r=GuillaumeGomez | Yuki Okushi | -4/+12 |
| 2021-04-23 | improve wording | Arpad Borsos | -1/+1 |
| 2021-04-19 | rustdoc: use details tag for trait implementors | Jacob Hoffman-Andrews | -20/+7 |
| 2021-04-19 | Use onEachLazy to iterate DOMTokenList | Michael Howell | -1/+1 |
| 2021-04-19 | Remove collapse param from collapseNonInherent. | Jacob Hoffman-Andrews | -4/+4 |
| 2021-04-19 | rustdoc: Convert sub-variant toggle to HTML | Arpad Borsos | -4/+12 |
| 2021-04-18 | rustdoc: make expand/collapse all ephemeral | Jacob Hoffman-Andrews | -27/+17 |
| 2021-04-17 | Rollup merge of #84150 - jsha:defer-search-js, r=GuillaumeGomez | Dylan DPC | -1685/+157 |
| 2021-04-13 | Split search.js from search-index.js. | Jacob Hoffman-Andrews | -0/+2 |
| 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 | -138/+128 |
| 2021-04-12 | Move search JS into search-index.js | Jacob Hoffman-Andrews | -1521/+16 |
| 2021-04-12 | +ignore-tidy-filelength | Manish Goregaokar | -1/+2 |
| 2021-04-12 | Improve CSS for "hide contents, not items" | Jacob Hoffman-Andrews | -42/+16 |
| 2021-04-12 | rustdoc: Add setting for hiding large items | Manish Goregaokar | -1/+5 |
| 2021-04-12 | rustdoc: hide variants of enums > 5 | Manish Goregaokar | -0/+4 |
| 2021-04-12 | rustdoc: Stop hiding entire item declarations | Manish Goregaokar | -21/+4 |
| 2021-04-05 | Rollup merge of #83717 - notriddle:main-js-slice-loop, r=GuillaumeGomez | Dylan DPC | -9/+12 |
| 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 | -0/+25 |
| 2021-03-31 | rustdoc: use Array.prototype.filter instead of open-coding it | Michael Howell | -8/+2 |
| 2021-03-23 | Rollup merge of #82732 - GuillaumeGomez:remove-theme-file, r=Nemo157 | Yuki Okushi | -8/+69 |
| 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 #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-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-11 | Prevent JS error when there is no dependency or other crate documented | Guillaume Gomez | -1/+5 |
| 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-05 | Use substrings instead of split to grab enum variant paths | Michael Howell | -3/+3 |