| Age | Commit message (Expand) | Author | Lines |
| 2022-09-21 | code refactoring smart_resolve_report_errors | yukang | -173/+261 |
| 2022-09-20 | Add the `#[derive_const]` attribute | Deadbeef | -1/+1 |
| 2022-09-17 | Rollup merge of #101713 - Bryanskiy:AccessLevels, r=petrochenkov | Matthias Krüger | -6/+6 |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 |
| 2022-09-14 | change AccessLevels representation | Bryanskiy | -6/+6 |
| 2022-09-14 | Auto merge of #101709 - nnethercote:simplify-visitors-more, r=cjgillot | bors | -13/+9 |
| 2022-09-12 | Remove unused argument from `visit_poly_trait_ref`. | Nicholas Nethercote | -6/+2 |
| 2022-09-12 | Remove unused span argument from `walk_fn`. | Nicholas Nethercote | -1/+1 |
| 2022-09-12 | Remove `path_span` argument to the `visit_path_segment` methods. | Nicholas Nethercote | -6/+6 |
| 2022-09-11 | Avoid `Iterator::last` | KaDiWa | -2/+2 |
| 2022-09-09 | Handle generic parameters. | Camille GILLOT | -5/+1 |
| 2022-09-09 | Make async fn in traits work | Michael Goulet | -1/+1 |
| 2022-09-09 | Lower RPITIT to ImplTraitPlaceholder item | Michael Goulet | -1/+2 |
| 2022-09-09 | RPITIT placeholder items | Michael Goulet | -0/+4 |
| 2022-09-08 | Rollup merge of #101545 - TaKO8Ki:remove-unnecessary-partialord-ord, r=oli-obk | Dylan DPC | -21/+2 |
| 2022-09-08 | Rollup merge of #101498 - petrochenkov:visparam, r=cjgillot | Dylan DPC | -34/+45 |
| 2022-09-08 | remove unnecessary `PartialOrd` and `Ord` | Takayuki Maeda | -21/+2 |
| 2022-09-07 | Add instrument and debug calls | Santiago Pastorino | -0/+3 |
| 2022-09-07 | rustc: Parameterize `ty::Visibility` over used ID | Vadim Petrochenkov | -34/+45 |
| 2022-09-06 | Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillot | bors | -7/+7 |
| 2022-09-06 | Rollup merge of #101447 - cjgillot:no-remap-resolver, r=spastorino | Yuki Okushi | -8/+0 |
| 2022-09-05 | Remove generics_def_id_map from the resolver. | Camille GILLOT | -8/+0 |
| 2022-09-05 | Rollup merge of #101391 - matthiaskrgr:perf0309, r=oli-obk | Dylan DPC | -1/+1 |
| 2022-09-03 | more clippy::perf fixes | Matthias Krüger | -1/+1 |
| 2022-09-03 | Do not call object_lifetime_default on lifetime params. | Camille GILLOT | -16/+22 |
| 2022-09-02 | Refactor and re-use BindingAnnotation | Cameron Steffen | -7/+7 |
| 2022-09-02 | Rollup merge of #100147 - Bryanskiy:private-in-public, r=petrochenkov | Guillaume Gomez | -123/+80 |
| 2022-09-01 | Auto merge of #98960 - cjgillot:entry-kind, r=estebank | bors | -1/+1 |
| 2022-09-01 | Always import all tracing macros for the entire crate instead of piecemeal by... | Oli Scherer | -15/+4 |
| 2022-09-01 | Directly use the `instrument` macro instead of its full path | Oli Scherer | -27/+27 |
| 2022-09-01 | Auto merge of #100707 - dzvon:fix-typo, r=davidtwco | bors | -3/+3 |
| 2022-08-31 | access_levels.rs refactor | Bryanskiy | -123/+80 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -3/+3 |
| 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 |