| Age | Commit message (Expand) | Author | Lines |
| 2021-08-19 | Rollup merge of #88093 - Kobzol:rustdoc-wrap-code-in-code-tag, r=GuillaumeGomez | Guillaume Gomez | -261/+289 |
| 2021-08-19 | [rustdoc] Wrap code blocks in <code> tag | Jakub Beránek | -261/+289 |
| 2021-08-16 | Rollup merge of #87178 - moxian:rd-use, r=jyn514 | Mara Bos | -3/+2 |
| 2021-08-05 | Remove LightSpan and use Span directly | Guillaume Gomez | -57/+12 |
| 2021-08-05 | Remove warnings/errors from compiler when using typeck_body in rustdoc span m... | Guillaume Gomez | -5/+5 |
| 2021-08-05 | * Rename LightSpan::empty into LightSpan::dummy | Guillaume Gomez | -1/+1 |
| 2021-08-05 | Add missing root_path when generating links using href | Guillaume Gomez | -0/+1 |
| 2021-08-05 | Add documentation and FIXME | Guillaume Gomez | -4/+7 |
| 2021-08-05 | formatting | Guillaume Gomez | -14/+7 |
| 2021-08-05 | Use rustdoc Span in LinkFromSrc directly | Guillaume Gomez | -4/+4 |
| 2021-08-05 | Move extra arguments for highlight URL generation into a new ContextInfo stru... | Guillaume Gomez | -2/+0 |
| 2021-08-05 | Wrap the span_map tuple index into a type called "LightSpan" | Guillaume Gomez | -17/+58 |
| 2021-08-05 | Improve code readability | Guillaume Gomez | -2/+4 |
| 2021-08-05 | * Rename 'move_span' into 'local_span_to_global_span' | Guillaume Gomez | -0/+17 |
| 2021-08-05 | Generate links for modules as well | Guillaume Gomez | -5/+24 |
| 2021-08-05 | Generate links for methods as well | Guillaume Gomez | -16/+36 |
| 2021-08-05 | Add an option for the source code link generation | Guillaume Gomez | -3/+12 |
| 2021-08-05 | Add links on source types to go to definition | Guillaume Gomez | -26/+159 |
| 2021-08-04 | Rollup merge of #87720 - matthiaskrgr:clippy_into, r=jyn514 | Yuki Okushi | -1/+1 |
| 2021-08-03 | Simplify usage of CSS background-image | Guillaume Gomez | -6/+41 |
| 2021-08-03 | Rustdoc accessibility: use an icon for the [-]/[+] controls | Michael Howell | -2/+5 |
| 2021-08-03 | don't use .into() to convert types to identical types (clippy::useless_conver... | Matthias Krüger | -1/+1 |
| 2021-07-29 | Rollup merge of #87451 - GuillaumeGomez:tuple-struct-field-doc, r=jyn514 | Yuki Okushi | -12/+19 |
| 2021-07-26 | Rollup merge of #87464 - camelid:rm-union-structhead, r=jyn514 | Guillaume Gomez | -4/+2 |
| 2021-07-26 | Add support for tuple struct fields documentation in enums as well | Guillaume Gomez | -3/+7 |
| 2021-07-25 | Remove unnecessary `structhead` parameter from `render_union` | Noah Lev | -4/+2 |
| 2021-07-25 | Auto merge of #87390 - notriddle:notriddle/rustdoc-headers-patch, r=Guillaume... | bors | -13/+13 |
| 2021-07-25 | Rustdoc accessibility: use real headers for doc items | bors | -13/+13 |
| 2021-07-25 | Add support for tuple structs' fields documentation | Guillaume Gomez | -9/+12 |
| 2021-07-22 | Don't hide fields of enum struct variants | Noah Lev | -4/+1 |
| 2021-07-21 | Rollup merge of #87024 - weihanglo:issue-85494, r=Manishearth | Eric Huss | -12/+34 |
| 2021-07-17 | Rustdoc accessibility: make the sidebar headers actual headers | Michael Howell | -29/+29 |
| 2021-07-16 | Auto merge of #86662 - mockersf:fix-86620-link-unknown-location, r=jyn514 | bors | -8/+11 |
| 2021-07-16 | Copy item path rather than full `use` statement. | moxian | -3/+2 |
| 2021-07-12 | Auto merge of #86841 - GuillaumeGomez:reexported-macro-2-render, r=Stupremee | bors | -2/+11 |
| 2021-07-11 | rustdoc: show count of item contents when hidden | Weihang Lo | -12/+34 |
| 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-07 | Fix inconsistency on visibility display for typedefs | Guillaume Gomez | -2/+11 |
| 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 | -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 |