rust/src/test/ui-fulldeps
2020-02-29 21:59:09 +03:00
..
auxiliary Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
internal-lints rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. 2020-02-06 21:46:38 +02:00
mod_dir_simple tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
compiler-calls.rs Use panic::set_hook to print the ICE message 2019-08-30 12:34:20 +02:00
create-dir-all-bare.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
derive-no-std-not-supported.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
deriving-encodable-decodable-box.rs resolve: Remove remaining special cases from built-in macros 2019-08-10 21:50:56 +03:00
deriving-encodable-decodable-cell-refcell.rs resolve: Remove remaining special cases from built-in macros 2019-08-10 21:50:56 +03:00
deriving-global.rs resolve: Remove remaining special cases from built-in macros 2019-08-10 21:50:56 +03:00
deriving-hygiene.rs resolve: Remove remaining special cases from built-in macros 2019-08-10 21:50:56 +03:00
dropck-tarena-cycle-checked.rs Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
dropck-tarena-cycle-checked.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
dropck-tarena-unsound-drop.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
dropck-tarena-unsound-drop.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
dropck_tarena_sound_drop.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
empty-struct-braces-derive.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
extern-mod-syntax.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
feature-gate-plugin.rs rustc_plugin: Remove support for plugin arguments 2019-12-01 20:53:25 +03:00
feature-gate-plugin.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
gated-plugin.rs rustc_plugin: Remove support for syntactic plugins 2019-11-24 12:05:10 +03:00
gated-plugin.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
hash-stable-is-unstable.rs Provide a span if main function is not present in crate 2019-09-14 11:27:45 -04:00
hash-stable-is-unstable.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
issue-2804.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-4016.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-4036.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-11881.rs resolve: Remove remaining special cases from built-in macros 2019-08-10 21:50:56 +03:00
issue-13560.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-14021.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-15149.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-15778-fail.rs --bless ui-fulldeps tests 2019-10-03 09:33:28 +02:00
issue-15778-fail.stderr Plugins deprecation: don’t suggest simply removing the attribute 2019-10-17 14:25:40 +02:00
issue-15778-pass.rs Add warning annotations to ignore-stage1 ui-fulldeps tests 2019-11-10 21:00:59 +01:00
issue-15778-pass.stderr Remove #[feature(custom_attribute)] 2019-11-09 17:50:51 +03:00
issue-15924.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-16822.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-18502.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-24106.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-24972.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-40001.rs rustc_plugin: Remove Registry::register_attribute 2019-11-16 18:50:23 +03:00
issue-40001.stderr Plugins deprecation: don’t suggest simply removing the attribute 2019-10-17 14:25:40 +02:00
linkage-visibility.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
lint-group-denied-lint-allowed.rs rustc_session: allow overriding lint level of individual lints from a group 2020-01-04 18:04:30 -08:00
lint-group-plugin-deny-cmdline.rs --bless ui-fulldeps tests 2019-10-03 09:33:28 +02:00
lint-group-plugin-deny-cmdline.stderr Plugins deprecation: don’t suggest simply removing the attribute 2019-10-17 14:25:40 +02:00
lint-group-plugin.rs Update error annotations in ui-fulldeps tests that successfully compile 2019-11-03 10:20:11 +01:00
lint-group-plugin.stderr Plugins deprecation: don’t suggest simply removing the attribute 2019-10-17 14:25:40 +02:00
lint-plugin-cmdline-allow.rs Add warning annotations to ignore-stage1 ui-fulldeps tests 2019-11-10 21:00:59 +01:00
lint-plugin-cmdline-allow.stderr Add warning annotations to ignore-stage1 ui-fulldeps tests 2019-11-10 21:00:59 +01:00
lint-plugin-cmdline-load.rs rustc_plugin: Remove support for adding plugins from command line 2019-12-01 20:53:25 +03:00
lint-plugin-cmdline-load.stderr rustc_plugin: Remove support for adding plugins from command line 2019-12-01 20:53:25 +03:00
lint-plugin-deny-attr.rs --bless ui-fulldeps tests 2019-10-03 09:33:28 +02:00
lint-plugin-deny-attr.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
lint-plugin-deny-cmdline.rs --bless ui-fulldeps tests 2019-10-03 09:33:28 +02:00
lint-plugin-deny-cmdline.stderr Plugins deprecation: don’t suggest simply removing the attribute 2019-10-17 14:25:40 +02:00
lint-plugin-forbid-attrs.rs Update tests 2020-01-09 21:23:12 +03:00
lint-plugin-forbid-attrs.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
lint-plugin-forbid-cmdline.rs Update tests 2020-01-09 21:23:12 +03:00
lint-plugin-forbid-cmdline.stderr Update tests 2020-01-09 21:23:12 +03:00
lint-plugin.rs Update error annotations in ui-fulldeps tests that successfully compile 2019-11-03 10:20:11 +01:00
lint-plugin.stderr Plugins deprecation: don’t suggest simply removing the attribute 2019-10-17 14:25:40 +02:00
lint-tool-cmdline-allow.rs Add warning annotations to ignore-stage1 ui-fulldeps tests 2019-11-10 21:00:59 +01:00
lint-tool-cmdline-allow.stderr Update tests 2020-01-09 21:23:12 +03:00
lint-tool-test.rs Update tests 2020-01-09 21:23:12 +03:00
lint-tool-test.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
lto-syntax-extension.rs Add warning annotations to ignore-stage1 ui-fulldeps tests 2019-11-10 21:00:59 +01:00
lto-syntax-extension.stderr Plugins deprecation: don’t suggest simply removing the attribute 2019-10-17 14:25:40 +02:00
macro-crate-multi-decorator.rs rustc_lint: Remove lint plugin_as_library 2019-12-01 20:53:25 +03:00
macro-crate-rlib.rs plugin_registrary: use normal deprecation instead of hard coded warning. 2019-10-03 07:03:01 +02:00
macro-crate-rlib.stderr Plugins deprecation: don’t suggest simply removing the attribute 2019-10-17 14:25:40 +02:00
mod_dir_path_canonicalized.rs Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
myriad-closures.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
outlive-expansion-phase.rs Add warning annotations to ignore-stage1 ui-fulldeps tests 2019-11-10 21:00:59 +01:00
outlive-expansion-phase.stderr Plugins deprecation: don’t suggest simply removing the attribute 2019-10-17 14:25:40 +02:00
pathless-extern-unstable.rs Update src/test/ui-fulldeps/pathless-extern-unstable.rs 2019-11-07 06:43:07 -08:00
pathless-extern-unstable.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
plugin-args.rs rustc_plugin: Some further cleanup 2019-12-01 20:53:25 +03:00
plugin-args.stderr rustc_plugin: Some further cleanup 2019-12-01 20:53:25 +03:00
plugin-as-extern-crate.rs Make it build again 2020-02-29 20:47:10 +03:00
pprust-expr-roundtrip.rs Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
regions-mock-tcx.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
rename-directory.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
rustc_encodable_hygiene.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
stdio-from.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
switch-stdout.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
undef_mask.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00