| Age | Commit message (Expand) | Author | Lines |
| 2022-04-14 | clarify doc(cfg) wording | Andy Russell | -30/+19 |
| 2022-04-12 | rustdoc: discr. required+provided assoc consts+tys | León Orell Valerian Liehr | -47/+77 |
| 2022-04-11 | Rollup merge of #95876 - fee1-dead:note-const-drop, r=oli-obk | Matthias Krüger | -11/+1 |
| 2022-04-11 | Add a note for unsatisfied `~const Drop` bounds | Deadbeef | -11/+1 |
| 2022-04-07 | Hide cross-crate doc-hidden assoc items in trait impls | León Orell Valerian Liehr | -4/+17 |
| 2022-04-05 | rustdoc changes for ~const Drop | Pietro Albini | -10/+2 |
| 2022-04-01 | Rollup merge of #95530 - notriddle:notriddle/private-kw-prim, r=jsha | Matthias Krüger | -8/+11 |
| 2022-04-01 | Rollup merge of #95344 - jyn514:better-debug-output, r=camelid | Matthias Krüger | -1/+23 |
| 2022-03-31 | rustdoc: do not show primitives and keywords as private | Michael Howell | -8/+11 |
| 2022-03-30 | Auto merge of #95436 - cjgillot:static-mut, r=oli-obk | bors | -2/+2 |
| 2022-03-30 | fix rustdoc | lcnr | -55/+58 |
| 2022-03-29 | Make `impl Debug for rustdoc::clean::Item` easier to read | Joshua Nelson | -1/+23 |
| 2022-03-29 | Remember mutability in `DefKind::Static`. | Camille GILLOT | -2/+2 |
| 2022-03-29 | Merge ItemKind::TyMethodItem branch with ItemKind::FunctionItem and ItemKind:... | Guillaume Gomez | -16/+16 |
| 2022-03-29 | Remove header field from clean::Function | Guillaume Gomez | -83/+52 |
| 2022-03-21 | Rename `~const Drop` to `~const Destruct` | Deadbeef | -3/+21 |
| 2022-03-17 | Rollup merge of #94960 - codehorseman:master, r=oli-obk | Dylan DPC | -1/+1 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -1/+3 |
| 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 | -19/+8 |
| 2022-03-12 | Remove needless use of `Into` | Noah Lev | -2/+2 |
| 2022-03-12 | Auto merge of #94733 - nnethercote:fix-AdtDef-interning, r=fee1-dead | bors | -2/+2 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -2/+2 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -1/+1 |
| 2022-03-07 | Rollup merge of #94684 - compiler-errors:gat-anon-late-bound, r=notriddle | Matthias Krüger | -35/+27 |
| 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-04 | Use if let instead of manual match | est31 | -5/+5 |
| 2022-03-04 | librustdoc: adopt let else in more places | est31 | -19/+8 |
| 2022-03-04 | Auto merge of #94009 - compiler-errors:gat-rustdoc, r=GuillaumeGomez | bors | -60/+133 |
| 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 | -30/+85 |
| 2022-03-01 | Rollup merge of #93385 - CraftSpider:rustdoc-ty-fixes, r=camelid | Dylan DPC | -42/+40 |
| 2022-02-27 | make GATs print properly in traits | Michael Goulet | -25/+49 |
| 2022-02-25 | Rollup merge of #93845 - compiler-errors:in-band-lifetimes, r=cjgillot | Matthias Krüger | -2/+2 |
| 2022-02-24 | Remove LifetimeDefOrigin | Michael Goulet | -2/+2 |
| 2022-02-25 | Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebank | bors | -4/+2 |
| 2022-02-24 | resolve: Fix incorrect results of `opt_def_kind` query for some built-in macros | Vadim Petrochenkov | -1/+1 |
| 2022-02-24 | Auto merge of #94129 - cjgillot:rmeta-table, r=petrochenkov | bors | -2/+2 |
| 2022-02-23 | rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`. | Eduard-Mihai Burtescu | -4/+2 |
| 2022-02-21 | Auto merge of #94225 - matthiaskrgr:rollup-0728x8n, r=matthiaskrgr | bors | -5/+1 |
| 2022-02-21 | update rustdoc | lcnr | -2/+2 |
| 2022-02-20 | Implement LowerHex on Scalar to clean up their display in rustdoc | Guillaume Gomez | -5/+1 |
| 2022-02-20 | Rollup merge of #94091 - GuillaumeGomez:rustdoc-const-computed-value, r=oli-obk | Matthias Krüger | -1/+5 |
| 2022-02-19 | Stop interning stability. | Camille GILLOT | -2/+2 |
| 2022-02-19 | Don't render Const computed values in hexadecimal for Display | Guillaume Gomez | -1/+5 |
| 2022-02-18 | Auto merge of #94088 - oli-obk:revert, r=jackh726 | bors | -6/+1 |
| 2022-02-17 | Rollup merge of #94011 - est31:let_else, r=lcnr | Matthias Krüger | -3/+1 |
| 2022-02-17 | Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk" | Oli Scherer | -6/+1 |
| 2022-02-16 | Adopt let_else in even more places | est31 | -3/+1 |