rust/tests/compile-fail/intrinsics
2022-03-17 13:08:01 -04:00
..
assume.rs
copy_null.rs add ptr_offset_from OOB test, and update test errors 2022-03-10 18:56:19 -05:00
copy_overflow.rs rustup 2021-03-10 15:21:12 +01:00
copy_overlapping.rs
copy_unaligned.rs
ctlz_nonzero.rs
cttz_nonzero.rs
div-by-zero.rs portable SIMD: add rem intrinsic; test div and rem intrinsic UB 2021-11-25 17:13:33 -05:00
exact_div1.rs
exact_div2.rs bump Rust 2020-06-26 20:36:08 +02:00
exact_div3.rs bump Rust 2020-06-26 20:36:08 +02:00
exact_div4.rs adjust for div/rem overflow being UB 2022-03-03 12:14:24 -05:00
float_to_int_32_inf1.rs add tests for invalid float-to-int casts 2020-04-12 12:01:20 +02:00
float_to_int_32_infneg1.rs add tests for invalid float-to-int casts 2020-04-12 12:01:20 +02:00
float_to_int_32_nan.rs add tests for invalid float-to-int casts 2020-04-12 12:01:20 +02:00
float_to_int_32_nanneg.rs add tests for invalid float-to-int casts 2020-04-12 12:01:20 +02:00
float_to_int_32_neg.rs add tests for invalid float-to-int casts 2020-04-12 12:01:20 +02:00
float_to_int_32_too_big1.rs add tests for invalid float-to-int casts 2020-04-12 12:01:20 +02:00
float_to_int_32_too_big2.rs add tests for invalid float-to-int casts 2020-04-12 12:01:20 +02:00
float_to_int_32_too_small1.rs add tests for invalid float-to-int casts 2020-04-12 12:01:20 +02:00
float_to_int_64_inf1.rs add tests for invalid float-to-int casts 2020-04-12 12:01:20 +02:00
float_to_int_64_infneg1.rs add tests for invalid float-to-int casts 2020-04-12 12:01:20 +02:00
float_to_int_64_infneg2.rs add tests for invalid float-to-int casts 2020-04-12 12:01:20 +02:00
float_to_int_64_nan.rs add tests for invalid float-to-int casts 2020-04-12 12:01:20 +02:00
float_to_int_64_neg.rs add tests for invalid float-to-int casts 2020-04-12 12:01:20 +02:00
float_to_int_64_too_big1.rs add tests for invalid float-to-int casts 2020-04-12 12:01:20 +02:00
float_to_int_64_too_big2.rs add tests for invalid float-to-int casts 2020-04-12 12:01:20 +02:00
float_to_int_64_too_big3.rs add tests for invalid float-to-int casts 2020-04-12 12:01:20 +02:00
float_to_int_64_too_big4.rs use u128::MAX symbolic name 2020-04-18 10:11:45 +02:00
float_to_int_64_too_big5.rs add tests for invalid float-to-int casts 2020-04-12 12:01:20 +02:00
float_to_int_64_too_big6.rs test some more extreme cast cases 2020-04-19 09:34:54 +02:00
float_to_int_64_too_big7.rs test some more extreme cast cases 2020-04-19 09:34:54 +02:00
float_to_int_64_too_small1.rs add tests for invalid float-to-int casts 2020-04-12 12:01:20 +02:00
float_to_int_64_too_small2.rs add tests for invalid float-to-int casts 2020-04-12 12:01:20 +02:00
float_to_int_64_too_small3.rs add tests for invalid float-to-int casts 2020-04-12 12:01:20 +02:00
out_of_bounds_ptr_1.rs adjust Miri to Pointer type overhaul 2021-07-16 10:10:12 +02:00
out_of_bounds_ptr_2.rs adjust Miri to Pointer type overhaul 2021-07-16 10:10:12 +02:00
out_of_bounds_ptr_3.rs test for negative offsets 2021-07-20 13:30:49 +02:00
overflowing-unchecked-rsh.rs
ptr_offset_0_plus_0.rs add ptr_offset_from OOB test, and update test errors 2022-03-10 18:56:19 -05:00
ptr_offset_from_oob.rs add ptr_offset_from OOB test, and update test errors 2022-03-10 18:56:19 -05:00
ptr_offset_int_plus_int.rs Update pointer error messages 2021-05-08 15:33:27 +08:00
ptr_offset_int_plus_ptr.rs Update pointer error messages 2021-05-08 15:33:27 +08:00
ptr_offset_overflow.rs
ptr_offset_ptr_plus_0.rs adjust Miri to Pointer type overhaul 2021-07-16 10:10:12 +02:00
rem-by-zero.rs portable SIMD: add rem intrinsic; test div and rem intrinsic UB 2021-11-25 17:13:33 -05:00
simd-div-by-zero.rs portable SIMD: add rem intrinsic; test div and rem intrinsic UB 2021-11-25 17:13:33 -05:00
simd-div-overflow.rs add test for simd division overflow UB 2022-03-03 12:32:42 -05:00
simd-float-to-int.rs implement simd_cast, simd_as 2022-03-07 09:40:23 -05:00
simd-gather.rs implement simd_scatter 2022-03-09 19:29:05 -05:00
simd-reduce-invalid-bool.rs implement simd_eq and simd_reduce_any 2022-02-21 21:41:52 -05:00
simd-rem-by-zero.rs portable SIMD: add rem intrinsic; test div and rem intrinsic UB 2021-11-25 17:13:33 -05:00
simd-scatter.rs implement simd_scatter 2022-03-09 19:29:05 -05:00
simd-select-bitmask-invalid.rs detect when unused bits of a SIMD bitmask are non-0 2022-03-17 13:08:01 -04:00
simd-select-invalid-bool.rs detect when unused bits of a SIMD bitmask are non-0 2022-03-17 13:08:01 -04:00
simd-shl-too-far.rs implement shl and shr SIMD intrinsics 2021-11-25 17:26:37 -05:00
simd-shr-too-far.rs implement shl and shr SIMD intrinsics 2021-11-25 17:26:37 -05:00
unchecked_add1.rs
unchecked_add2.rs
unchecked_div1.rs adjust for div/rem overflow being UB 2022-03-03 12:14:24 -05:00
unchecked_mul1.rs
unchecked_mul2.rs
unchecked_sub1.rs
unchecked_sub2.rs
uninit_uninhabited_type.rs rustup 2020-12-10 19:53:45 +01:00
write_bytes_null.rs add ptr_offset_from OOB test, and update test errors 2022-03-10 18:56:19 -05:00
write_bytes_overflow.rs
zero_fn_ptr.rs rustup 2020-12-10 19:53:45 +01:00