| Age | Commit message (Expand) | Author | Lines |
| 2022-09-27 | Properly formatting the multipart suggestion | stoozy | -1/+1 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -2/+2 |
| 2022-09-26 | Using multipart suggestion | stoozy | -12/+19 |
| 2022-09-26 | Trying to suggest additional lifetime parameter | stoozy | -8/+32 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2022-09-25 | Only generate closure def id for async fns with body | Michael Goulet | -3/+7 |
| 2022-09-26 | trivial fix on fallback | yukang | -3/+1 |
| 2022-09-26 | more code refactor on smart_resolve_report_errors | yukang | -175/+207 |
| 2022-09-25 | Rollup merge of #102161 - compiler-errors:issue-102138, r=tmandry | Matthias Krüger | -36/+37 |
| 2022-09-24 | Auto merge of #102040 - TaKO8Ki:separate-definitions-and-hir-owners, r=cjgillot | bors | -16/+16 |
| 2022-09-24 | Only record extra lifetime params for async trait fn with no body | Michael Goulet | -38/+40 |
| 2022-09-24 | Resolve async fn signature even without body (in trait) | Michael Goulet | -3/+2 |
| 2022-09-24 | separate definitions and `HIR` owners | Takayuki Maeda | -16/+16 |
| 2022-09-24 | Rollup merge of #102109 - petrochenkov:addids, r=oli-obk | Matthias Krüger | -10/+30 |
| 2022-09-22 | resolve: Set effective visibilities for imports more precisely | Vadim Petrochenkov | -10/+30 |
| 2022-09-22 | Fix a typo in error message | Frank Steffahn | -1/+1 |
| 2022-09-21 | add trivial comments | yukang | -2/+3 |
| 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 |