rust/src/test/ui/numbers-arithmetic
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
..
arith-0.rs
arith-1.rs
arith-2.rs
arith-unsigned.rs
div-mod.rs
float-int-invalid-const-cast.rs Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
float-literal-inference.rs
float-nan.rs
float-signature.rs
float.rs
float2.rs
float_math.rs
floatlits.rs
i8-incr.rs
i32-sub.rs
i128.rs Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
int-abs-overflow.rs
int.rs
integer-literal-radix.rs
integer-literal-suffix-inference-2.rs
integer-literal-suffix-inference-3.rs
integer-literal-suffix-inference.rs
next-power-of-two-overflow-debug.rs Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
next-power-of-two-overflow-ndebug.rs
num-wrapping.rs
numeric-method-autoexport.rs
promoted_overflow_opt.rs
saturating-float-casts.rs
shift-near-oflo.rs
shift-various-types.rs
shift.rs
signed-shift-const-eval.rs
u8-incr-decr.rs
u8-incr.rs
u32-decr.rs
u128-as-f32.rs Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
u128.rs Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
uint.rs