rust/src/libsyntax_ext
Mazdak Farrokhzad 4e6e1eccf1
Rollup merge of #66415 - tmandry:force-test-in-process, r=alexcrichton
Add --force-run-in-process unstable option to libtest

When running tests with `-Zpanic_abort_tests`, it's sometimes desirable to fall back to the old behavior of only running tests in-process. This comes in handy if the system process launcher is unavailable, or the test code somehow expects all tests to be run in the same process.

For example, in Fuchsia we have unit tests that actually test the process launcher itself, in which case we can't use the process launcher to run the tests :).

r? @alexcrichton
cc @cramertj,@petrhosek
2019-11-15 18:02:01 +01:00
..
deriving Update to use new librustc_error_codes library 2019-11-14 13:05:42 +01:00
format_foreign Separate libsyntax_ext module 2019-06-16 14:17:01 +03:00
asm.rs Update to use new librustc_error_codes library 2019-11-14 13:05:42 +01:00
assert.rs move syntax::parse -> librustc_parse 2019-11-10 03:57:18 +01:00
Cargo.toml Update to use new librustc_error_codes library 2019-11-14 13:05:42 +01:00
cfg.rs syntax::parser::token -> syntax::token 2019-11-07 13:50:12 +01:00
cmdline_attrs.rs move syntax::parse -> librustc_parse 2019-11-10 03:57:18 +01:00
compile_error.rs move syntax::ext to new crate syntax_expand 2019-10-16 10:59:53 +02:00
concat.rs syntax: use distinct FloatTy from rustc_target. 2019-11-07 05:25:31 +01:00
concat_idents.rs syntax::parser::token -> syntax::token 2019-11-07 13:50:12 +01:00
env.rs Simplify various Symbol use points. 2019-11-02 09:01:02 +11:00
format.rs Rollup merge of #66134 - estebank:unknown-formatting-trait, r=nikomatsakis 2019-11-09 07:18:32 +01:00
format_foreign.rs Separate libsyntax_ext module 2019-06-16 14:17:01 +03:00
global_allocator.rs ast::ItemKind::Fn: use ast::FnSig 2019-11-08 09:32:20 +01:00
global_asm.rs syntax::parser::token -> syntax::token 2019-11-07 13:50:12 +01:00
lib.rs Update to use new librustc_error_codes library 2019-11-14 13:05:42 +01:00
log_syntax.rs move syntax::ext to new crate syntax_expand 2019-10-16 10:59:53 +02:00
plugin_macro_defs.rs syntax::parser::token -> syntax::token 2019-11-07 13:50:12 +01:00
proc_macro_harness.rs Fix error message about exported symbols from proc-macro crates 2019-11-11 08:04:39 +01:00
source_util.rs expand source_util macros with def-site context 2019-11-12 17:48:33 -05:00
standard_library_imports.rs rustc, rustc_passes: don't depend on syntax_expand. 2019-10-27 17:05:57 +01:00
test.rs ast::ItemKind::Fn: use ast::FnSig 2019-11-08 09:32:20 +01:00
test_harness.rs Improve error message for tests with panic=abort 2019-11-15 05:52:06 -08:00
trace_macros.rs move syntax::ext to new crate syntax_expand 2019-10-16 10:59:53 +02:00
util.rs move syntax::parse -> librustc_parse 2019-11-10 03:57:18 +01:00