rust/tests/ui/intrinsics
bors 5c786a7fe3 Auto merge of #121516 - RalfJung:platform-intrinsics-begone, r=oli-obk
remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsics

`@Amanieu` `@workingjubilee` I don't think there is any reason these need to be "special"? The [original RFC](https://rust-lang.github.io/rfcs/1199-simd-infrastructure.html) indicated eventually making them stable, but I think that is no longer the plan, so seems to me like we can clean this up a bit.

Blocked on https://github.com/rust-lang/stdarch/pull/1538, https://github.com/rust-lang/rust/pull/121542.
2024-02-26 22:24:16 +00:00
..
auxiliary
bad-intrinsic-monomorphization.rs fix use of platform_intrinsics in tests 2024-02-25 08:15:44 +01:00
bad-intrinsic-monomorphization.stderr
const-eval-select-backtrace-std.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
const-eval-select-backtrace-std.run.stderr Improve spans for indexing expressions 2023-08-04 13:17:39 +02:00
const-eval-select-backtrace.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
const-eval-select-backtrace.run.stderr Change default panic handler message format. 2023-07-29 11:42:50 +02:00
const-eval-select-bad.rs Pretty print Fn traits in rustc_on_unimplemented 2023-11-02 20:57:05 +00:00
const-eval-select-bad.stderr Check const_eval_select intrinsic correctly 2023-12-18 20:28:06 +00:00
const-eval-select-stability.rs
const-eval-select-stability.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
const-eval-select-x86_64.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
const-eval-select.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
feature-gate-safe-intrinsic.rs Gate and validate #[rustc_safe_intrinsic] 2023-09-25 22:33:15 +02:00
feature-gate-safe-intrinsic.stderr Bless tests 2024-01-13 12:46:58 -05:00
intrinsic-alignment.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
intrinsic-assume.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
intrinsic-atomics-cc.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
intrinsic-atomics.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
intrinsic-nearby.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
intrinsic-raw_eq-const-bad.rs const validation: point at where we found a pointer but expected an integer 2023-08-02 18:51:50 +02:00
intrinsic-raw_eq-const-bad.stderr Normalize alloc-id in tests. 2023-10-16 16:29:35 +00:00
intrinsic-raw_eq-const.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
intrinsic-unreachable.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
intrinsic-volatile.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
intrinsics-integer.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
intrinsics-math.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-28575.rs Remove revisions for THIR unsafeck 2024-01-05 09:30:27 +00:00
issue-28575.stderr Remove revisions for THIR unsafeck 2024-01-05 09:30:27 +00:00
issue-84297-reifying-copy.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
non-integer-atomic.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
non-integer-atomic.stderr
panic-uninitialized-zeroed.rs Use generic NonZero in tests. 2024-02-25 12:03:48 +01:00
safe-intrinsic-mismatch.rs Give the (un)likely intrinsics fallback bodies 2024-02-16 22:26:01 +00:00
safe-intrinsic-mismatch.stderr Give the (un)likely intrinsics fallback bodies 2024-02-16 22:26:01 +00:00
unchecked_math_unsafe.rs Remove revisions for THIR unsafeck 2024-01-05 09:30:27 +00:00
unchecked_math_unsafe.stderr Stabilize THIR unsafeck 2024-01-05 10:00:59 +00:00
unchecked_math_unstable.rs
unchecked_math_unstable.stderr Bless tests 2024-01-13 12:46:58 -05:00