| Age | Commit message (Expand) | Author | Lines |
| 2022-10-25 | Rollup merge of #103350 - clubby789:refer-to-assoc-method, r=wesleywiser | Yuki Okushi | -13/+29 |
| 2022-10-23 | Rollup merge of #101908 - chenyukang:fix-101880, r=estebank | Dylan DPC | -53/+43 |
| 2022-10-21 | Different suggestions for when associated functions are referred to | clubby789 | -13/+29 |
| 2022-10-21 | Rollup merge of #103111 - cjgillot:shadow-label, r=estebank | Dylan DPC | -9/+61 |
| 2022-10-20 | fix rust-lang#101880: suggest let for assignment, and some code refactor | yukang | -53/+43 |
| 2022-10-18 | Fix the bug of next_point in span | yukang | -1/+1 |
| 2022-10-16 | Point to shadowed name when it exists. | Camille GILLOT | -5/+40 |
| 2022-10-16 | Account for hygiene when suggesting typos. | Camille GILLOT | -4/+21 |
| 2022-10-11 | Rollup merge of #102889 - petrochenkov:partres, r=cjgillot | Matthias Krüger | -22/+14 |
| 2022-10-11 | rustc_hir: Less error-prone methods for accessing `PartialRes` resolution | Vadim Petrochenkov | -22/+14 |
| 2022-10-10 | Move lifetime resolution module to rustc_hir_analysis. | Camille GILLOT | -1899/+0 |
| 2022-10-10 | Rollup merge of #102868 - compiler-errors:rename-assoc-tyalias-to-ty, r=TaKO8Ki | Dylan DPC | -2/+2 |
| 2022-10-10 | Rename AssocItemKind::TyAlias to AssocItemKind::Type | Michael Goulet | -2/+2 |
| 2022-10-10 | Rollup merge of #102323 - Stoozy:master, r=cjgillot | Yuki Okushi | -2/+31 |
| 2022-10-09 | ImplItemKind::TyAlias => ImplItemKind::Type | Michael Goulet | -1/+1 |
| 2022-10-01 | Removed unnecessary for loop | stoozy | -16/+9 |
| 2022-09-29 | Auto merge of #101887 - nnethercote:shrink-Res, r=spastorino | bors | -1/+1 |
| 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 | -1/+1 |
| 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-26 | Using multipart suggestion | stoozy | -12/+19 |
| 2022-09-26 | Trying to suggest additional lifetime parameter | stoozy | -8/+32 |
| 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-24 | separate definitions and `HIR` owners | Takayuki Maeda | -16/+16 |
| 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-14 | Auto merge of #101709 - nnethercote:simplify-visitors-more, r=cjgillot | bors | -7/+3 |
| 2022-09-12 | Remove unused argument from `visit_poly_trait_ref`. | Nicholas Nethercote | -6/+2 |
| 2022-09-12 | Remove `path_span` argument to the `visit_path_segment` methods. | Nicholas Nethercote | -1/+1 |
| 2022-09-11 | Avoid `Iterator::last` | KaDiWa | -2/+2 |
| 2022-09-09 | Handle generic parameters. | Camille GILLOT | -5/+1 |
| 2022-09-09 | Lower RPITIT to ImplTraitPlaceholder item | Michael Goulet | -1/+2 |
| 2022-09-09 | RPITIT placeholder items | Michael Goulet | -0/+3 |
| 2022-09-07 | Add instrument and debug calls | Santiago Pastorino | -0/+3 |
| 2022-09-03 | Do not call object_lifetime_default on lifetime params. | Camille GILLOT | -16/+22 |
| 2022-09-01 | Always import all tracing macros for the entire crate instead of piecemeal by... | Oli Scherer | -3/+1 |
| 2022-09-01 | Directly use the `instrument` macro instead of its full path | Oli Scherer | -8/+8 |
| 2022-09-01 | Auto merge of #100707 - dzvon:fix-typo, r=davidtwco | bors | -1/+1 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -1/+1 |
| 2022-08-31 | Fix uintended diagnostic caused by `drain(..)` | Donough Liu | -12/+13 |
| 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-26 | Rollup merge of #100817 - vincenzopalazzo:macros/bool_spelling_sugg, r=davidtwco | Michael Goulet | -5/+22 |
| 2022-08-22 | sugg: suggest the usage of boolean value when there is a typo in the keyword | Vincenzo Palazzo | -5/+22 |
| 2022-08-22 | make some methods private | Takayuki Maeda | -1/+1 |