rust/src/test/ui/imports
2018-10-24 01:33:35 +03:00
..
auxiliary Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
duplicate.rs Remove NOTE/HELP annotations from UI tests 2017-12-14 23:26:39 +03:00
duplicate.stderr fix other tests failing due to change in case or new suggestion for extern crate 2018-10-17 01:21:40 +02:00
extern-prelude-extern-crate-cfg.rs Feature gate extern prelude additions from extern crate items 2018-10-24 00:14:50 +03:00
extern-prelude-extern-crate-fail.rs Prohibit macro-expanded extern crate items shadowing crates passed with --extern 2018-10-24 01:33:35 +03:00
extern-prelude-extern-crate-fail.stderr Prohibit macro-expanded extern crate items shadowing crates passed with --extern 2018-10-24 01:33:35 +03:00
extern-prelude-extern-crate-pass.rs Feature gate extern prelude additions from extern crate items 2018-10-24 00:14:50 +03:00
extern-prelude-extern-crate-restricted-shadowing.rs Feature gate extern prelude additions from extern crate items 2018-10-24 00:14:50 +03:00
extern-prelude-extern-crate-restricted-shadowing.stderr Feature gate extern prelude additions from extern crate items 2018-10-24 00:14:50 +03:00
glob-shadowing.rs resolve: Fully prohibit shadowing of in-scope names by globs in macro paths 2018-07-20 12:22:24 +03:00
glob-shadowing.stderr resolve: More precise spans for ambiguous resolution errors 2018-09-08 14:15:11 +03:00
import-crate-var.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
import-crate-var.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
import-from-missing.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
import-from-missing.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
import-glob-0.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
import-glob-0.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
import-glob-circular.rs cleanup: Add main functions to some UI tests 2018-08-31 18:56:15 +03:00
import-glob-circular.stderr cleanup: Add main functions to some UI tests 2018-08-31 18:56:15 +03:00
import-loop-2.rs cleanup: Add main functions to some UI tests 2018-08-31 18:56:15 +03:00
import-loop-2.stderr cleanup: Add main functions to some UI tests 2018-08-31 18:56:15 +03:00
import-loop.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
import-loop.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
import-prefix-macro-1.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
import-prefix-macro-1.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
import-prefix-macro-2.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
import-prefix-macro-2.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
import-trait-method.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
import-trait-method.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
issue-53140.rs resolve: Reject some inaccessible candidates sooner during import resolution 2018-08-20 00:07:08 +03:00
issue-53269.rs resolve: Refactor away MacroBinding 2018-08-20 23:56:48 +03:00
issue-53269.stderr resolve: More precise spans for ambiguous resolution errors 2018-09-08 14:15:11 +03:00
issue-53512.rs resolve: Refactor away MacroBinding 2018-08-20 23:56:48 +03:00
issue-53512.stderr resolve: Refactor away MacroBinding 2018-08-20 23:56:48 +03:00
local-modularized-tricky-fail-1.rs resolve: More precise spans for ambiguous resolution errors 2018-09-08 14:15:11 +03:00
local-modularized-tricky-fail-1.stderr Use full name to identify a macro in a FileName. 2018-09-19 01:12:13 +01:00
local-modularized-tricky-fail-2.rs Fix typos found by codespell. 2018-08-19 17:41:28 +02:00
local-modularized-tricky-fail-2.stderr resolve: Modularize crate-local #[macro_export] macro_rules 2018-07-29 19:30:13 +03:00
local-modularized-tricky-fail-3.rs Turn the error for module-relative access to macro-expanded macro_export macros into a deprecation lint 2018-08-24 02:51:41 +03:00
local-modularized-tricky-fail-3.stderr Turn the error for module-relative access to macro-expanded macro_export macros into a deprecation lint 2018-08-24 02:51:41 +03:00
local-modularized-tricky-pass.rs Stabilize use_extern_macros 2018-08-17 13:14:26 +03:00
local-modularized.rs Stabilize use_extern_macros 2018-08-17 13:14:26 +03:00
macro-paths.rs Stabilize use_extern_macros 2018-08-17 13:14:26 +03:00
macro-paths.stderr resolve: More precise spans for ambiguous resolution errors 2018-09-08 14:15:11 +03:00
macros.rs resolve: Prefer macro_rules definitions to in-module macro definitions in some cases 2018-10-03 16:12:39 +04:00
macros.stderr Reapply the macro_rules disambiguation changes from master 2018-10-05 11:46:12 +04:00
reexports.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
reexports.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
rfc-1560-warning-cycle.rs Turn deprecation lint legacy_imports into a hard error 2018-05-15 02:25:04 +03:00
rfc-1560-warning-cycle.stderr resolve: More precise spans for ambiguous resolution errors 2018-09-08 14:15:11 +03:00
shadow_builtin_macros.rs resolve: Refactor away MacroBinding 2018-08-20 23:56:48 +03:00
shadow_builtin_macros.stderr resolve: Merge resolution for macro_rules into the common early in-scope resolution function 2018-10-05 11:40:40 +04:00
unused-macro-use.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
unused-macro-use.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
unused.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
unused.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00