| Age | Commit message (Expand) | Author | Lines |
| 2021-07-06 | review - better error names/doc | François Mockers | -1/+1 |
| 2021-07-06 | fix dead link for method in trait of blanket impl from third party crate | François Mockers | -8/+10 |
| 2021-07-05 | Revert "rustdoc: Store DefId's in ItemId on heap for decreasing Item's size" | Justus K | -33/+24 |
| 2021-07-05 | rustdoc: Store DefId's in ItemId on heap for decreasing Item's size | Justus K | -24/+33 |
| 2021-07-05 | rustdoc: Rename `expect_real` to `expect_def_id`, remove `Item::is_fake` | Justus K | -18/+18 |
| 2021-07-05 | rustdoc: Replace `FakeDefId` with new `ItemId` type | Justus K | -2/+2 |
| 2021-07-01 | fix(rustdoc): generics search | Michael Howell | -1/+26 |
| 2021-06-28 | Move stab_tags to symbol in tables | Stefan Schindler | -3/+4 |
| 2021-06-26 | Auto merge of #84814 - Stupremee:properly-render-hrtbs, r=GuillaumeGomez | bors | -0/+1 |
| 2021-06-26 | Rollup merge of #86608 - notriddle:notriddle/cleanup-rustdoc, r=jyn514 | Yuki Okushi | -49/+5 |
| 2021-06-24 | chore(rustdoc): remove unused members of RenderType | Michael Howell | -49/+5 |
| 2021-06-24 | Migrate from custom elements to divs with classes to be compatible with safari | Stefan Schindler | -13/+18 |
| 2021-06-24 | Hide Crate Version on narrow Screens | Stefan Schindler | -3/+4 |
| 2021-06-24 | Implement Desktop and Mobile version with gridlayout | Stefan Schindler | -15/+14 |
| 2021-06-24 | Rollup merge of #86561 - notriddle:notriddle/cleanup-rustdoc, r=jyn514 | Yuki Okushi | -22/+0 |
| 2021-06-22 | Revert "List trait impls before methods from deref in the sidebar of Rustdoc'... | Jacob Hoffman-Andrews | -8/+8 |
| 2021-06-22 | chore(rustdoc): Remove unused impl block | Michael Howell | -22/+0 |
| 2021-06-22 | Rollup merge of #86451 - notriddle:notriddle/rustdoc-intra-doc-link-summary, ... | Yuki Okushi | -4/+9 |
| 2021-06-22 | Rollup merge of #86402 - tspiteri:source-woff2, r=jsha | Yuki Okushi | -0/+6 |
| 2021-06-22 | Rollup merge of #86473 - fee1-dead:rustdoc-const-unstable, r=jyn514 | Yuki Okushi | -38/+73 |
| 2021-06-21 | Check for const_unstable before printing `const` | Deadbeef | -31/+44 |
| 2021-06-21 | Auto merge of #86157 - jsha:tera, r=jyn514,GuillaumeGomez | bors | -1/+22 |
| 2021-06-20 | Use Tera templates for rustdoc. | Jacob Hoffman-Andrews | -1/+22 |
| 2021-06-20 | "(const: unstable)" for stable-but-const-unstable | Deadbeef | -9/+31 |
| 2021-06-19 | rustdoc: Introduce new `DynTrait` type for better representation of trait obj... | Justus K | -0/+1 |
| 2021-06-19 | Rollup merge of #86370 - matteo-briani:fix-rustdoc-stabilized-versions-layout... | Yuki Okushi | -2/+3 |
| 2021-06-18 | Resolve intra-doc links in summary desc | Michael Howell | -4/+9 |
| 2021-06-18 | Auto merge of #86322 - trinity-1686a:rustdoc-fix-overflow-recursive-deref, r=... | bors | -13/+0 |
| 2021-06-17 | rustdoc: add optional woff2 versions of Source Serif and Source Code | Trevor Spiteri | -0/+6 |
| 2021-06-17 | Fix rustdoc stabilized versions layout | Matteo Briani | -2/+3 |
| 2021-06-16 | Restore details for Impls on Foreign Types | Jacob Hoffman-Andrews | -4/+10 |
| 2021-06-16 | Fix target highlighting in rustdoc. | Jacob Hoffman-Andrews | -36/+21 |
| 2021-06-16 | Move anchor earlier in the DOM for easier layout | Jacob Hoffman-Andrews | -8/+11 |
| 2021-06-16 | Factor out render_rightside | Jacob Hoffman-Andrews | -43/+30 |
| 2021-06-16 | Make portability part of the summary. | Jacob Hoffman-Andrews | -9/+21 |
| 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 |