| Age | Commit message (Expand) | Author | Lines |
| 2022-10-14 | Rollup merge of #103018 - Rageking8:more-dupe-word-typos, r=TaKO8Ki | Dylan DPC | -1/+1 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-10-13 | Rollup merge of #102956 - TaKO8Ki:fix-102946, r=fee1-dead | Dylan DPC | -1/+1 |
| 2022-10-13 | resolve: Regroup lifetime rib kinds to account for their purpose | Vadim Petrochenkov | -16/+23 |
| 2022-10-13 | resolve: Remove redundant item lifetime ribs | Vadim Petrochenkov | -37/+28 |
| 2022-10-13 | resolve: Add some asserts for unexpected lifetime rib combinations | Vadim Petrochenkov | -12/+26 |
| 2022-10-12 | fix #102946 | Takayuki Maeda | -1/+1 |
| 2022-10-12 | Rollup merge of #102913 - SparrowLii:import-candidate, r=compiler-errors | Dylan DPC | -35/+33 |
| 2022-10-12 | unify `IsPattern` and `IsImport` enum | SparrowLii | -35/+33 |
| 2022-10-11 | Rollup merge of #102889 - petrochenkov:partres, r=cjgillot | Matthias Krüger | -53/+38 |
| 2022-10-11 | Rollup merge of #100387 - cjgillot:hygiene-trait-impl, r=petrochenkov | Matthias Krüger | -3/+45 |
| 2022-10-11 | Rollup merge of #102859 - cjgillot:collect-lifetimes, r=oli-obk | Yuki Okushi | -1905/+0 |
| 2022-10-11 | Report duplicate definitions in trait impls during resolution. | Camille GILLOT | -3/+45 |
| 2022-10-11 | rustc_hir: Less error-prone methods for accessing `PartialRes` resolution | Vadim Petrochenkov | -53/+38 |
| 2022-10-10 | Rollup merge of #102876 - SparrowLii:import-candidate, r=fee1-dead | Matthias Krüger | -4/+62 |
| 2022-10-10 | Move lifetime resolution module to rustc_hir_analysis. | Camille GILLOT | -1905/+0 |
| 2022-10-10 | Rollup merge of #102868 - compiler-errors:rename-assoc-tyalias-to-ty, r=TaKO8Ki | Dylan DPC | -9/+9 |
| 2022-10-10 | suggest candidates for unresolved import | SparrowLii | -4/+62 |
| 2022-10-10 | Rename AssocItemKind::TyAlias to AssocItemKind::Type | Michael Goulet | -9/+9 |
| 2022-10-10 | Rollup merge of #102323 - Stoozy:master, r=cjgillot | Yuki Okushi | -2/+31 |
| 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-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 | 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 |