| Age | Commit message (Expand) | Author | Lines |
| 2021-09-14 | Workaround blink/chromium grid layout limitation of 1000 rows | Stefan Schindler | -0/+12 |
| 2021-09-14 | fix ICE on hidden tuple variant fields | Emil Gardström | -24/+27 |
| 2021-09-01 | Auto merge of #88490 - GuillaumeGomez:associated-types-implementors-display, ... | bors | -38/+81 |
| 2021-09-01 | Remove implementors setting | Guillaume Gomez | -1/+0 |
| 2021-09-01 | Clean render_impl arguments | Guillaume Gomez | -46/+67 |
| 2021-09-01 | Rollup merge of #88410 - camelid:fix-assoc-bold, r=GuillaumeGomez | Mara Bos | -1/+1 |
| 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 | -11/+33 |
| 2021-08-29 | Use the correct type for Enum variant tuples | Guillaume Gomez | -17/+24 |
| 2021-08-22 | Move Cache from Context to SharedContext | Joshua Nelson | -49/+38 |
| 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 |