| Age | Commit message (Expand) | Author | Lines |
| 2021-09-01 | Auto merge of #88490 - GuillaumeGomez:associated-types-implementors-display, ... | bors | -29/+62 |
| 2021-09-01 | Remove implementors setting | Guillaume Gomez | -1/+0 |
| 2021-09-01 | Clean render_impl arguments | Guillaume Gomez | -36/+52 |
| 2021-08-31 | Remove bolding on associated constants | Noah Lev | -1/+1 |
| 2021-08-30 | Put back "auto-collapse-implementors" setting | Guillaume Gomez | -0/+1 |
| 2021-08-30 | Put back display of associated items (types and consts) | Guillaume Gomez | -7/+24 |
| 2021-08-22 | Move Cache from Context to SharedContext | Joshua Nelson | -18/+17 |
| 2021-08-05 | Remove LightSpan and use Span directly | Guillaume Gomez | -1/+1 |
| 2021-08-05 | Wrap the span_map tuple index into a type called "LightSpan" | Guillaume Gomez | -1/+1 |
| 2021-08-05 | Add links on source types to go to definition | Guillaume Gomez | -0/+2 |
| 2021-07-29 | Rollup merge of #87451 - GuillaumeGomez:tuple-struct-field-doc, r=jyn514 | Yuki Okushi | -0/+3 |
| 2021-07-25 | Rustdoc accessibility: use real headers for doc items | bors | -11/+11 |
| 2021-07-25 | Add support for tuple structs' fields documentation | Guillaume Gomez | -0/+3 |
| 2021-07-17 | Rustdoc accessibility: make the sidebar headers actual headers | Michael Howell | -27/+27 |
| 2021-07-16 | Auto merge of #86662 - mockersf:fix-86620-link-unknown-location, r=jyn514 | bors | -8/+11 |
| 2021-07-11 | comment about link without a href | François Mockers | -0/+1 |
| 2021-07-08 | Fix display of small-section-header elements | Guillaume Gomez | -1/+1 |
| 2021-07-06 | only remove link for TyMethod | François Mockers | -4/+4 |
| 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 | -14/+7 |
| 2021-07-05 | rustdoc: Store DefId's in ItemId on heap for decreasing Item's size | Justus K | -7/+14 |
| 2021-07-05 | rustdoc: Rename `expect_real` to `expect_def_id`, remove `Item::is_fake` | Justus K | -4/+4 |
| 2021-07-05 | rustdoc: Replace `FakeDefId` with new `ItemId` type | Justus K | -2/+2 |
| 2021-07-01 | fix(rustdoc): generics search | Michael Howell | -1/+8 |
| 2021-06-26 | Rollup merge of #86608 - notriddle:notriddle/cleanup-rustdoc, r=jyn514 | Yuki Okushi | -24/+0 |
| 2021-06-24 | chore(rustdoc): remove unused members of RenderType | Michael Howell | -24/+0 |
| 2021-06-24 | Migrate from custom elements to divs with classes to be compatible with safari | Stefan Schindler | -1/+1 |
| 2021-06-24 | Hide Crate Version on narrow Screens | Stefan Schindler | -0/+1 |
| 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-21 | Check for const_unstable before printing `const` | Deadbeef | -13/+17 |
| 2021-06-20 | "(const: unstable)" for stable-but-const-unstable | Deadbeef | -7/+29 |
| 2021-06-18 | Auto merge of #86322 - trinity-1686a:rustdoc-fix-overflow-recursive-deref, r=... | bors | -13/+0 |
| 2021-06-16 | Fix target highlighting in rustdoc. | Jacob Hoffman-Andrews | -28/+19 |
| 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 | -5/+12 |
| 2021-06-16 | Use render_impl_summary when rendering traits. | Jacob Hoffman-Andrews | -24/+17 |
| 2021-06-16 | Remove methods under Implementors on trait pages | Jacob Hoffman-Andrews | -17/+21 |
| 2021-06-16 | Open trait implementations' toggles by default. | Jacob Hoffman-Andrews | -7/+2 |
| 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 | -20/+6 |
| 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 | -20/+6 |
| 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 |