| Age | Commit message (Expand) | Author | Lines |
| 2022-03-29 | Remove header field from clean::Function | Guillaume Gomez | -74/+7 |
| 2022-03-21 | Rename `~const Drop` to `~const Destruct` | Deadbeef | -3/+21 |
| 2022-03-14 | Auto merge of #94139 - est31:let_else_rustdoc, r=notriddle | bors | -7/+4 |
| 2022-03-12 | Auto merge of #94733 - nnethercote:fix-AdtDef-interning, r=fee1-dead | bors | -1/+1 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -1/+1 |
| 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 | -15/+2 |
| 2022-03-06 | Fix rustdoc for GATs with with anonymous bound regions | Michael Goulet | -15/+2 |
| 2022-03-07 | remove unnecessary `..` patterns | Takayuki Maeda | -1/+1 |
| 2022-03-04 | librustdoc: adopt let else in more places | est31 | -7/+4 |
| 2022-03-04 | Auto merge of #94009 - compiler-errors:gat-rustdoc, r=GuillaumeGomez | bors | -44/+117 |
| 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 | -16/+71 |
| 2022-03-01 | Rollup merge of #93385 - CraftSpider:rustdoc-ty-fixes, r=camelid | Dylan DPC | -19/+34 |
| 2022-02-27 | make GATs print properly in traits | Michael Goulet | -23/+47 |
| 2022-02-24 | Remove LifetimeDefOrigin | Michael Goulet | -2/+2 |
| 2022-02-24 | resolve: Fix incorrect results of `opt_def_kind` query for some built-in macros | Vadim Petrochenkov | -1/+1 |
| 2022-02-21 | update rustdoc | lcnr | -1/+1 |
| 2022-02-17 | Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk" | Oli Scherer | -6/+1 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -1/+1 |
| 2022-02-15 | Overhaul `RegionKind` and `Region`. | Nicholas Nethercote | -4/+4 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -1/+1 |
| 2022-02-12 | Filter out anonymous generics in rustdoc. | Camille GILLOT | -1/+6 |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -1/+0 |
| 2022-02-09 | Rollup merge of #93746 - cjgillot:nodefii, r=nikomatsakis | Yuki Okushi | -1/+2 |
| 2022-02-07 | Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis | bors | -0/+1 |
| 2022-02-03 | rustdoc: clippy::complexity fixes | Matthias Krüger | -3/+1 |
| 2022-02-03 | Remove defaultness from ImplItem. | Camille GILLOT | -1/+2 |
| 2022-02-02 | Rollup merge of #93542 - GuillaumeGomez:lifetime-elision, r=oli-obk | Matthias Krüger | -3/+13 |
| 2022-02-02 | Lazily resolve type-alias-impl-trait defining uses | Oli Scherer | -0/+1 |
| 2022-02-01 | Fix lifetime elision in type aliases | Guillaume Gomez | -3/+13 |
| 2022-01-30 | Rollup merge of #92908 - dtolnay:rustdoc, r=GuillaumeGomez | Eric Huss | -0/+1 |
| 2022-01-28 | Same code for ty and hir impl items | Rune Tynan | -16/+16 |
| 2022-01-28 | Set visibility to inherited in trait impls to match HIR | Rune Tynan | -1/+10 |
| 2022-01-26 | Convert empty tuple to DefaultReturn in ty path | Rune Tynan | -1/+8 |
| 2022-01-26 | Don't use is_local to determine function cleaning method call intent | Rune Tynan | -5/+4 |
| 2022-01-19 | Store a `Symbol` instead of an `Ident` in `AssocItem` | Aaron Hill | -5/+4 |
| 2022-01-18 | Move render_macro_matcher to own module | David Tolnay | -0/+1 |
| 2022-01-17 | Add term to ExistentialProjection | kadmin | -1/+1 |
| 2022-01-17 | Update term for use in more places | kadmin | -17/+43 |
| 2022-01-17 | Use Term in ProjectionPredicate | kadmin | -8/+10 |
| 2022-01-17 | add eq constraints on associated constants | kadmin | -1/+2 |
| 2022-01-15 | Return a LocalDefId in get_parent_item. | Camille GILLOT | -1/+1 |
| 2022-01-11 | Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef` | Aaron Hill | -2/+2 |
| 2022-01-04 | Rollup merge of #91907 - lcnr:const-arg-infer, r=BoxyUwU | Matthias Krüger | -11/+17 |
| 2021-12-28 | remove in_band_lifetimes from librustdoc | Michael Goulet | -6/+6 |
| 2021-12-23 | Do not display `~const Drop` in rustdoc | Deadbeef | -20/+35 |
| 2021-12-23 | fix rustdoc | lcnr | -11/+17 |
| 2021-12-11 | rustdoc: Pretty-print assoc const defaults on-demand | Noah Lev | -3/+6 |
| 2021-12-03 | Remove a Clean impl for a tuple (9) | Noah Lev | -43/+48 |