about summary refs log tree commit diff
path: root/tests/ui/imports
AgeCommit message (Expand)AuthorLines
2023-12-04Structured `use` suggestion on privacy errorEsteban Küber-3/+48
2023-12-01vis note for no pub reexports glob importbohan-2/+44
2023-11-24Show number in error message even for one errorNilstrieb-58/+58
2023-10-26Tweak suggestion spans for invalid crate-level inner attributeEsteban Küber-2/+3
2023-10-25Rollup merge of #117009 - fmease:diag-disambig-sugg-crate, r=b-naberMatthias Krüger-6/+6
2023-10-22use visibility to check unused imports and delete some stmtsbohan-12/+72
2023-10-21on unresolved import disambiguate suggested path if it would collideLeón Orell Valerian Liehr-6/+6
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-0/+3
2023-09-13resolve: determined binding after parent module macro expandbohan-69/+136
2023-08-31fix(resolve): update def if binding is warning ambiguitybohan-1/+1
2023-08-02Rollup merge of #114166 - Enselic:libc-unavailable, r=NilstriebNilstrieb-0/+22
2023-07-31Rollup merge of #113920 - bvanjoi:fix-81413, r=petrochenkovMatthias Krüger-0/+34
2023-07-29Add regression test for resolving `--extern libc=test.rlib`Martin Nordholts-0/+22
2023-07-29fix(resolve): update the ambiguity glob binding as warning recursivelybohan-7/+1257
2023-07-29fix(resolve): report unresolved imports firstlybohan-0/+34
2023-07-25fix(resolve): skip panic when resolution is dummybohan-0/+15
2023-07-01fix(resolve): skip assertion judgment when `NonModule` is dummybohan-0/+27
2023-06-29resolve: Remove artificial import ambiguity errorsVadim Petrochenkov-8/+12
2023-05-27Add warn-by-default lint for local binding shadowing exported glob re-export ...许杰友 Jieyou Xu (Joe)-3/+4
2023-05-23fix(resolve): not defined `extern crate shadow_name`bohan-0/+28
2023-05-18fix(resolve): replace bindings to dummy for unresolved importsbohan-0/+21
2023-04-12Special-case item attributes in the suggestion outputEsteban Küber-6/+0
2023-04-12Tweak output for 'add line' suggestionEsteban Küber-6/+12
2023-04-03remove invalid ignore-prettyPietro Albini-1/+0
2023-03-23Rollup merge of #109487 - GuillaumeGomez:move-useless-reexport-check, r=petro...Matthias Krüger-4/+4
2023-03-23Rollup merge of #107880 - jieyouxu:issue-107563, r=petrochenkovMatthias Krüger-7/+10
2023-03-22Move useless_anynous_reexport lint into unused_importsGuillaume Gomez-4/+4
2023-03-20Lint ambiguous glob re-exports许杰友 Jieyou Xu (Joe)-7/+10
2023-03-12Update failing ui testsGuillaume Gomez-4/+4
2023-01-28Auto merge of #106916 - lukas-code:overlapping-substs, r=estebankbors-1/+1
2023-01-20diagnostics: add `};` only if `{` was added tooMichael Howell-0/+55
2023-01-20diagnostics: suggest changing `s@self::{macro}@::macro` for exportedMichael Howell-0/+49
2023-01-20preserve delim spans during `macro_rules!` expansion if ableLukas Markeffsky-1/+1
2023-01-17note -> helpMichael Goulet-3/+3
2023-01-17Fix use suggestion spanMichael Goulet-7/+7
2023-01-11Move /src/test to /testsAlbert Larsan-0/+5608