about summary refs log tree commit diff
path: root/tests/ui/resolve
AgeCommit message (Expand)AuthorLines
2023-12-07recurse into refs when comparing tys for diagnosticsjyn-2/+2
2023-12-06Auto merge of #118687 - matthiaskrgr:rollup-317ztgu, r=matthiaskrgrbors-0/+19
2023-12-06tip for define macro name after `macro_rules!`bohan-0/+19
2023-12-06Use the glob binding in resolve_rustdoc_path processr0cky-0/+20
2023-11-30generic_const_exprs: suggest to add the feature, not use itRalf Jung-1/+1
2023-11-27Dont suggest `!` for path in function call if it has generic argsMichael Goulet-0/+13
2023-11-24Show number in error message even for one errorNilstrieb-71/+71
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