| Age | Commit message (Expand) | Author | Lines |
| 2022-03-30 | Only show associated consts from inherent impls in sidebar | Jules Bertholet | -0/+1 |
| 2022-03-29 | Auto merge of #95096 - GuillaumeGomez:rm-header-fn-field, r=camelid | bors | -14/+15 |
| 2022-03-29 | Remove header field from clean::Function | Guillaume Gomez | -14/+15 |
| 2022-03-28 | Auto merge of #95024 - koehlma:rustdoc-private-items, r=GuillaumeGomez,cameli... | bors | -3/+12 |
| 2022-03-27 | Add scrape examples help page | Will Crichton | -12/+86 |
| 2022-03-27 | Improve styling on scrape examples help button | Will Crichton | -12/+11 |
| 2022-03-27 | Fix markdown issue, remove hard-coded rust-lang.org url | Will Crichton | -1/+3 |
| 2022-03-27 | Improve alignment of additional scraped examples, add scrape examples help page | Will Crichton | -40/+106 |
| 2022-03-27 | Only highlight identifier in scraped examples, not arguments | Will Crichton | -29/+4 |
| 2022-03-27 | Improve Rustdoc UI for scraped examples with multiline arguments, fix | Will Crichton | -15/+54 |
| 2022-03-21 | fix: add a space only in front of 🔒 | Maximilian Köhl | -2/+2 |
| 2022-03-21 | move the 🔒 after the name | Maximilian Köhl | -1/+1 |
| 2022-03-19 | apply rustfmt | Maximilian Köhl | -2/+4 |
| 2022-03-19 | rustdoc: add 🔒 to indicate restricted visibility | Maximilian Köhl | -3/+10 |
| 2022-03-19 | Remove animation on source sidebar | Guillaume Gomez | -7/+0 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -1/+1 |
| 2022-03-14 | Auto merge of #94139 - est31:let_else_rustdoc, r=notriddle | bors | -24/+10 |
| 2022-03-13 | Auto merge of #94320 - GuillaumeGomez:sidebar-display, r=jsha | bors | -3/+3 |
| 2022-03-12 | Auto merge of #94733 - nnethercote:fix-AdtDef-interning, r=fee1-dead | bors | -1/+1 |
| 2022-03-11 | Collapse Blanket Implementations and Auto-trait implementations by default | Guillaume Gomez | -5/+11 |
| 2022-03-11 | Auto merge of #94304 - notriddle:notriddle/buffer-args, r=CraftSpider | bors | -27/+19 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -1/+1 |
| 2022-03-10 | Rollup merge of #93950 - T-O-R-U-S:use-modern-formatting-for-format!-macros, ... | Dylan DPC | -1/+1 |
| 2022-03-10 | Rollup merge of #94740 - GuillaumeGomez:unify-impl-blocks, r=notriddle | Matthias Krüger | -7/+12 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -1/+1 |
| 2022-03-08 | Unify inherent impl blocks by wrapping them into a div | Guillaume Gomez | -7/+12 |
| 2022-03-07 | Auto merge of #94706 - matthiaskrgr:rollup-l5erynr, r=matthiaskrgr | bors | -8/+5 |
| 2022-03-07 | Remove unneeded whitespace generation and use CSS instead instead to align li... | Guillaume Gomez | -8/+5 |
| 2022-03-07 | Clarify `Layout` interning. | Nicholas Nethercote | -5/+5 |
| 2022-03-06 | Rollup merge of #93412 - fee1-dead:improve-rustdoc-const-bounds, r=GuillaumeG... | Matthias Krüger | -72/+85 |
| 2022-03-05 | Rollup merge of #94642 - GuillaumeGomez:source-code-scroll, r=Urgau | Ralf Jung | -9/+7 |
| 2022-03-05 | Scroll when the anchor change and is linking outside of the displayed content | Guillaume Gomez | -9/+7 |
| 2022-03-04 | librustdoc: adopt let else in more places | est31 | -24/+10 |
| 2022-03-04 | Auto merge of #94588 - Dylan-DPC:rollup-7pxd0i3, r=Dylan-DPC | bors | -1/+1 |
| 2022-03-04 | Rollup merge of #93418 - ojeda:no-shortcut, r=camelid | Dylan DPC | -1/+1 |
| 2022-03-03 | make generic projection types print correctly | Michael Goulet | -5/+11 |
| 2022-02-27 | make GATs print properly in traits | Michael Goulet | -18/+39 |
| 2022-02-27 | move method out of nesting | Michael Goulet | -89/+90 |
| 2022-02-27 | Rollup merge of #94417 - GuillaumeGomez:fix-duplicated-impl-links, r=notriddle | Matthias Krüger | -7/+10 |
| 2022-02-27 | Correctly generate links in the sidebar for impls | Guillaume Gomez | -7/+10 |
| 2022-02-24 | Fix bad handling of the source code viewer sidebar style to prevent the appea... | Guillaume Gomez | -3/+3 |
| 2022-02-23 | rustdoc: write directly to buffer in `inner_full_print` | Michael Howell | -27/+19 |
| 2022-02-22 | Prevent generation of infinite redirections | Guillaume Gomez | -26/+34 |
| 2022-02-22 | Address review comments | Deadbeef | -10/+10 |
| 2022-02-22 | Bless rustdoc test | Deadbeef | -84/+82 |
| 2022-02-22 | Do not display hidden `~const Drop` bounds | Deadbeef | -5/+19 |
| 2022-02-22 | Do not display ~const in rustdoc | Deadbeef | -1/+2 |
| 2022-02-20 | Rollup merge of #94002 - GuillaumeGomez:duplicated-sidebar-macro, r=notriddle | Matthias Krüger | -6/+11 |
| 2022-02-17 | Rollup merge of #94011 - est31:let_else, r=lcnr | Matthias Krüger | -6/+2 |
| 2022-02-17 | Rollup merge of #93780 - GuillaumeGomez:links-in-sidebar, r=jsha | Matthias Krüger | -127/+109 |