rust/src/test/ui/simd
bors af780e569d Auto merge of #78380 - bstrie:rm-old-num-const-from-tests, r=jyn514
Update tests to remove old numeric constants

Part of #68490.

Care has been taken to leave the old consts where appropriate, for testing backcompat regressions, module shadowing, etc. The intrinsics docs were accidentally referring to some methods on f64 as std::f64, which I changed due to being contrary with how we normally disambiguate the shadow module from the primitive. In one other place I changed std::u8 to std::ops since it was just testing path handling in macros.

For places which have legitimate uses of the old consts, deprecated attributes have been optimistically inserted. Although currently unnecessary, they exist to emphasize to any future deprecation effort the necessity of these specific symbols and prevent them from being accidentally removed.
2020-11-29 14:29:23 +00:00
..
shuffle-not-out-of-bounds.rs
shuffle-not-out-of-bounds.stderr
simd-array-trait.rs fix up tidy 2020-11-15 18:03:42 +10:00
simd-array-trait.stderr add a canary test for complex repr(simd) 2020-11-15 09:35:04 +10:00
simd-array-type.rs update ui tests 2020-11-08 20:21:28 +10:00
simd-generics.rs update ui tests 2020-11-08 20:21:28 +10:00
simd-intrinsic-float-math.rs
simd-intrinsic-float-minmax.rs Update tests to remove old numeric constants 2020-11-29 00:55:55 -05:00
simd-intrinsic-generic-arithmetic-saturating.rs update ui tests 2020-11-08 20:21:28 +10:00
simd-intrinsic-generic-arithmetic.rs update ui tests 2020-11-08 20:21:28 +10:00
simd-intrinsic-generic-bitmask.rs
simd-intrinsic-generic-cast.rs
simd-intrinsic-generic-comparison.rs Update tests to remove old numeric constants 2020-11-29 00:55:55 -05:00
simd-intrinsic-generic-elements.rs
simd-intrinsic-generic-gather.rs
simd-intrinsic-generic-reduction.rs
simd-intrinsic-generic-select.rs Support vectors with fewer than 8 elements for simd_select_bitmask 2020-10-03 20:35:59 +01:00
simd-size-align.rs
simd-target-feature-mixup.rs
simd-type.rs