about summary refs log tree commit diff
path: root/src/test/ui/imports
AgeCommit message (Expand)AuthorLines
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
2019-10-27Point at local similarly named element and tweak references to variantsEsteban Küber-5/+11
2019-09-08Always emit unresolved import errors and hide unused import lintEsteban Küber-5/+29
2019-09-07resolve: Mark more erroneous imports as usedVadim Petrochenkov-11/+29
2019-09-05Make use of hygiene in AST passesMatthew Jasper-1/+3
2019-08-15resolve: Move macro resolution traces from `Module`s to `Resolver`Vadim Petrochenkov-33/+33
2019-08-10diagnostics: Describe crate root modules in `DefKind::Mod` as "crate"Vadim Petrochenkov-11/+11
2019-08-10Give built-in macros stable addresses in the standard libraryVadim Petrochenkov-5/+6
2019-08-05Don't recommend `extern crate` syntaxKornel-3/+3
2019-07-27tests: Move run-pass tests with naming conflicts to uiVadim Petrochenkov-0/+29
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+325
2019-07-26Introduce built-in macros through libcoreVadim Petrochenkov-3/+3
2019-07-17normalize use of backticks in compiler messages for librustc/lintSamy Kacimi-3/+3
2019-07-09normalize use of backticks in compiler messages for libsyntax/feature_gateSamy Kacimi-3/+3
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-12/+12
2019-06-16compiletest: Remove `skip-codegen`Vadim Petrochenkov-4/+2
2019-06-12Hygienize macros in the standard libraryVadim Petrochenkov-23/+2
2019-05-29Update ui test suite to use dynmemoryruins-4/+4
2019-05-18Auto merge of #60252 - davidtwco:issue-57672, r=Mark-Simulacrumbors-33/+13
2019-05-03rustc: rename hir::def::Def to Res (short for "resolution").Eduard-Mihai Burtescu-2/+2