.. |
auxiliary
|
update/bless tests
|
2025-04-06 21:41:47 +02:00 |
always-gets-overridden.rs
|
remove support for rustc_intrinsic_must_be_overridden from the compiler
|
2025-02-24 07:53:59 +01:00 |
bad-intrinsic-monomorphization.rs
|
remove most simd_ intrinsic declaration in tests
|
2025-02-27 12:22:59 +01:00 |
bad-intrinsic-monomorphization.stderr
|
remove most simd_ intrinsic declaration in tests
|
2025-02-27 12:22:59 +01:00 |
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
|
Try to write the panic message with a single write_all call
|
2025-01-01 15:58:29 +01:00 |
const-eval-select-backtrace.rs
|
const_eval_select: make it safe but be careful with what we expose on stable for now
|
2024-03-02 16:09:31 +01:00 |
const-eval-select-backtrace.run.stderr
|
Try to write the panic message with a single write_all call
|
2025-01-01 15:58:29 +01:00 |
const-eval-select-bad.rs
|
Shorten error message for callable with wrong return type
|
2025-02-02 01:00:33 +00:00 |
const-eval-select-bad.stderr
|
Shorten error message for callable with wrong return type
|
2025-02-02 01:00:33 +00:00 |
const-eval-select-stability.rs
|
Re-do recursive const stability checks
|
2024-10-25 20:31:40 +02:00 |
const-eval-select-stability.stderr
|
Re-do recursive const stability checks
|
2024-10-25 20:31:40 +02:00 |
const-eval-select-x86_64.rs
|
const_eval_select: make it safe but be careful with what we expose on stable for now
|
2024-03-02 16:09:31 +01:00 |
const-eval-select.rs
|
const_eval_select: make it safe but be careful with what we expose on stable for now
|
2024-03-02 16:09:31 +01:00 |
incorrect-read_via_copy-defn.rs
|
update/bless tests
|
2025-04-06 21:41:47 +02:00 |
incorrect-read_via_copy-defn.stderr
|
update/bless tests
|
2025-04-06 21:41:47 +02:00 |
incorrect-transmute.rs
|
update/bless tests
|
2025-04-06 21:41:47 +02:00 |
incorrect-transmute.stderr
|
update/bless tests
|
2025-04-06 21:41:47 +02:00 |
intrinsic-alignment.rs
|
add alignment info for test
|
2024-12-16 14:59:10 -05: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
|
replace some #[rustc_intrinsic] usage with use of the libcore declarations
|
2025-04-16 14:48:20 +02:00 |
intrinsic-fmuladd.rs
|
intrinsics.fmuladdf{16,32,64,128}: expose llvm.fmuladd.* semantics
|
2024-10-11 15:32:56 -06:00 |
intrinsic-raw_eq-const-bad.rs
|
UI tests: add missing diagnostic kinds where possible
|
2025-04-08 23:06:31 +03:00 |
intrinsic-raw_eq-const-bad.stderr
|
most const intrinsics don't need an explicit rustc_const_unstable any more
|
2024-11-04 23:27:46 +01:00 |
intrinsic-raw_eq-const.rs
|
most const intrinsics don't need an explicit rustc_const_unstable any more
|
2024-11-04 23:27:46 +01: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
|
remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functions instead
|
2024-11-08 09:16:00 +01:00 |
intrinsics-math.rs
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
invalid-ABI-rust-intrinsic.rs
|
update/bless tests
|
2025-04-06 21:41:47 +02:00 |
invalid-ABI-rust-intrinsic.stderr
|
update/bless tests
|
2025-04-06 21:41:47 +02:00 |
issue-28575.rs
|
update/bless tests
|
2025-04-06 21:41:47 +02:00 |
issue-28575.stderr
|
update/bless tests
|
2025-04-06 21:41:47 +02: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
|
|
|
not-overridden.rs
|
rustc_intrinsic: support functions without body; they are implicitly marked as must-be-overridden
|
2025-01-04 11:41:51 +01:00 |
not-overridden.stderr
|
Auto merge of #135031 - RalfJung:intrinsics-without-body, r=oli-obk
|
2025-01-04 12:50:38 +00:00 |
panic-uninitialized-zeroed.rs
|
tests: use needs-subprocess instead of ignore-{wasm32,emscripten,sgx}
|
2025-01-23 20:51:29 +08:00 |
reify-intrinsic.rs
|
fix reify-intrinsic test
|
2025-01-23 08:06:37 -07:00 |
reify-intrinsic.stderr
|
fix reify-intrinsic test
|
2025-01-23 08:06:37 -07:00 |
safe-intrinsic-mismatch.rs
|
update/bless tests
|
2025-04-06 21:41:47 +02:00 |
safe-intrinsic-mismatch.stderr
|
update/bless tests
|
2025-04-06 21:41:47 +02: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
|
use backticks instead of single quotes when reporting "use of unstable library feature"
|
2024-11-03 13:55:52 -08:00 |