about summary refs log tree commit diff
path: root/src/test/ui/imports
AgeCommit message (Expand)AuthorLines
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
2020-04-17Fix unused results from mem::replaceJosh Stone-1/+1
2020-04-11rustc: Add a warning count upon completionRoccoDev-1/+1
2020-04-02tests: remove ignore directives from tests that mention core/alloc/std spans.Eduard-Mihai Burtescu-7/+3
2020-03-23Rollup merge of #69942 - estebank:sized-verbose-sugg, r=matthewjasperMazdak Farrokhzad-4/+4
2020-03-22Normalize wording of privacy access labelsEsteban Küber-4/+4
2020-03-21resolve: Avoid "self-confirming" import resolutions in one more caseVadim Petrochenkov-0/+15
2020-03-11Add the "consider importing it directly" label to public imports as wellVadim Petrochenkov-2/+2
2020-03-11resolve: Print import chains on privacy errorsVadim Petrochenkov-3/+28
2020-02-09--bless --compare-mode=nllMatthias Prechtl-3/+3
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-1/+20
2020-02-06rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.Eduard-Mihai Burtescu-1/+1
2020-01-24Normalise notes with the/isvarkor-5/+5
2020-01-16resolve: Say "import" when reporting private importsVadim Petrochenkov-10/+10
2020-01-16resolve: Point at the private item definitions in privacy errorsVadim Petrochenkov-4/+28
2020-01-12Add backticks in appropriate placesvarkor-2/+2
2020-01-09Update testsVadim Petrochenkov-9/+70
2020-01-04try to fix ui errorsYuki Okushi-0/+1
2020-01-03Thank you Dylan and JohnTitor for blessing me.mental-2/+3
2020-01-02Remove // check-pass for ui/import/import-crate-var.rsmental-1/+0
2020-01-02Update src/test/uimental-4/+2
2019-12-28Ignore i586-unknown-linux-gnu and i586-unknown-musl in testsEsteban Küber-4/+7