summary refs log tree commit diff
path: root/tests/ui/resolve
AgeCommit message (Expand)AuthorLines
2023-11-07When not finding assoc fn on type, look for builder fnEsteban Küber-0/+26
2023-10-16Rollup merge of #116257 - estebank:issue-101351, r=b-naberMatthias Krüger-2/+52
2023-10-13Stabilize AFIT and RPITITMichael Goulet-31/+2
2023-10-13Suggest trait bounds for used associated type on type paramEsteban Küber-2/+52
2023-10-02Rollup merge of #114454 - Nilstrieb:no-evil-sorting, r=cjgillotTyler Mandry-21/+21
2023-10-02Replace `HashMap` with `IndexMap` in pattern binding resolveNilstrieb-21/+21
2023-10-01Auto merge of #116228 - bvanjoi:fix-116164, r=cjgillotbors-0/+33
2023-09-28resolve: skip underscore character during candidate lookupbohan-0/+33
2023-09-25Point at field definition when unresolved name exists in `Self`Esteban Küber-14/+32
2023-09-25When suggesting `self.x` for `S { x }`, use `S { x: self.x }`Esteban Küber-37/+174
2023-09-24Rollup merge of #116086 - estebank:issue-115992, r=compiler-errorsMatthias Krüger-3/+39
2023-09-23Add testEsteban Küber-0/+36
2023-09-23Tweak wording and logicEsteban Küber-3/+3
2023-09-19rustc_hir_analysis: add a helper to check function the signature mismatchesEduardo Sánchez Muñoz-4/+4
2023-09-11Rollup merge of #115744 - fmease:fix-e0401, r=compiler-errorsMatthias Krüger-67/+168
2023-09-10Do not suggest generic const items unless enabledLeón Orell Valerian Liehr-0/+101
2023-09-10Generalize E0401León Orell Valerian Liehr-67/+67
2023-09-07Find lowest span out of use + attrsMichael Goulet-1/+1
2023-09-07Test showing it doesnt workMichael Goulet-0/+45
2023-08-28Move testsCaio-0/+20
2023-08-18Bless test changesGary Guo-9/+9
2023-08-06Rollup merge of #114503 - chenyukang:yukang-fix-114433-unused-qualifications,...Matthias Krüger-0/+10
2023-08-05Remove invalid lint when there is a generic argument in prefix pathyukang-0/+10
2023-08-02Resolve visibility paths as modules not as types.Camille GILLOT-0/+20
2023-07-29fix(resolve): update the ambiguity glob binding as warning recursivelybohan-4/+20
2023-07-20Auto merge of #113622 - RickleAndMortimer:issue-113184-fix, r=oli-obkbors-0/+1
2023-07-18moved note as unspanned note, moved note to the bottom of the msgnxya-5/+1
2023-07-18added links as a notenxya-1/+1
2023-07-18add links to query documentation for E0391nxya-1/+1
2023-07-18added links as a notenxya-1/+6
2023-07-18add links to query documentation for E0391nxya-1/+1
2023-07-18Fix removal span calculation of unused_qualifications suggestion许杰友 Jieyou Xu (Joe)-6/+101
2023-07-15Check entry type as part of item type checking.Camille GILLOT-12/+12
2023-07-13Add machine-applicable suggestion for `unused_qualifications` lint许杰友 Jieyou Xu (Joe)-0/+75
2023-07-10Rollup merge of #113331 - chenyukang:yukang-fix-112590-false-positive, r=este...Matthias Krüger-10/+131
2023-07-08Remove `default_free_fn` featureYuki Okushi-15/+6
2023-07-07smart_resolve_partial_mod_path_errors should not suggest parentyukang-10/+0
2023-07-07Add filter with next segment while lookup typo for pathyukang-0/+131
2023-07-04Auto merge of #112917 - chenyukang:yukang-fix-112590, r=estebankbors-1/+35
2023-07-03Don't perform selection if IATs are not enabledLeón Orell Valerian Liehr-15/+15
2023-07-02add testcase for 112590yukang-1/+30
2023-06-22Tweak privacy errors to account for reachable itemsEsteban Küber-2/+6
2023-06-22suggest importing for partial mod path in name resolvingyukang-0/+5
2023-06-20test(resolve): update_resolution for remove single importbohan-0/+33
2023-06-15Fix suggestion for E0404 not dealing with multiple generics许杰友 Jieyou Xu (Joe)-0/+87
2023-06-14Rollup merge of #112495 - bvanjoi:fix-109153, r=petrochenkovMatthias Krüger-1/+40
2023-06-14fix(resolve): update `shadowed_glob` more precisionbohan-1/+40
2023-06-12Adjust UI tests for `unit_bindings`许杰友 Jieyou Xu (Joe)-2/+2
2023-06-10Adjust span labels for `HIDDEN_GLOB_REEXPORTS`许杰友 Jieyou Xu (Joe)-13/+36
2023-05-27Add warn-by-default lint for local binding shadowing exported glob re-export ...许杰友 Jieyou Xu (Joe)-0/+83