about summary refs log tree commit diff
path: root/tests/ui/resolve
AgeCommit message (Expand)AuthorLines
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
2023-05-19Keep only the trait when emitting the error for `MyTrait + 'a`Mu001999-0/+14
2023-05-17Rollup merge of #111588 - MU001999:diag/improve-e0782, r=fee1-deadDylan DPC-0/+26
2023-05-17Emits E0599 when meeting MyTrait::missing_methodmu001999-0/+26
2023-05-16Rollup merge of #111602 - tmiasko:erroneous-constant-used, r=oli-obkNilstrieb-7/+0
2023-05-16Rollup merge of #111428 - bvanjoi:fix-109250, r=NilstriebNilstrieb-0/+31
2023-05-15Suppress "erroneous constant used" for constants tainted by errorsTomasz Miąsko-7/+0
2023-05-11Improve error for `self: Box<self>`clubby789-0/+16
2023-05-10refactor(resolve): clean up the early error return caused by non-callbohan-0/+31
2023-05-08Move testsCaio-0/+38
2023-04-12Special-case item attributes in the suggestion outputEsteban Küber-63/+0
2023-04-12Tweak output for 'add line' suggestionEsteban Küber-63/+126
2023-04-04Deny `use`ing tool pathsclubby789-0/+17
2023-04-02Move some UI tests into subdirectoriesjyn-0/+34
2023-03-20Lint ambiguous glob re-exports许杰友 Jieyou Xu (Joe)-0/+80
2023-03-01Rollup merge of #108297 - chenyukang:yukang/delim-error-exit, r=petrochenkovMatthias Krüger-67/+19
2023-02-28Exit when there are unmatched delims to avoid noisy diagnosticsyukang-67/+19
2023-02-27diagnostics: avoid querying `associated_item` in the resolverMichael Howell-0/+17
2023-02-14Make removal suggestion not verboseEsteban Küber-6/+4
2023-02-14rebase and review commentsEsteban Küber-1/+1
2023-02-14More accurate spans for arg removal suggestionEsteban Küber-2/+3
2023-01-30Modify primary span label for E0308Esteban Küber-5/+5
2023-01-13Rollup merge of #106585 - estebank:issue-46585, r=compiler-errorsMatthias Krüger-1/+6
2023-01-13Auto merge of #106004 - fee1-dead-contrib:const-closures, r=oli-obkbors-0/+2