| Age | Commit message (Expand) | Author | Lines |
| 2021-10-08 | Add template for print_item | Jacob Hoffman-Andrews | -44/+63 |
| 2021-10-07 | Rollup merge of #89596 - GuillaumeGomez:implicit-doc-cfg, r=jyn514 | Guillaume Gomez | -1/+1 |
| 2021-10-06 | Rollup merge of #89506 - yaymukund:docblock-headings, r=GuillaumeGomez | Manish Goregaokar | -22/+22 |
| 2021-10-05 | Allow adding a set of cfg's to hide from being implicitly doc(cfg)'d | Wim Looman | -1/+1 |
| 2021-10-05 | Make cfg implicitly imply doc(cfg) | Wim Looman | -1/+1 |
| 2021-10-04 | heading_level: u32 -> heading_offset: HeadingOffset | Mukund Lakshman | -22/+22 |
| 2021-10-04 | No need to default offset since we always override it. | Mukund Lakshman | -25/+25 |
| 2021-10-04 | librustdoc: Use correct heading levels. | Mukund Lakshman | -5/+5 |
| 2021-10-03 | Move from grid layout to table based layout because of browser limits that ov... | Stefan Schindler | -11/+8 |
| 2021-09-30 | Remove visible path calculation from allowed deprecation lint | Alik Aslanyan | -4/+1 |
| 2021-09-25 | Rollup merge of #88895 - camelid:cleanup-pt2, r=jyn514 | Manish Goregaokar | -9/+9 |
| 2021-09-21 | rustdoc: Emphasize "completely unstable" | Noah Lev | -1/+1 |
| 2021-09-21 | rustdoc: Note that type layout may differ between compilations | Noah Lev | -1/+1 |
| 2021-09-12 | Rename `is_generic()` to `is_assoc_ty()` | Noah Lev | -2/+2 |
| 2021-09-12 | Remove `Type::ResolvedPath.is_generic` | Noah Lev | -9/+9 |
| 2021-09-10 | Rollup merge of #88776 - dns2utf8:rustdoc_workaround_1000_elements_grid_bug, ... | Manish Goregaokar | -0/+12 |
| 2021-09-10 | Rollup merge of #88742 - GuillaumeGomez:fix-table-in-docblocks, r=nbdd0121 | Manish Goregaokar | -1/+2 |
| 2021-09-10 | Rollup merge of #88639 - Emilgardis:fix-issue-88600, r=GuillaumeGomez | Manish Goregaokar | -24/+27 |
| 2021-09-09 | Workaround blink/chromium grid layout limitation of 1000 rows | Stefan Schindler | -0/+12 |
| 2021-09-08 | Rollup merge of #86263 - fee1-dead:rustdoc-layout-variants, r=camelid | Jack Huey | -11/+46 |
| 2021-09-08 | Wrap <table> elements into <div> to prevent breaking layout and width | Guillaume Gomez | -1/+2 |
| 2021-09-06 | fix ICE on hidden tuple variant fields | Emil Gardström | -24/+27 |
| 2021-09-06 | Correctly handle niche of enum | Deadbeef | -4/+8 |
| 2021-09-01 | Auto merge of #88490 - GuillaumeGomez:associated-types-implementors-display, ... | bors | -9/+19 |
| 2021-09-01 | Clean render_impl arguments | Guillaume Gomez | -10/+15 |
| 2021-08-31 | Apply suggestions | Deadbeef | -3/+2 |
| 2021-08-31 | Report variant size without the discriminant | Deadbeef | -7/+13 |
| 2021-08-31 | Apply suggestions | Deadbeef | -26/+18 |
| 2021-08-31 | Report Layout of enum variants | Deadbeef | -1/+35 |
| 2021-08-30 | Put back display of associated items (types and consts) | Guillaume Gomez | -4/+9 |
| 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 | -7/+5 |
| 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 | Move extra arguments for highlight URL generation into a new ContextInfo stru... | Guillaume Gomez | -2/+0 |
| 2021-08-05 | Add links on source types to go to definition | Guillaume Gomez | -1/+4 |
| 2021-07-29 | Rollup merge of #87451 - GuillaumeGomez:tuple-struct-field-doc, r=jyn514 | Yuki Okushi | -12/+16 |
| 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 | -2/+2 |
| 2021-07-25 | Rustdoc accessibility: use real headers for doc items | bors | -2/+2 |
| 2021-07-25 | Add support for tuple structs' fields documentation | Guillaume Gomez | -9/+9 |
| 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-16 | Copy item path rather than full `use` statement. | moxian | -3/+2 |
| 2021-07-11 | rustdoc: show count of item contents when hidden | Weihang Lo | -12/+34 |
| 2021-07-07 | Fix inconsistency on visibility display for typedefs | Guillaume Gomez | -2/+11 |
| 2021-07-05 | Revert "rustdoc: Store DefId's in ItemId on heap for decreasing Item's size" | Justus K | -19/+17 |