about summary refs log tree commit diff
path: root/src/test/ui/imports
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-5608/+0
2022-12-27Dont clobber `as ..` rename in import suggestionMichael Goulet-0/+41
2022-12-27Note alternative import candidates in nested use treeMichael Goulet-4/+38
2022-12-27Suppress suggestions for nested use treeMichael Goulet-0/+23
2022-12-19add function to tell if the current ambiguity error matches a previous one in...Yiming Lei-54/+8
2022-12-13Make some diagnostics not depend on the source of what they reference being a...Oli Scherer-4/+1
2022-12-11Move testsCaio-0/+8
2022-10-10suggest candidates for unresolved importSparrowLii-0/+17
2022-10-01bless ui testsMaybe Waffle-1/+1
2022-07-08add `#[test]` to functions in test modulesTakayuki Maeda-186/+97
2022-07-05fix typo in note about multiple inaccessible type aliasesClementTsang-0/+44
2022-06-21Move some tests to more reasonable directoriesCaio-0/+23
2022-06-17Auto merge of #97892 - klensy:fix-spaces, r=oli-obkbors-7/+7
2022-06-16--bless uiMaybe Waffle-2/+1
2022-06-16diagnostics: fix trailing spaceklensy-7/+7
2022-06-03Auto merge of #97497 - c410-f3r:z-errors, r=petrochenkovbors-0/+30
2022-06-01Rollup merge of #97264 - TaKO8Ki:suggest-extern-crate-when-failing-to-resolve...Matthias Krüger-0/+34
2022-05-28Move some tests to more reasonable placesCaio-0/+30
2022-05-25suggest `extern crate foo` when failing to resolve `use foo`Takayuki Maeda-0/+34
2022-05-17Omit unnecessary help to add `#[cfg(test)]` when already annotatedKen Matsui-0/+206
2022-03-31remove find_use_placementFausto-4/+4
2021-12-21Rollup merge of #91770 - TaKO8Ki:suggest-adding-cfg-test, r=joshtriplettMatthias Krüger-0/+234
2021-12-20Fixup tests for issue-86035Michael Goulet-4/+4
2021-12-20Test for issue-86035Michael Goulet-0/+97
2021-12-16suggest adding a `#[cfg(test)]` to test modulesTakayuki Maeda-0/+234
2021-12-03Update invalid crate attributes, add help messageTom Farmer-1/+13
2021-12-01Improve suggestion for extern crate self error messageMichael-1/+6
2021-11-18Move some tests to more reasonable directoriesCaio-0/+48
2021-11-14Move some tests to more reasonable directoriesCaio-0/+84
2021-10-25Edit error messages for rustc_resolve::AmbiguityKind variantspierwill-27/+54
2021-10-15Bless testsCameron Steffen-11/+11
2021-10-03Practice diagnostic message conventionHirochika Matsumoto-1/+1
2021-09-26Improve diagnostics for inaccessible itemsFabian Wolff-14/+35
2021-09-26Do not suggest importing inaccessible itemsFabian Wolff-43/+17
2021-08-12Add test or unused import removal suggestion with attributes.Mara Bos-0/+33
2021-08-11Modify structured suggestion outputEsteban Küber-65/+72
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-13/+13
2021-04-08Stablize `non_ascii_idents` feature.Charles Lew-137/+97
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-4/+2
2021-03-21Fix ICE with `use clippy::a::b;`Camelid-0/+35
2021-02-25Update test output for edition preludes.Mara Bos-3/+3
2021-01-16Move some tests to more reasonable directories - 2Caio-0/+64
2021-01-13Update tests for extern block lintingMark Rousskov-17/+23
2020-12-07Move some tests to subdirectoriesVadim Petrochenkov-33/+2270
2020-11-06Revert "Revert "resolve: Avoid "self-confirming" import resolutions in one mo...Mark Rousskov-24/+5
2020-10-02Revert "resolve: Avoid "self-confirming" import resolutions in one more case"Vadim Petrochenkov-5/+39
2020-09-01Clarify message about unresolved useKornel-5/+7
2020-07-27mv std libs to library/mark-1/+1
2020-05-08Skip tests on emscriptenYuki Okushi-0/+1
2020-05-06Move tests from `test/run-fail` to UIYuki Okushi-0/+10