| Age | Commit message (Expand) | Author | Lines |
| 2022-11-20 | rustdoc: Resolve doc links in external traits having local impls | Vadim Petrochenkov | -0/+5 |
| 2022-10-29 | Auto merge of #103450 - cjgillot:elision-nodedup, r=Mark-Simulacrum | bors | -34/+69 |
| 2022-10-27 | Only ban duplication across parameters. | Camille GILLOT | -31/+67 |
| 2022-10-26 | privacy: Rename "accessibility levels" to "effective visibilities" | Vadim Petrochenkov | -41/+41 |
| 2022-10-26 | Rollup merge of #103520 - petrochenkov:resout, r=cjgillot | Dylan DPC | -14/+13 |
| 2022-10-26 | Auto merge of #103158 - Bryanskiy:resolve_perf, r=petrochenkov | bors | -11/+11 |
| 2022-10-25 | Perf improvements for effective visibility calculating | Bryanskiy | -11/+11 |
| 2022-10-25 | rustc_middle: Rearrange resolver outputs structures slightly | Vadim Petrochenkov | -14/+13 |
| 2022-10-25 | Rollup merge of #103350 - clubby789:refer-to-assoc-method, r=wesleywiser | Yuki Okushi | -13/+29 |
| 2022-10-23 | Rollup merge of #103140 - chenyukang:yukang/fix-103112, r=estebank | Michael Howell | -2/+14 |
| 2022-10-23 | Do not consider repeated lifetime params for elision. | Camille GILLOT | -5/+5 |
| 2022-10-23 | Rollup merge of #103249 - petrochenkov:revaddids, r=oli-obk | Dylan DPC | -35/+18 |
| 2022-10-23 | Rollup merge of #101908 - chenyukang:fix-101880, r=estebank | Dylan DPC | -53/+51 |
| 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 | -14/+69 |
| 2022-10-20 | Rollup merge of #103221 - TaKO8Ki:fix-103202, r=oli-obk | Matthias Krüger | -3/+3 |
| 2022-10-20 | fix rust-lang#101880: suggest let for assignment, and some code refactor | yukang | -53/+51 |
| 2022-10-20 | Auto merge of #103185 - chenyukang:yukang/fix-span-next-point, r=davidtwco | bors | -1/+1 |
| 2022-10-20 | check if impl_self is `Some` | Takayuki Maeda | -1/+1 |
| 2022-10-20 | fix span for suggestion | yukang | -13/+7 |
| 2022-10-20 | fix #103112, add diagnostic for calling a function with the same name when a ... | yukang | -2/+20 |
| 2022-10-19 | resolve: Revert "Set effective visibilities for imports more precisely" | Vadim Petrochenkov | -35/+18 |
| 2022-10-19 | Rollup merge of #103216 - cjgillot:issue-103210, r=jackh726 | Dylan DPC | -6/+11 |
| 2022-10-19 | fix `SelfVisitor::is_self_ty` ICE | Takayuki Maeda | -3/+3 |
| 2022-10-18 | Consider patterns in fn params in an `Elided(Infer)` lifetime rib. | Camille GILLOT | -6/+11 |
| 2022-10-18 | Fix the bug of next_point in span | yukang | -1/+1 |
| 2022-10-17 | Auto merge of #103096 - petrochenkov:indresdoc, r=cjgillot | bors | -1/+1 |
| 2022-10-16 | Auto merge of #102026 - Bryanskiy:resolve_update, r=petrochenkov | bors | -64/+65 |
| 2022-10-16 | Populate effective visibilities in 'rustc_resolve' | Bryanskiy | -64/+65 |
| 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 | -9/+29 |
| 2022-10-16 | resolve: Shadow erroneous glob imports with erroneous single imports | Vadim Petrochenkov | -1/+1 |
| 2022-10-15 | Rollup merge of #102884 - petrochenkov:liferib, r=cjgillot | Dylan DPC | -65/+77 |
| 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 |