rust/tests/ui/asm
Matthias Krüger 99453cea9d
Rollup merge of #129421 - jdonszelmann:naked-repr-align-functions, r=workingjubilee,compiler-errors
add repr to the allowlist for naked functions

Fixes #129412 (combining unstable features #90957 (`#![feature(naked_functions)]`) and #82232 (`#![feature(fn_align)]`)
2024-08-28 17:12:11 +02:00
..
aarch64 Add f16 and f128 inline ASM support for aarch64 2024-08-25 00:13:25 +01:00
x86_64 stabilize asm_const 2024-08-13 23:18:31 +02:00
arm-low-dreg.rs
bad-arch.rs
bad-arch.stderr
bad-template.aarch64.stderr
bad-template.rs stabilize asm_const 2024-08-13 23:18:31 +02:00
bad-template.x86_64.stderr
binary_asm_labels_allowed.rs Change binary_asm_labels to only fire on x86 and x86_64 2024-07-18 15:00:56 -05:00
binary_asm_labels.rs
binary_asm_labels.stderr Update the binary_asm_label message 2024-07-18 17:00:43 -04:00
const-error.rs stabilize asm_const 2024-08-13 23:18:31 +02:00
const-error.stderr stabilize asm_const 2024-08-13 23:18:31 +02:00
empty_global_asm.rs
fail-const-eval-issue-121099.rs stabilize asm_const 2024-08-13 23:18:31 +02:00
fail-const-eval-issue-121099.stderr stabilize asm_const 2024-08-13 23:18:31 +02:00
generic-const.rs stabilize asm_const 2024-08-13 23:18:31 +02:00
inline-syntax.arm_llvm_18.stderr
inline-syntax.arm.stderr
inline-syntax.rs
inline-syntax.x86_64.stderr
invalid-const-operand.rs stabilize asm_const 2024-08-13 23:18:31 +02:00
invalid-const-operand.stderr stabilize asm_const 2024-08-13 23:18:31 +02:00
invalid-sym-operand.rs add needs-asm-support to invalid-sym-operand 2024-08-02 19:59:34 +01:00
invalid-sym-operand.stderr add needs-asm-support to invalid-sym-operand 2024-08-02 19:59:34 +01:00
issue-72570.rs
issue-72570.stderr
issue-85247.rs
issue-85247.rwpi.stderr
issue-87802.rs
issue-87802.stderr
issue-89305.rs
issue-89305.stderr
issue-92378.rs
issue-97490.rs
issue-99071.rs
issue-99071.stderr
issue-99122-2.rs
issue-99122.rs
issue-99122.stderr
issue-113788.rs
issue-113788.stderr
may_unwind.rs
naked-functions-ffi.rs
naked-functions-ffi.stderr
naked-functions-inline.rs switch to an allowlist approach 2024-07-27 12:55:39 +02:00
naked-functions-inline.stderr switch to an allowlist approach 2024-07-27 12:55:39 +02:00
naked-functions-instruction-set.rs switch to an allowlist approach 2024-07-27 12:55:39 +02:00
naked-functions-testattrs.rs switch to an allowlist approach 2024-07-27 12:55:39 +02:00
naked-functions-testattrs.stderr switch to an allowlist approach 2024-07-27 12:55:39 +02:00
naked-functions-unused.aarch64.stderr
naked-functions-unused.rs
naked-functions-unused.x86_64.stderr
naked-functions.rs stabilize asm_const 2024-08-13 23:18:31 +02:00
naked-functions.stderr Rollup merge of #127853 - folkertdev:naked-function-error-messages, r=bjorn3 2024-07-28 08:57:16 +02:00
naked-invalid-attr.rs
naked-invalid-attr.stderr
naked-with-invalid-repr-attr.rs add uitest for naked functions and the repr attr on functions 2024-08-27 17:17:55 +02:00
naked-with-invalid-repr-attr.stderr add uitest for naked functions and the repr attr on functions 2024-08-27 17:17:55 +02:00
named-asm-labels.rs stabilize asm_const 2024-08-13 23:18:31 +02:00
named-asm-labels.s
named-asm-labels.stderr stabilize asm_const 2024-08-13 23:18:31 +02:00
noreturn.rs
parse-error.rs stabilize asm_const 2024-08-13 23:18:31 +02:00
parse-error.stderr stabilize asm_const 2024-08-13 23:18:31 +02:00
reg-conflict.rs
reg-conflict.stderr
simple_global_asm.rs
type-check-1.rs stabilize asm_const 2024-08-13 23:18:31 +02:00
type-check-1.stderr stabilize asm_const 2024-08-13 23:18:31 +02:00
type-check-4.rs
type-check-4.stderr
unpretty-expanded.rs
unpretty-expanded.stdout
unsupported-option.fixed add needs-asm-support to tests/ui/asm/unsupported-option.rs 2024-07-27 19:27:20 +02:00
unsupported-option.rs add needs-asm-support to tests/ui/asm/unsupported-option.rs 2024-07-27 19:27:20 +02:00
unsupported-option.stderr add needs-asm-support to tests/ui/asm/unsupported-option.rs 2024-07-27 19:27:20 +02:00