rust/src/test/ui/numbers-arithmetic
2022-10-07 18:08:49 +02:00
..
arith-unsigned.rs
div-mod.rs
divide-by-zero.rs
float-int-invalid-const-cast.rs make const_err a hard error 2022-10-07 18:08:49 +02: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
int-abs-overflow.rs Add needs-unwind to tests that depend on panicking 2021-12-09 22:03:52 +00:00
int.rs
integer-literal-radix.rs
integer-literal-suffix-inference-2.rs
integer-literal-suffix-inference-3.rs
integer-literal-suffix-inference.rs
issue-8460-const.noopt.stderr make const_err a hard error 2022-10-07 18:08:49 +02:00
issue-8460-const.opt.stderr make const_err a hard error 2022-10-07 18:08:49 +02:00
issue-8460-const.opt_with_overflow_checks.stderr make const_err a hard error 2022-10-07 18:08:49 +02:00
issue-8460-const.rs make const_err a hard error 2022-10-07 18:08:49 +02:00
issue-8460.rs Add needs-unwind directive to tests where necessary 2022-03-19 16:35:41 +01:00
mod-zero.rs
next-power-of-two-overflow-debug.rs Restore ignore tag 2022-09-23 08:19:58 +02:00
next-power-of-two-overflow-ndebug.rs
not-suggest-float-literal.rs suggest a float literal when dividing a floating-point type by {integer} 2022-02-26 14:28:51 +09:00
not-suggest-float-literal.stderr Refer to the TraitRef::identity in the message to be clearer 2022-04-04 21:06:35 +00:00
num-wrapping.rs
numeric-method-autoexport.rs
overflowing-add.rs
overflowing-lsh-1.rs make const_err a hard error 2022-10-07 18:08:49 +02:00
overflowing-lsh-1.stderr make const_err a hard error 2022-10-07 18:08:49 +02:00
overflowing-lsh-2.rs make const_err a hard error 2022-10-07 18:08:49 +02:00
overflowing-lsh-2.stderr make const_err a hard error 2022-10-07 18:08:49 +02:00
overflowing-lsh-3.rs make const_err a hard error 2022-10-07 18:08:49 +02:00
overflowing-lsh-3.stderr make const_err a hard error 2022-10-07 18:08:49 +02:00
overflowing-lsh-4.rs make const_err a hard error 2022-10-07 18:08:49 +02:00
overflowing-lsh-4.stderr make const_err a hard error 2022-10-07 18:08:49 +02:00
overflowing-mul.rs
overflowing-neg.rs
overflowing-pow-signed.rs
overflowing-pow-unsigned.rs
overflowing-rsh-1.rs make const_err a hard error 2022-10-07 18:08:49 +02:00
overflowing-rsh-1.stderr make const_err a hard error 2022-10-07 18:08:49 +02:00
overflowing-rsh-2.rs make const_err a hard error 2022-10-07 18:08:49 +02:00
overflowing-rsh-2.stderr make const_err a hard error 2022-10-07 18:08:49 +02:00
overflowing-rsh-3.rs make const_err a hard error 2022-10-07 18:08:49 +02:00
overflowing-rsh-3.stderr make const_err a hard error 2022-10-07 18:08:49 +02:00
overflowing-rsh-4.rs make const_err a hard error 2022-10-07 18:08:49 +02:00
overflowing-rsh-4.stderr make const_err a hard error 2022-10-07 18:08:49 +02:00
overflowing-rsh-5.rs make const_err a hard error 2022-10-07 18:08:49 +02:00
overflowing-rsh-5.stderr make const_err a hard error 2022-10-07 18:08:49 +02:00
overflowing-rsh-6.rs make const_err a hard error 2022-10-07 18:08:49 +02:00
overflowing-rsh-6.stderr make const_err a hard error 2022-10-07 18:08:49 +02:00
overflowing-sub.rs
promoted_overflow.rs use -Cstrip=debuginfo with ui tests to reduce disk space usage 2022-06-22 14:43:59 +03:00
promoted_overflow_opt.rs make const_err a hard error 2022-10-07 18:08:49 +02:00
saturating-float-casts-impl.rs
saturating-float-casts-wasm.rs
saturating-float-casts.rs
shift-near-oflo.rs
shift-various-types.rs
shift.rs
signed-shift-const-eval.rs
suggest-float-literal.fixed suggest a float literal when dividing a floating-point type by {integer} 2022-02-26 14:28:51 +09:00
suggest-float-literal.rs suggest a float literal when dividing a floating-point type by {integer} 2022-02-26 14:28:51 +09:00
suggest-float-literal.stderr Refer to the TraitRef::identity in the message to be clearer 2022-04-04 21:06:35 +00:00
u8-incr-decr.rs
u8-incr.rs
u32-decr.rs
u128-as-f32.rs
u128.rs
uint.rs
unary-minus-suffix-inference.rs