| Age | Commit message (Expand) | Author | Lines |
| 2022-05-10 | Introduce EarlyBinder | Jack Huey | -2/+2 |
| 2022-05-07 | Track if a where bound comes from a impl Trait desugar | flip1995 | -1/+2 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -6/+4 |
| 2022-04-30 | Store all generic bounds as where predicates. | Camille GILLOT | -42/+77 |
| 2022-04-30 | Inline WhereClause into Generics. | Camille GILLOT | -1/+1 |
| 2022-04-27 | tut tut tut | Ellen | -1/+1 |
| 2022-04-17 | Stop using CRATE_DEF_INDEX. | Camille GILLOT | -3/+3 |
| 2022-04-16 | Rename `def_id` into `item_id` when the type is `ItemId` for readability | Guillaume Gomez | -1/+1 |
| 2022-04-12 | rustdoc: discr. required+provided assoc consts+tys | León Orell Valerian Liehr | -34/+51 |
| 2022-04-11 | Add a note for unsatisfied `~const Drop` bounds | Deadbeef | -11/+1 |
| 2022-04-05 | rustdoc changes for ~const Drop | Pietro Albini | -10/+2 |
| 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 |