rust/src/test/ui/extern
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 Group all ui tests and move to abi #62593 2019-08-15 16:00:54 +02:00
extern-1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
extern-calling-convention-test.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
extern-compare-with-return-type.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
extern-const.fixed Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
extern-const.rs Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
extern-const.stderr Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
extern-crate-rename.rs Remove licenses 2018-12-25 21:08:33 -07:00
extern-crate-rename.stderr Update tests 2019-03-11 23:10:26 +03:00
extern-crate-visibility.rs diagnostics: Describe crate root modules in DefKind::Mod as "crate" 2019-08-10 23:17:20 +03:00
extern-crate-visibility.stderr diagnostics: Describe crate root modules in DefKind::Mod as "crate" 2019-08-10 23:17:20 +03:00
extern-ffi-fn-with-body.rs Detect fn with a body in an extern block 2019-07-13 22:24:11 -07:00
extern-ffi-fn-with-body.stderr review comment 2019-07-13 22:25:23 -07:00
extern-foreign-crate.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
extern-macro.rs Remove licenses 2018-12-25 21:08:33 -07:00
extern-macro.stderr Update tests 2019-03-11 23:10:26 +03:00
extern-main-fn.rs Remove licenses 2018-12-25 21:08:33 -07:00
extern-main-fn.stderr Update tests 2019-03-11 23:10:26 +03:00
extern-methods.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
extern-mod-abi.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
extern-mod-ordering-exe.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
extern-prelude-core.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
extern-prelude-core.stderr tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
extern-prelude-no-speculative.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
extern-prelude-std.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
extern-prelude-std.stderr tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
extern-pub.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
extern-rust.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
extern-take-value.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
extern-thiscall.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
extern-types-distinct-types.rs Remove licenses 2018-12-25 21:08:33 -07:00
extern-types-distinct-types.stderr Update tests 2019-03-11 23:10:26 +03:00
extern-types-inherent-impl.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
extern-types-manual-sync-send.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
extern-types-not-sync-send.rs Remove licenses 2018-12-25 21:08:33 -07:00
extern-types-not-sync-send.stderr Point at type param when it's cause of unfulfilled obligation 2019-09-22 11:33:13 -07:00
extern-types-pointer-cast.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
extern-types-size_of_val.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
extern-types-thin-pointer.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
extern-types-trait-impl.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
extern-types-unsized.rs Remove licenses 2018-12-25 21:08:33 -07:00
extern-types-unsized.stderr Point at type param when it's cause of unfulfilled obligation 2019-09-22 11:33:13 -07:00
extern-vectorcall.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
extern-with-type-bounds.rs Remove licenses 2018-12-25 21:08:33 -07:00
extern-with-type-bounds.stderr Remove licenses 2018-12-25 21:08:33 -07:00
extern-wrong-value-type.rs Remove licenses 2018-12-25 21:08:33 -07:00
extern-wrong-value-type.stderr On obligation errors point at the unfulfilled binding when possible 2019-09-22 11:33:12 -07:00
extern_fat_drop.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
external-doc-error.rs Update test 2019-07-23 17:57:54 +02:00
external-doc-error.stderr Update test 2019-07-23 17:57:54 +02:00
issue-64655-allow-unwind-when-calling-panic-directly.rs emcscripten: ignore another thread-using test 2019-10-11 14:58:05 +02:00
issue-64655-extern-rust-must-allow-unwind.rs ignore-emcscripten as it does not support threads 2019-10-11 09:57:44 +02:00