| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-07-05 | rustdoc: Store DefId's in ItemId on heap for decreasing Item's size | Justus K | -17/+19 |
| 2021-07-05 | rustdoc: Rename `expect_real` to `expect_def_id`, remove `Item::is_fake` | Justus K | -13/+13 |
| 2021-06-28 | Move stab_tags to symbol in tables | Stefan Schindler | -3/+4 |
| 2021-06-24 | Migrate from custom elements to divs with classes to be compatible with safari | Stefan Schindler | -12/+17 |
| 2021-06-24 | Hide Crate Version on narrow Screens | Stefan Schindler | -3/+3 |
| 2021-06-24 | Implement Desktop and Mobile version with gridlayout | Stefan Schindler | -15/+14 |
| 2021-06-21 | Check for const_unstable before printing `const` | Deadbeef | -18/+27 |
| 2021-06-20 | "(const: unstable)" for stable-but-const-unstable | Deadbeef | -2/+2 |
| 2021-06-19 | Rollup merge of #86370 - matteo-briani:fix-rustdoc-stabilized-versions-layout... | Yuki Okushi | -2/+3 |
| 2021-06-17 | Fix rustdoc stabilized versions layout | Matteo Briani | -2/+3 |
| 2021-06-16 | Restore details for Impls on Foreign Types | Jacob Hoffman-Andrews | -4/+10 |
| 2021-06-16 | Fix target highlighting in rustdoc. | Jacob Hoffman-Andrews | -8/+2 |
| 2021-06-16 | Make portability part of the summary. | Jacob Hoffman-Andrews | -4/+9 |
| 2021-06-16 | Use render_impl_summary when rendering traits. | Jacob Hoffman-Andrews | -19/+12 |
| 2021-06-16 | Add missing backslashes to prevent unwanted backlines in rustdoc HTML | Guillaume Gomez | -4/+4 |
| 2021-06-05 | Rollup merge of #85503 - liigo:tooltips, r=GuillaumeGomez | Guillaume Gomez | -1/+1 |
| 2021-06-03 | Auto merge of #84834 - GuillaumeGomez:sidebar-unification, r=jsha | bors | -1/+1 |
| 2021-06-02 | Remove data-level selectors from CSS. | Jacob Hoffman-Andrews | -1/+1 |