| Age | Commit message (Expand) | Author | Lines |
| 2021-07-27 | Auto merge of #83484 - JulianKnodt:infer, r=oli-obk,lcnr | bors | -0/+1 |
| 2021-07-26 | Pass correct line number for indented code blocks. | Abdalrhman Mohamed | -1/+29 |
| 2021-07-26 | Rollup merge of #87474 - GuillaumeGomez:missing-whitespace-after-attr, r=notr... | Guillaume Gomez | -1/+1 |
| 2021-07-26 | Rollup merge of #87464 - camelid:rm-union-structhead, r=jyn514 | Guillaume Gomez | -4/+2 |
| 2021-07-26 | Rollup merge of #87444 - camelid:flatten-nested-format, r=jyn514 | Guillaume Gomez | -2/+2 |
| 2021-07-26 | Add missing whitespace after attribute in HTML template | Guillaume Gomez | -1/+1 |
| 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 | -22/+30 |
| 2021-07-25 | Rustdoc accessibility: use real headers for doc items | bors | -22/+30 |
| 2021-07-25 | Add support for tuple structs' fields documentation | Guillaume Gomez | -9/+12 |
| 2021-07-25 | don't slice slices (clippy::redundant_slicing) | Matthias Krüger | -2/+2 |
| 2021-07-25 | Add generic arg infer | kadmin | -0/+1 |
| 2021-07-25 | Auto merge of #87331 - camelid:summary-escaping, r=GuillaumeGomez | bors | -4/+13 |
| 2021-07-24 | Flatten nested `format!` calls | Noah Lev | -2/+2 |
| 2021-07-24 | Escape item search summaries | Noah Lev | -4/+13 |
| 2021-07-23 | Rollup merge of #87376 - Thomasdezeeuw:rustdoc-large-logo, r=GuillaumeGomez | Yuki Okushi | -0/+1 |
| 2021-07-22 | Don't hide fields of enum struct variants | Noah Lev | -5/+2 |
| 2021-07-22 | Change rustdoc logo to use the full container size | Thomas de Zeeuw | -0/+1 |
| 2021-07-22 | Rollup merge of #87288 - ijackson:rustdoc-theme, r=GuillaumeGomez | Guillaume Gomez | -0/+2 |
| 2021-07-22 | Rollup merge of #87270 - GuillaumeGomez:item-summary-table, r=notriddle | Guillaume Gomez | -4/+11 |
| 2021-07-21 | Don't render <table> in items' summary | Guillaume Gomez | -4/+11 |
| 2021-07-21 | rustdoc: Restore --default-theme, etc, by restoring varname escaping | Ian Jackson | -0/+2 |
| 2021-07-21 | Rollup merge of #87024 - weihanglo:issue-85494, r=Manishearth | Eric Huss | -12/+34 |
| 2021-07-21 | Rollup merge of #87230 - GuillaumeGomez:docblock-table-overflow, r=notriddle | Guillaume Gomez | -4/+5 |
| 2021-07-19 | Rollup merge of #87251 - GuillaumeGomez:item-info-width, r=notriddle | Guillaume Gomez | -0/+3 |
| 2021-07-18 | Fix item info display | Guillaume Gomez | -0/+3 |
| 2021-07-18 | Fix <table> overflow in doc blocks | Guillaume Gomez | -4/+5 |
| 2021-07-17 | Remove redundant CSS | Michael Howell | -1/+0 |
| 2021-07-17 | Rustdoc accessibility: make the sidebar headers actual headers | Michael Howell | -29/+34 |
| 2021-07-16 | Rollup merge of #87180 - notriddle:notriddle/sidebar-keyboard-mobile, r=Guill... | Guillaume Gomez | -1/+2 |
| 2021-07-16 | feat(rustdoc): open sidebar menu when links inside it are focused | Michael Howell | -1/+2 |
| 2021-07-16 | Auto merge of #87182 - GuillaumeGomez:rollup-whwohua, r=GuillaumeGomez | bors | -4/+9 |
| 2021-07-16 | Rollup merge of #87167 - GuillaumeGomez:sidebar-display-mobile, r=notriddle | Guillaume Gomez | -4/+6 |
| 2021-07-16 | Rollup merge of #87162 - GuillaumeGomez:type-decl-overflow, r=notriddle | Guillaume Gomez | -0/+3 |
| 2021-07-16 | Auto merge of #86662 - mockersf:fix-86620-link-unknown-location, r=jyn514 | bors | -30/+48 |
| 2021-07-16 | Copy item path rather than full `use` statement. | moxian | -4/+3 |
| 2021-07-15 | Do not hide the sidebar on mobile, move it outside of the viewport instead | Guillaume Gomez | -4/+6 |
| 2021-07-15 | Fix layout overflow in type declaration | Guillaume Gomez | -0/+3 |
| 2021-07-15 | Fix misuse of rev attribute on <a> tag | Guillaume Gomez | -2/+1 |
| 2021-07-14 | Rollup merge of #87125 - GuillaumeGomez:ayu-code-color, r=notriddle | Guillaume Gomez | -1/+1 |
| 2021-07-14 | Rollup merge of #87056 - GuillaumeGomez:fix-codeblocks-overflow, r=notriddle | Guillaume Gomez | -19/+34 |
| 2021-07-14 | Fix color for <code> which are not in doc blocks | Guillaume Gomez | -1/+1 |
| 2021-07-14 | Fix display for non-rust code blocks | Guillaume Gomez | -19/+34 |
| 2021-07-13 | Fix color for keyword/primitive search result | Guillaume Gomez | -3/+3 |
| 2021-07-13 | Fix search result description text color for ayu theme | Guillaume Gomez | -1/+1 |
| 2021-07-13 | Rollup merge of #87035 - GuillaumeGomez:fix-implementors-display, r=notriddle | Yuki Okushi | -4/+14 |
| 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 |