rust/src/test/ui/macros
Thomas Lively 2bf59bea48 Upgrade Emscripten targets to use upstream LLVM backend
- Compatible with Emscripten 1.38.46-upstream or later upstream.
 - Refactors the Emscripten target spec to share code with other wasm
   targets.
 - Replaces the old incorrect wasm32 C call ABI with the correct one,
   preserving the old one as wasm32_bindgen_compat for wasm-bindgen
   compatibility.
 - Updates the varargs ABI used by Emscripten and deletes the old one.
 - Removes the obsolete wasm32-experimental-emscripten target.
 - Uses EMCC_CFLAGS on CI to avoid the timeout problems with #63649.
2019-10-16 17:06:48 -07:00
..
auxiliary proc_macro: Update Span::def_site to use the proc macro definition location 2019-08-27 01:34:10 +03:00
macro-expanded-include Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
syntax-extension-source-utils-files tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
ambiguity-legacy-vs-modern.rs resolve: Prefer macro_rules definitions to in-module macro definitions in some cases 2018-10-03 16:12:39 +04:00
ambiguity-legacy-vs-modern.stderr Update tests 2019-03-11 23:10:26 +03:00
assert-eq-macro-success.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
assert-eq-macro-unsized.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
assert-ne-macro-success.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
assert-ne-macro-unsized.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
assert-trailing-junk.rs Handle common assert! misuses 2019-04-25 02:06:38 +03:00
assert-trailing-junk.stderr Handle common assert! misuses 2019-04-25 02:06:38 +03:00
assert.rs make panictry! private to libsyntax 2019-01-02 11:02:30 -05:00
assert.stderr Update tests 2019-03-11 23:10:26 +03:00
bad-concat.rs Remove licenses 2018-12-25 21:08:33 -07:00
bad-concat.stderr Remove licenses 2018-12-25 21:08:33 -07:00
bad_hello.rs Remove licenses 2018-12-25 21:08:33 -07:00
bad_hello.stderr Remove licenses 2018-12-25 21:08:33 -07:00
builtin-prelude-no-accidents.rs Give built-in macros stable addresses in the standard library 2019-08-10 00:05:37 +03:00
builtin-prelude-no-accidents.stderr Give built-in macros stable addresses in the standard library 2019-08-10 00:05:37 +03:00
builtin-std-paths-fail.rs Give built-in macros stable addresses in the standard library 2019-08-10 00:05:37 +03:00
builtin-std-paths-fail.stderr Give built-in macros stable addresses in the standard library 2019-08-10 00:05:37 +03:00
builtin-std-paths.rs Give built-in macros stable addresses in the standard library 2019-08-10 00:05:37 +03:00
cfg.rs make panictry! private to libsyntax 2019-01-02 11:02:30 -05:00
cfg.stderr Update tests 2019-03-11 23:10:26 +03:00
colorful-write-macros.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
conditional-debug-macro-on.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
derive-in-eager-expansion-hang.rs Add a regression test for #44692 2019-07-11 00:35:01 +03:00
derive-in-eager-expansion-hang.stderr expand: Keep the correct current expansion ID for eager expansions 2019-08-21 11:53:39 +03:00
die-macro.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
dollar-crate-nested-encoding.rs pretty-print: Do not lose the $crate printing flag in print_tt 2019-07-11 12:07:35 +03:00
format-foreign.rs Remove licenses 2018-12-25 21:08:33 -07:00
format-foreign.stderr compiletest: make path normalization smarter 2019-03-25 01:06:45 -04:00
format-parse-errors.rs Specific error for positional args after named args in format!() 2019-07-15 20:51:32 -07:00
format-parse-errors.stderr Specific error for positional args after named args in format!() 2019-07-15 20:51:32 -07:00
format-unused-lables.rs Remove licenses 2018-12-25 21:08:33 -07:00
format-unused-lables.stderr Update tests 2019-03-11 23:10:26 +03:00
global-asm.rs make panictry! private to libsyntax 2019-01-02 11:02:30 -05:00
global-asm.stderr Update tests 2019-03-11 23:10:26 +03:00
issue-25274.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-30143.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-30143.stderr Remove licenses 2018-12-25 21:08:33 -07:00
issue-54441.rs Stabilize macros in extern blocks 2019-09-30 21:59:35 +03:00
issue-54441.stderr Stabilize macros in extern blocks 2019-09-30 21:59:35 +03:00
issue-61033-1.rs add ui tests 2019-05-22 12:20:43 -05:00
issue-61033-1.stderr add ui tests 2019-05-22 12:20:43 -05:00
issue-61033-2.rs add ui tests 2019-05-22 12:20:43 -05:00
issue-61033-2.stderr add ui tests 2019-05-22 12:20:43 -05:00
issue-61053-different-kleene.rs Implement checks for meta-variables in macros 2019-07-19 19:59:12 +02:00
issue-61053-different-kleene.stderr Implement checks for meta-variables in macros 2019-07-19 19:59:12 +02:00
issue-61053-duplicate-binder.rs Implement checks for meta-variables in macros 2019-07-19 19:59:12 +02:00
issue-61053-duplicate-binder.stderr Implement checks for meta-variables in macros 2019-07-19 19:59:12 +02:00
issue-61053-missing-repetition.rs Implement checks for meta-variables in macros 2019-07-19 19:59:12 +02:00
issue-61053-missing-repetition.stderr Implement checks for meta-variables in macros 2019-07-19 19:59:12 +02:00
issue-61053-unbound.rs Implement checks for meta-variables in macros 2019-07-19 19:59:12 +02:00
issue-61053-unbound.stderr Implement checks for meta-variables in macros 2019-07-19 19:59:12 +02:00
issue-63102.rs Add check-pass test for #63102. 2019-08-01 22:41:10 +01:00
log_syntax-trace_macros-macro-locations.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
log_syntax-trace_macros-macro-locations.stdout tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-as-fn-body.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-at-most-once-rep-2015-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
macro-at-most-once-rep-2015.rs Fix inaccurate comments in '?' Kleene operator tests. 2019-06-09 04:16:34 +02:00
macro-at-most-once-rep-2015.stderr Fix inaccurate comments in '?' Kleene operator tests. 2019-06-09 04:16:34 +02:00
macro-at-most-once-rep-2018-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
macro-at-most-once-rep-2018.rs Fix typo in comment. 2019-06-09 04:16:34 +02:00
macro-at-most-once-rep-2018.stderr Fix inaccurate comments in '?' Kleene operator tests. 2019-06-09 04:16:34 +02:00
macro-attribute-expansion.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-attribute.rs Stabilize unrestricted_attribute_tokens 2019-02-25 23:21:54 +03:00
macro-attribute.stderr Move literal parsing code into a separate file 2019-05-11 16:03:16 +03:00
macro-attributes.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-backtrace-invalid-internals.rs Remove licenses 2018-12-25 21:08:33 -07:00
macro-backtrace-invalid-internals.stderr Give method not found a primary span label 2019-09-08 18:27:02 -07:00
macro-backtrace-nested.rs Remove licenses 2018-12-25 21:08:33 -07:00
macro-backtrace-nested.stderr Update tests 2019-03-11 23:10:26 +03:00
macro-backtrace-println.rs Remove licenses 2018-12-25 21:08:33 -07:00
macro-backtrace-println.stderr compiletest: make path normalization smarter 2019-03-25 01:06:45 -04:00
macro-block-nonterminal.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-comma-behavior-rpass.rs Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
macro-comma-behavior.core.stderr Fix rebase and more CI failures 2018-12-27 15:51:37 +03:00
macro-comma-behavior.rs Fix rebase and more CI failures 2018-12-27 15:51:37 +03:00
macro-comma-behavior.std.stderr Fix rebase and more CI failures 2018-12-27 15:51:37 +03:00
macro-comma-support-rpass.rs Allow deprecated try macro in test crates 2019-08-09 02:29:44 +00:00
macro-comma-support.rs Remove licenses 2018-12-25 21:08:33 -07:00
macro-comma-support.stderr Update tests 2019-03-11 23:10:26 +03:00
macro-context.rs Remove licenses 2018-12-25 21:08:33 -07:00
macro-context.stderr Update tests 2019-03-11 23:10:26 +03:00
macro-crate-def-only.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-crate-nonterminal-non-root.rs Remove licenses 2018-12-25 21:08:33 -07:00
macro-crate-nonterminal-non-root.stderr Update tests 2019-03-11 23:10:26 +03:00
macro-crate-nonterminal-renamed.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-crate-nonterminal.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-crate-use.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-deep_expansion.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-delimiter-significance.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-deprecation.rs Address review comments + Fix rebase 2019-07-07 13:04:07 +03:00
macro-deprecation.stderr normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
macro-doc-comments.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-doc-escapes.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-doc-raw-str-hashes.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-error.rs Remove licenses 2018-12-25 21:08:33 -07:00
macro-error.stderr expand: Merge expand_{bang,attr,derive}_invoc into a single function 2019-07-11 00:12:57 +03:00
macro-expansion-tests.rs Remove licenses 2018-12-25 21:08:33 -07:00
macro-expansion-tests.stderr resolve: Remove ! from "cannot find" diagnostics for macros 2019-09-15 13:22:07 +03:00
macro-export-inner-module.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-first-set.rs syntax: Support modern attribute syntax in the meta matcher 2019-09-30 22:58:22 +03:00
macro-follow-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
macro-follow.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
macro-follow.stderr Fix typo in Delimited::open_tt 2019-07-27 11:50:09 +02:00
macro-followed-by-seq-bad.rs Remove licenses 2018-12-25 21:08:33 -07:00
macro-followed-by-seq-bad.stderr Update tests 2019-03-11 23:10:26 +03:00
macro-followed-by-seq.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-in-expression-context-2.rs Update ui tests 2018-12-04 10:06:05 +01:00
macro-in-expression-context-2.stderr Reword EOF in macro arm message 2018-11-23 15:49:31 -08:00
macro-in-expression-context.fixed Modify invalid macro in expression context diagnostic 2018-10-23 10:07:34 -07:00
macro-in-expression-context.rs Modify invalid macro in expression context diagnostic 2018-10-23 10:07:34 -07:00
macro-in-expression-context.stderr Modify invalid macro in expression context diagnostic 2018-10-23 10:07:34 -07:00
macro-in-fn.rs review comments 2019-08-21 16:11:01 -07:00
macro-include-items.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-inner-attributes.rs Introduce #[rustc_dummy] attribute and use it in tests 2019-06-08 23:55:25 +03:00
macro-inner-attributes.stderr Remove licenses 2018-12-25 21:08:33 -07:00
macro-input-future-proofing.rs Remove licenses 2018-12-25 21:08:33 -07:00
macro-input-future-proofing.stderr syntax: Keep full Tokens for macro_rules separators 2019-06-08 20:36:20 +03:00
macro-interpolation.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-invalid-fragment-spec.rs Remove licenses 2018-12-25 21:08:33 -07:00
macro-invalid-fragment-spec.stderr Remove licenses 2018-12-25 21:08:33 -07:00
macro-invocation-in-count-expr-fixed-array-type.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-lifetime-used-with-bound.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-lifetime-used-with-labels.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-lifetime-used-with-labels.stderr tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-lifetime-used-with-static.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-lifetime.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-literal.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-local-data-key-priv.rs Remove licenses 2018-12-25 21:08:33 -07:00
macro-local-data-key-priv.stderr Remove licenses 2018-12-25 21:08:33 -07:00
macro-match-nonterminal.rs Remove licenses 2018-12-25 21:08:33 -07:00
macro-match-nonterminal.stderr Update tests 2019-03-11 23:10:26 +03:00
macro-meta-items-modern.rs Address review comments 2019-10-01 01:10:12 +03:00
macro-meta-items.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-method-issue-4621.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-missing-delimiters.rs Remove licenses 2018-12-25 21:08:33 -07:00
macro-missing-delimiters.stderr Update tests 2019-03-11 23:10:26 +03:00
macro-missing-fragment.rs Remove licenses 2018-12-25 21:08:33 -07:00
macro-missing-fragment.stderr Update tests 2019-03-11 23:10:26 +03:00
macro-multiple-items.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-multiple-matcher-bindings.rs remove warn 2019-04-11 15:09:43 -05:00
macro-multiple-matcher-bindings.stderr make duplicate matcher bindings a hard error 2019-04-10 21:29:17 -05:00
macro-name-typo.rs Remove licenses 2018-12-25 21:08:33 -07:00
macro-name-typo.stderr resolve: Remove ! from "cannot find" diagnostics for macros 2019-09-15 13:22:07 +03:00
macro-named-default.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-nested_definition_issue-31946.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-nested_expr.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-nested_stmt_macros.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-non-lifetime.rs Remove licenses 2018-12-25 21:08:33 -07:00
macro-non-lifetime.stderr Remove licenses 2018-12-25 21:08:33 -07:00
macro-nt-list.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-of-higher-order.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-outer-attributes.rs Introduce #[rustc_dummy] attribute and use it in tests 2019-06-08 23:55:25 +03:00
macro-outer-attributes.stderr Update tests 2019-03-11 23:10:26 +03:00
macro-parameter-span.rs Remove licenses 2018-12-25 21:08:33 -07:00
macro-parameter-span.stderr Update tests 2019-03-11 23:10:26 +03:00
macro-pat-follow.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-pat-neg-lit.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-pat.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-path-prelude-fail-1.rs clarify what the item is in "not a module" error 2019-04-10 12:55:21 -04:00
macro-path-prelude-fail-1.stderr clarify what the item is in "not a module" error 2019-04-10 12:55:21 -04:00
macro-path-prelude-fail-2.rs Remove licenses 2018-12-25 21:08:33 -07:00
macro-path-prelude-fail-2.stderr Update tests 2019-03-11 23:10:26 +03:00
macro-path-prelude-fail-3.rs resolve: Remove ! from "cannot find" diagnostics for macros 2019-09-15 13:22:07 +03:00
macro-path-prelude-fail-3.stderr resolve: Remove ! from "cannot find" diagnostics for macros 2019-09-15 13:22:07 +03:00
macro-path-prelude-fail-4.rs resolve/expand: Catch macro kind mismatches early in resolve 2019-07-11 00:12:08 +03:00
macro-path-prelude-fail-4.stderr resolve/expand: Catch macro kind mismatches early in resolve 2019-07-11 00:12:08 +03:00
macro-path-prelude-pass.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
macro-path-prelude-pass.stderr normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
macro-path-prelude-shadowing.rs Remove licenses 2018-12-25 21:08:33 -07:00
macro-path-prelude-shadowing.stderr diagnostics: Describe crate root modules in DefKind::Mod as "crate" 2019-08-10 23:17:20 +03:00
macro-path.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-pub-matcher.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-reexport-removed.rs resolve: Tweak "cannot find" wording for attributes 2019-09-15 13:10:12 +03:00
macro-reexport-removed.stderr resolve: Tweak "cannot find" wording for attributes 2019-09-15 13:10:12 +03:00
macro-seq-followed-by-seq.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-shadowing-relaxed.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
macro-shadowing.rs Remove licenses 2018-12-25 21:08:33 -07:00
macro-shadowing.stderr Update tests 2019-03-11 23:10:26 +03:00
macro-stability-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
macro-stability.rs Support deprecation checking for macros 2019-07-07 13:04:07 +03:00
macro-stability.stderr normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
macro-stmt-matchers.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
macro-stmt.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-stmt_macro_in_expr_macro.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-tt-followed-by-seq.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-tt-matchers.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
macro-use-all-and-none.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-use-all-and-none.stderr tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-use-all.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-use-bad-args-1.rs Remove lint annotations in specific crates that are already enforced by rustbuild 2019-07-28 18:46:24 +03:00
macro-use-bad-args-1.stderr Remove lint annotations in specific crates that are already enforced by rustbuild 2019-07-28 18:46:24 +03:00
macro-use-bad-args-2.rs Remove lint annotations in specific crates that are already enforced by rustbuild 2019-07-28 18:46:24 +03:00
macro-use-bad-args-2.stderr Remove lint annotations in specific crates that are already enforced by rustbuild 2019-07-28 18:46:24 +03:00
macro-use-both.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-use-one.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-use-scope.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
macro-use-undef.rs Remove licenses 2018-12-25 21:08:33 -07:00
macro-use-undef.stderr Update tests 2019-03-11 23:10:26 +03:00
macro-use-wrong-name.rs Remove licenses 2018-12-25 21:08:33 -07:00
macro-use-wrong-name.stderr resolve: Remove ! from "cannot find" diagnostics for macros 2019-09-15 13:22:07 +03:00
macro-with-attrs1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-with-attrs2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-with-braces-in-expr-position.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro_path_as_generic_bound.rs Remove licenses 2018-12-25 21:08:33 -07:00
macro_path_as_generic_bound.stderr Update tests 2019-03-11 23:10:26 +03:00
macro_undefined.rs Remove licenses 2018-12-25 21:08:33 -07:00
macro_undefined.stderr resolve: Remove ! from "cannot find" diagnostics for macros 2019-09-15 13:22:07 +03:00
macro_with_super_2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macros-in-extern.rs Stabilize macros in extern blocks 2019-09-30 21:59:35 +03:00
macros-nonfatal-errors.rs Fix two UI tests with locale-dependent output 2018-10-05 11:37:48 +04:00
macros-nonfatal-errors.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
meta-item-absolute-path.rs Implement basic input validation for built-in attributes 2019-01-13 14:17:19 +03:00
meta-item-absolute-path.stderr Don't recommend extern crate syntax 2019-08-05 18:19:01 +01:00
meta-variable-misuse.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
missing-comma.rs Add guard for missing comma in macro call suggestion 2019-04-24 16:45:29 -07:00
missing-comma.stderr Handle more cases of typos misinterpreted as type ascription 2019-07-19 10:56:37 -07:00
must-use-in-macro-55516.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
must-use-in-macro-55516.stderr Distinguish depending on error level 2019-03-31 07:51:31 +09:00
nonterminal-matching.rs Remove licenses 2018-12-25 21:08:33 -07:00
nonterminal-matching.stderr syntax: Remove SyntaxExtension::DeclMacro 2019-06-10 21:33:31 +03:00
parse-complex-macro-invoc-op.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
paths-in-macro-invocations.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
pub-item-inside-macro.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
pub-method-inside-macro.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
restricted-shadowing-legacy.rs Add checks for expected macro output in restricted shadowing tests 2018-09-08 14:15:11 +03:00
restricted-shadowing-legacy.stderr Update tests 2019-03-11 23:10:26 +03:00
restricted-shadowing-modern.rs Cherry-pick src/test changes with Centril's changes 2019-08-19 22:31:46 +01:00
restricted-shadowing-modern.stderr Cherry-pick src/test changes with Centril's changes 2019-08-19 22:31:46 +01:00
same-sequence-span.rs Stabilize proc macros generating macro_rules items 2019-10-15 10:03:51 +03:00
same-sequence-span.stderr Stabilize proc macros generating macro_rules items 2019-10-15 10:03:51 +03:00
semi-after-macro-ty.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
span-covering-argument-1.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
span-covering-argument-1.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
stmt_expr_attr_macro_parse.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
syntax-extension-cfg.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
syntax-extension-source-utils.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
trace-macro.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
trace-macro.stderr Hygienize use of built-in macros in the standard library 2019-08-15 22:58:50 +03:00
trace_faulty_macros.rs Remove licenses 2018-12-25 21:08:33 -07:00
trace_faulty_macros.stderr pprust: Use print_mac_common for delimited token groups 2019-07-15 12:42:07 +03:00
try-macro.rs Allow deprecated try macro in test crates 2019-08-09 02:29:44 +00:00
two-macro-use.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
type-macros-hlist.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
type-macros-simple.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
typeck-macro-interaction-issue-8852.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
unknown-builtin.rs Introduce built-in macros through libcore 2019-07-26 13:09:54 +03:00
unknown-builtin.stderr Introduce built-in macros through libcore 2019-07-26 13:09:54 +03:00
use-macro-self.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00