This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2026-04-29 11:51:31 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e54a3d33efb5fe255cdc2339e6221bbe253dcd38
rust
/
tests
/
ui
/
simd
T
History
mu001999
0436634084
Remove unused features in tests
2026-03-04 08:06:45 +08:00
..
auxiliary
…
intrinsic
Rollup merge of
#151346
- folkertdev:simd-splat, r=workingjubilee
2026-01-24 21:04:15 +01:00
array-trait.rs
…
array-trait.stderr
…
array-type.rs
…
const-err-trumps-simd-err.rs
…
const-err-trumps-simd-err.stderr
…
dont-invalid-bitcast-masks.rs
Update std and tests to match std::simd API (remove LaneCount bound and rename to_int to to_simd)
2026-01-28 18:35:17 -05:00
dont-invalid-bitcast-x86_64.rs
…
empty-simd-vector-in-operand.rs
…
empty-simd-vector-in-operand.stderr
…
extern-static-zero-length.rs
Fix ICE when using zero-length SIMD type in extern static
2026-01-22 21:16:34 +03:00
extern-static-zero-length.stderr
Fix ICE when using zero-length SIMD type in extern static
2026-01-22 21:16:34 +03:00
generics.rs
…
issue-17170.rs
…
issue-32947.rs
…
issue-39720.rs
…
issue-85915-simd-ptrs.rs
…
issue-89193.rs
…
issue-105439.rs
…
libm_no_std_cant_float.rs
…
libm_no_std_cant_float.stderr
…
libm_std_can_float.rs
…
masked-load-store-build-fail.rs
…
masked-load-store-build-fail.stderr
…
masked-load-store-check-fail.rs
…
masked-load-store-check-fail.stderr
…
masked-load-store.rs
Enable const-testing for the ported SIMD intrinsics
2025-11-17 20:10:14 +05:30
monomorphize-heterogeneous.rs
…
monomorphize-heterogeneous.stderr
…
monomorphize-shuffle-index.generic.stderr
…
monomorphize-shuffle-index.rs
Remove unused features in tests
2026-03-04 08:06:45 +08:00
monomorphize-too-long.rs
…
monomorphize-too-long.stderr
…
monomorphize-zero-length.rs
…
monomorphize-zero-length.stderr
…
not-out-of-bounds.rs
…
not-out-of-bounds.stderr
…
portable-intrinsics-arent-exposed.rs
Gate 2015 UI tests
2025-11-27 11:19:00 -05:00
portable-intrinsics-arent-exposed.stderr
Make suggestion verbose and fix incorrect suggestion usage
2026-02-17 16:51:53 +00:00
repr_packed.rs
…
repr-simd-on-enum.rs
…
repr-simd-on-enum.stderr
…
shuffle.rs
…
simd-bitmask-notpow2.rs
Enable const-testing for the ported SIMD intrinsics
2025-11-17 20:10:14 +05:30
simd-bitmask.rs
Enable const-testing for the ported SIMD intrinsics
2025-11-17 20:10:14 +05:30
simd-lane-limit-err-npow2.rs
…
simd-lane-limit-err-npow2.stderr
…
simd-lane-limit-err.rs
…
simd-lane-limit-err.stderr
…
simd-lane-limit-ok.rs
…
size-align.rs
…
target-feature-mixup.rs
remove
#![allow(stable_features)]
from most tests
2026-02-17 08:45:08 +00:00
type-generic-monomorphisation-empty.rs
…
type-generic-monomorphisation-empty.stderr
…
type-generic-monomorphisation-extern-nonnull-ptr.rs
…
type-generic-monomorphisation-non-primitive.rs
…
type-generic-monomorphisation-non-primitive.stderr
…
type-generic-monomorphisation-oversized.rs
…
type-generic-monomorphisation-oversized.stderr
…
type-generic-monomorphisation-power-of-two.rs
…
type-generic-monomorphisation-wide-ptr.rs
…
type-generic-monomorphisation-wide-ptr.stderr
…
type-generic-monomorphisation.rs
…
type-generic-monomorphisation.stderr
…
type-len.rs
…
type-len.stderr
…
type-wide-ptr.rs
…
type-wide-ptr.stderr
…
wasm-simd-indirect.rs
…