| Age | Commit message (Expand) | Author | Lines |
| 2022-10-10 | Rollup merge of #102829 - compiler-errors:rename-impl-item-kind, r=TaKO8Ki | Yuki Okushi | -1/+1 |
| 2022-10-09 | ImplItemKind::TyAlias => ImplItemKind::Type | Michael Goulet | -1/+1 |
| 2022-10-06 | Auto merge of #102726 - matthiaskrgr:rollup-2ghn38b, r=matthiaskrgr | bors | -2/+12 |
| 2022-10-06 | Auto merge of #99324 - reez12g:issue-99144, r=jyn514 | bors | -1/+0 |
| 2022-10-05 | Delay function resolution error until typeck | Michael Goulet | -2/+12 |
| 2022-10-01 | Removed unnecessary for loop | stoozy | -16/+9 |
| 2022-09-30 | Rollup merge of #102483 - spastorino:create-defs-on-lowering, r=cjgillot | Matthias Krüger | -15/+0 |
| 2022-09-30 | create def ids for impl traits during ast lowering | Santiago Pastorino | -15/+0 |
| 2022-09-29 | Auto merge of #101887 - nnethercote:shrink-Res, r=spastorino | bors | -47/+54 |
| 2022-09-29 | Emitting error regardless of new param suggestion | stoozy | -33/+33 |
| 2022-09-29 | Remove from compiler/ crates | reez12g | -1/+0 |
| 2022-09-29 | Rollup merge of #102085 - chenyukang:code-refactor, r=cjgillot | Yuki Okushi | -247/+366 |
| 2022-09-29 | Shrink `hir::def::Res`. | Nicholas Nethercote | -46/+53 |
| 2022-09-29 | Change the "dummy self type". | Nicholas Nethercote | -2/+2 |
| 2022-09-28 | Proper span for new generic param suggestion | stoozy | -2/+7 |
| 2022-09-27 | Do not overwrite binders for another HirId. | Camille GILLOT | -20/+35 |
| 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 |