| Age | Commit message (Expand) | Author | Lines |
| 2021-06-16 | Use render_impl_summary when rendering traits. | Jacob Hoffman-Andrews | -43/+29 |
| 2021-06-16 | Remove methods under Implementors on trait pages | Jacob Hoffman-Andrews | -17/+21 |
| 2021-06-17 | Rollup merge of #86361 - GuillaumeGomez:missing-backslashes, r=jsha | Yuki Okushi | -4/+4 |
| 2021-06-16 | Open trait implementations' toggles by default. | Jacob Hoffman-Andrews | -7/+2 |
| 2021-06-16 | Add missing backslashes to prevent unwanted backlines in rustdoc HTML | Guillaume Gomez | -4/+4 |
| 2021-06-15 | remove code for recursive Deref in sidebar | Trinity Pointard | -29/+2 |
| 2021-06-15 | fix rustdoc stack overflow on mutually recursive Deref | Trinity Pointard | -3/+17 |
| 2021-06-15 | Rollup merge of #86277 - jsha:remove-must-use, r=Manishearth | Yuki Okushi | -8/+2 |
| 2021-06-15 | Auto merge of #84867 - pnkfelix:rustdoc-revert-deref-recur, r=jyn514 | bors | -27/+8 |
| 2021-06-13 | Remove must_use from ALLOWED_ATTRIBUTES | Jacob Hoffman-Andrews | -8/+2 |
| 2021-06-10 | manually crafted revert of PR #80653, to address issue #82465. | Felix S. Klock II | -27/+8 |
| 2021-06-07 | Refactor: Extract render_summary from render_impl. | Jacob Hoffman-Andrews | -78/+86 |
| 2021-06-05 | Fix invalid ID value in all.html file | Guillaume Gomez | -2/+8 |
| 2021-06-05 | Rollup merge of #85503 - liigo:tooltips, r=GuillaumeGomez | Guillaume Gomez | -1/+1 |
| 2021-06-03 | Auto merge of #84834 - GuillaumeGomez:sidebar-unification, r=jsha | bors | -40/+39 |
| 2021-06-02 | Remove data-level selectors from CSS. | Jacob Hoffman-Andrews | -11/+7 |
| 2021-06-01 | Don't generate impl-items div container if there is none | Guillaume Gomez | -4/+6 |
| 2021-06-01 | Remove invalid usage of aria-level | Guillaume Gomez | -7/+7 |
| 2021-06-01 | Replace h3 and h4 containing invalid DOM | Guillaume Gomez | -14/+32 |
| 2021-06-01 | Replace empty href with "#" | Guillaume Gomez | -1/+1 |
| 2021-06-01 | Rollup merge of #85622 - jsha:untoggle-undocumented, r=GuillaumeGomez | Guillaume Gomez | -10/+4 |
| 2021-05-31 | Add title for copy to clipboard button in rustdoc | Ivan Tham | -1/+2 |
| 2021-05-31 | Improve display of the separation between page items and siblings in the sidebar | Guillaume Gomez | -1/+1 |
| 2021-05-31 | Only list crates on the crate page | Guillaume Gomez | -1/+8 |
| 2021-05-31 | Remove unneeded file to load sidebar items at crate level | Guillaume Gomez | -1/+0 |
| 2021-05-31 | * Put crates list at all levels | Guillaume Gomez | -38/+31 |
| 2021-05-30 | Remove toggle for "undocumented items." | Jacob Hoffman-Andrews | -10/+4 |
| 2021-05-28 | Remove `--print unversioned-files` from rustdoc | Boris-Chengbiao Zhou | -2/+1 |
| 2021-05-27 | Rollup merge of #85722 - GuillaumeGomez:trait-toggle, r=jsha | Guillaume Gomez | -4/+13 |
| 2021-05-26 | * Fix bug where some <details> tags were not closed. | Guillaume Gomez | -4/+13 |
| 2021-05-26 | Rollup merge of #84048 - konan8205:master, r=jsha | Yuki Okushi | -0/+2 |
| 2021-05-24 | Remove doubled braces in non_exhaustive structs’ documentation text. | Kevin Reid | -1/+1 |
| 2021-05-23 | Don't hide inherent implementations by default | Guillaume Gomez | -5/+14 |
| 2021-05-22 | Fix auto-hide for implementations and implementors. | Jacob Hoffman-Andrews | -1/+1 |
| 2021-05-20 | rustdoc: add tooltips to some buttons | Liigo Zhuang | -1/+1 |
| 2021-05-18 | Add method-toggle to <details> for methods. | Jacob Hoffman-Andrews | -3/+6 |
| 2021-05-18 | Rollup merge of #85280 - jsha:move-trait-toggles, r=GuillaumeGomez | Guillaume Gomez | -2/+7 |
| 2021-05-16 | Auto merge of #85304 - Stupremee:crates-in-sidebar-in-root, r=Nemo157 | bors | -3/+10 |
| 2021-05-15 | Call `initSidebarItems` in root module of crate | Justus K | -3/+10 |
| 2021-05-15 | Minimize amount of fake `DefId`s used in rustdoc | Justus K | -11/+9 |
| 2021-05-15 | rustdoc: update static files | Shinwoo Park | -0/+2 |
| 2021-05-13 | Toggle-wrap items differently than top-doc. | Jacob Hoffman-Andrews | -2/+7 |
| 2021-05-13 | Rollup merge of #85175 - GuillaumeGomez:rustdoc-cleanup, r=jsha | Guillaume Gomez | -15/+8 |
| 2021-05-12 | Rollup merge of #85141 - GuillaumeGomez:maybe_collapsed_doc_value-doc, r=jsha | Guillaume Gomez | -2/+2 |
| 2021-05-12 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -2/+2 |
| 2021-05-12 | Remove "loading content" which is now unnecessary | Guillaume Gomez | -15/+8 |
| 2021-05-11 | Disable layout docs for type aliases for now | Camelid | -2/+0 |
| 2021-05-11 | Add note to docs when layout cannot be computed | Camelid | -7/+26 |
| 2021-05-11 | Apply suggestions from code review | Camelid | -3/+4 |
| 2021-05-11 | Add `tcx` local variable | Camelid | -3/+4 |