| Age | Commit message (Expand) | Author | Lines |
| 2022-08-31 | Fix uintended diagnostic caused by `drain(..)` | Donough Liu | -12/+13 |
| 2022-08-30 | Remove fn_has_self_parameter table. | Camille GILLOT | -1/+1 |
| 2022-08-30 | Auto merge of #101183 - Dylan-DPC:rollup-6kewixv, r=Dylan-DPC | bors | -48/+9 |
| 2022-08-30 | Rollup merge of #101123 - JohnTitor:rm-register-attr, r=TaKO8Ki | Dylan DPC | -48/+9 |
| 2022-08-30 | Auto merge of #100812 - Nilstrieb:revert-let-chains-nightly, r=Mark-Simulacrum | bors | -0/+1 |
| 2022-08-29 | Revert let_chains stabilization | Nilstrieb | -0/+1 |
| 2022-08-29 | Rollup merge of #99821 - cjgillot:ast-lifetimes-2, r=compiler-errors | Dylan DPC | -374/+80 |
| 2022-08-28 | Auto merge of #100497 - kadiwa4:remove_clone_into_iter, r=cjgillot | bors | -1/+1 |
| 2022-08-28 | Remove `register_attr` feature | Yuki Okushi | -48/+9 |
| 2022-08-27 | rustc_middle: Remove `Visibility::Invisible` | Vadim Petrochenkov | -25/+37 |
| 2022-08-26 | Rollup merge of #100817 - vincenzopalazzo:macros/bool_spelling_sugg, r=davidtwco | Michael Goulet | -5/+22 |
| 2022-08-24 | Rollup merge of #100901 - TaKO8Ki:make-some-methods-private, r=sanxiyn | Matthias Krüger | -1/+1 |
| 2022-08-22 | sugg: suggest the usage of boolean value when there is a typo in the keyword | Vincenzo Palazzo | -5/+22 |
| 2022-08-23 | Mark suggestion as MaybeIncorrect. | Camille GILLOT | -1/+1 |
| 2022-08-23 | Remove FnItemRibKind. | Camille GILLOT | -27/+10 |
| 2022-08-23 | Improve local generic parameter suggestions. | Camille GILLOT | -31/+38 |
| 2022-08-23 | Create specific ConstantHasGenerics for ConstantItemRibKind. | Camille GILLOT | -18/+31 |
| 2022-08-22 | make some methods private | Takayuki Maeda | -1/+1 |
| 2022-08-19 | Rollup merge of #100592 - cjgillot:debug-import-kind, r=TaKO8Ki | Dylan DPC | -1/+39 |
| 2022-08-18 | Rollup merge of #100643 - TaKO8Ki:point-at-type-parameter-shadowing-another-t... | Matthias Krüger | -0/+12 |
| 2022-08-17 | point at a type parameter shadowing another type | Takayuki Maeda | -0/+12 |
| 2022-08-15 | Update compiler/rustc_resolve/src/imports.rs | Camille Gillot | -1/+1 |
| 2022-08-15 | Manually implement Debug for ImportKind. | Camille GILLOT | -1/+39 |
| 2022-08-13 | Rollup merge of #100367 - fmease:fix-100365, r=compiler-errors | Michael Goulet | -16/+37 |
| 2022-08-13 | avoid cloning and then iterating | KaDiWa | -1/+1 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -1/+0 |
| 2022-08-11 | Suggest path separator when a dot is used on a trait | León Orell Valerian Liehr | -16/+37 |
| 2022-08-11 | Rollup merge of #100392 - nnethercote:simplify-visitors, r=cjgillot | Matthias Krüger | -1/+1 |
| 2022-08-11 | Rollup merge of #100351 - compiler-errors:diagnostic-convention, r=fee1-dead | Dylan DPC | -3/+3 |
| 2022-08-11 | Simplify `rustc_ast::visit::Visitor::visit_poly_trait_ref`. | Nicholas Nethercote | -1/+1 |
| 2022-08-10 | Do not consider method call receiver as an argument in AST. | Camille GILLOT | -3/+2 |
| 2022-08-10 | Use &mut Diagnostic instead of &mut DiagnosticBuilder unless needed | Michael Goulet | -3/+3 |
| 2022-08-09 | Rollup merge of #100228 - luqmana:suggestion-ice, r=estebank | Dylan DPC | -6/+9 |
| 2022-08-07 | Use start_point instead of next_point to point to elided lifetime ampersand. | Camille GILLOT | -1/+1 |
| 2022-08-07 | Don't ICE while suggesting updating item path. | Luqman Aden | -6/+9 |
| 2022-08-04 | Add docs to generics_def_id_map | Santiago Pastorino | -1/+4 |
| 2022-08-04 | Implement def_id based remapping | Santiago Pastorino | -0/+5 |
| 2022-08-04 | Auto merge of #99953 - cjgillot:in-path-always, r=petrochenkov | bors | -23/+20 |
| 2022-08-03 | Assert index sanity. | Camille GILLOT | -2/+7 |
| 2022-08-03 | Simplify debugging. | Camille GILLOT | -7/+3 |
| 2022-08-03 | Use DefIdTree instead of open-coding it. | Camille GILLOT | -6/+2 |
| 2022-08-03 | Remove index from Region::EarlyBound. | Camille GILLOT | -199/+24 |
| 2022-08-03 | Compute `object_lifetime_default` per parameter. | Camille GILLOT | -84/+24 |
| 2022-08-03 | Create a specific `ObjectLifetimeDefault` enum. | Camille GILLOT | -73/+39 |
| 2022-08-03 | Make object_lifetime_defaults a cross-crate query. | Camille GILLOT | -41/+19 |
| 2022-07-30 | Always create elided lifetimes, even if inferred. | Camille GILLOT | -23/+20 |
| 2022-07-28 | Remove guess_head_span. | Camille GILLOT | -11/+2 |
| 2022-07-28 | change the type of `note` field to `Option<String>` | Takayuki Maeda | -26/+21 |
| 2022-07-27 | Rollup merge of #99728 - cjgillot:ast-lifetimes-anon-clean, r=petrochenkov | Guillaume Gomez | -647/+160 |
| 2022-07-26 | Pacify tidy. | Camille GILLOT | -1/+0 |