about summary refs log tree commit diff
path: root/src/test/ui/imports
AgeCommit message (Expand)AuthorLines
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
2019-11-08Rollup merge of #66007 - estebank:remove-here, r=CentrilMazdak Farrokhzad-1/+1
2019-11-08Rollup merge of #66049 - RalfJung:missing-spans, r=alexcrichtonYuki Okushi-5/+4
2019-11-07Rollup merge of #66087 - tmiasko:ui-mode, r=CentrilMazdak Farrokhzad-3/+3
2019-11-06Remove "here" from "expected one of X here"Esteban Küber-1/+1
2019-11-04Use check-pass in ui tests where appropriateTomasz Miąsko-3/+3
2019-11-03syntax: Avoid span arithmetics for delimiter tokensVadim Petrochenkov-1/+1
2019-11-02consistent handling of missing sysroot spansRalf Jung-5/+4
2019-10-29Rollup merge of #65539 - traxys:fix_62334, r=petrochenkovTyler Mandry-13/+24
2019-10-29forgot to add the changed stderrQuentin Boyer-6/+6
2019-10-28changing non-empty glob must import something to a lintQuentin Boyer-13/+24