summaryrefslogtreecommitdiff
path: root/tests/ui/imports
AgeCommit message (Expand)Author
2023-07-01fix(resolve): skip assertion judgment when `NonModule` is dummybohan
2023-06-29resolve: Remove artificial import ambiguity errorsVadim Petrochenkov
2023-05-27Add warn-by-default lint for local binding shadowing exported glob re-export ...许杰友 Jieyou Xu (Joe)
2023-05-23fix(resolve): not defined `extern crate shadow_name`bohan
2023-05-18fix(resolve): replace bindings to dummy for unresolved importsbohan
2023-04-12Special-case item attributes in the suggestion outputEsteban Küber
2023-04-12Tweak output for 'add line' suggestionEsteban Küber
2023-04-03remove invalid ignore-prettyPietro Albini
2023-03-23Rollup merge of #109487 - GuillaumeGomez:move-useless-reexport-check, r=petro...Matthias Krüger
2023-03-23Rollup merge of #107880 - jieyouxu:issue-107563, r=petrochenkovMatthias Krüger
2023-03-22Move useless_anynous_reexport lint into unused_importsGuillaume Gomez
2023-03-20Lint ambiguous glob re-exports许杰友 Jieyou Xu (Joe)
2023-03-12Update failing ui testsGuillaume Gomez
2023-01-28Auto merge of #106916 - lukas-code:overlapping-substs, r=estebankbors
2023-01-20diagnostics: add `};` only if `{` was added tooMichael Howell
2023-01-20diagnostics: suggest changing `s@self::{macro}@::macro` for exportedMichael Howell
2023-01-20preserve delim spans during `macro_rules!` expansion if ableLukas Markeffsky
2023-01-17note -> helpMichael Goulet
2023-01-17Fix use suggestion spanMichael Goulet
2023-01-11Move /src/test to /testsAlbert Larsan