| Age | Commit message (Expand) | Author | Lines |
| 2022-03-10 | Rollup merge of #93950 - T-O-R-U-S:use-modern-formatting-for-format!-macros, ... | Dylan DPC | -23/+22 |
| 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 | -23/+22 |
| 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 | -9/+6 |
| 2022-03-07 | Rollup merge of #94700 - GuillaumeGomez:update-minifier, r=notriddle | Matthias Krüger | -1/+1 |
| 2022-03-07 | Rollup merge of #94696 - GuillaumeGomez:align-line-numbers-right, r=notriddle | Matthias Krüger | -8/+5 |
| 2022-03-07 | Auto merge of #94690 - nnethercote:clarify-Layout-interning, r=fee1-dead | bors | -5/+5 |
| 2022-03-07 | Update minifier version | Guillaume Gomez | -1/+1 |
| 2022-03-07 | Remove unneeded whitespace generation and use CSS instead instead to align li... | Guillaume Gomez | -8/+5 |
| 2022-03-07 | Rollup merge of #94684 - compiler-errors:gat-anon-late-bound, r=notriddle | Matthias Krüger | -35/+27 |
| 2022-03-07 | Rollup merge of #94676 - TaKO8Ki:remove-unnecessary-pattens-for-ignoring-rema... | Matthias Krüger | -1/+1 |
| 2022-03-07 | Clarify `Layout` interning. | Nicholas Nethercote | -5/+5 |
| 2022-03-06 | Fix rustdoc for GATs with with anonymous bound regions | Michael Goulet | -35/+27 |
| 2022-03-07 | remove unnecessary `..` patterns | Takayuki Maeda | -1/+1 |
| 2022-03-06 | Rollup merge of #94617 - pierwill:update-itertools, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2022-03-06 | Rollup merge of #93412 - fee1-dead:improve-rustdoc-const-bounds, r=GuillaumeG... | Matthias Krüger | -72/+85 |
| 2022-03-06 | Auto merge of #93805 - petrochenkov:doclinkself, r=camelid,GuillaumeGomez | bors | -91/+126 |
| 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 | Update `itertools` | pierwill | -1/+1 |
| 2022-03-04 | Use if let instead of manual match | est31 | -5/+5 |
| 2022-03-04 | librustdoc: adopt let else in more places | est31 | -95/+51 |
| 2022-03-04 | rustdoc-json: Include GenericParamDefKind::Type::synthetic in JSON | Martin Nordholts | -1/+2 |
| 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-04 | Auto merge of #94009 - compiler-errors:gat-rustdoc, r=GuillaumeGomez | bors | -175/+283 |
| 2022-03-03 | Associate multiple with a crate too. | Felix S. Klock II | -1/+1 |
| 2022-03-03 | don't forget generics for GATs in impls | Michael Goulet | -8/+2 |
| 2022-03-03 | make generic projection types print correctly | Michael Goulet | -38/+104 |
| 2022-03-02 | Use ? operator in one instance instead of manual match | est31 | -51/+48 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -10/+10 |
| 2022-03-02 | Rollup merge of #94478 - GuillaumeGomez:macro-generated-intra-doc-link, r=not... | Matthias Krüger | -1/+1 |
| 2022-03-01 | Fix panic when intra-doc link comes from a generated doc comment | Guillaume Gomez | -1/+1 |
| 2022-03-01 | Rollup merge of #93385 - CraftSpider:rustdoc-ty-fixes, r=camelid | Dylan DPC | -42/+40 |
| 2022-02-28 | Auto merge of #94427 - cjgillot:inline-fresh-expn, r=oli-obk | bors | -2/+4 |
| 2022-02-27 | make GATs print properly in traits | Michael Goulet | -48/+95 |
| 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 | Only create a single expansion for each inline integration. | Camille GILLOT | -2/+4 |
| 2022-02-27 | Correctly generate links in the sidebar for impls | Guillaume Gomez | -7/+10 |
| 2022-02-25 | Auto merge of #94369 - matthiaskrgr:rollup-qtripm2, r=matthiaskrgr | bors | -2/+16 |
| 2022-02-25 | Rollup merge of #94154 - Urgau:rustdoc-check-cfg, r=GuillaumeGomez | Matthias Krüger | -2/+16 |
| 2022-02-25 | Auto merge of #94290 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -2/+1 |
| 2022-02-25 | Rollup merge of #93845 - compiler-errors:in-band-lifetimes, r=cjgillot | Matthias Krüger | -2/+2 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -2/+1 |
| 2022-02-25 | Rollup merge of #92714 - yanganto:ignore-message, r=Mark-Simulacrum | Matthias Krüger | -0/+2 |
| 2022-02-24 | Remove LifetimeDefOrigin | Michael Goulet | -2/+2 |
| 2022-02-25 | Wire up --check-cfg to rustdoc | Loïc BRANSTETT | -2/+16 |
| 2022-02-25 | Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebank | bors | -20/+20 |