rust/tests/ui/target-feature
2025-01-28 04:40:42 +01:00
..
auxiliary mark some target features as 'forbidden' so they cannot be (un)set 2024-11-04 22:56:47 +01:00
aarch64-neon-works.rs
allowed-softfloat-target-feature-attribute.rs forbid toggling x87 and fpregs on hard-float targets 2024-12-11 22:18:50 +01:00
allowed-softfloat-target-feature-flag-disable.rs forbid toggling x87 and fpregs on hard-float targets 2024-12-11 22:18:50 +01:00
allowed-softfloat-target-feature-flag-disable.stderr forbid toggling x87 and fpregs on hard-float targets 2024-12-11 22:18:50 +01:00
asm-implied-features-issue-128125.rs
feature-hierarchy.rs remove support for extern-block const intrinsics 2024-11-04 23:27:45 +01:00
forbidden-hardfloat-target-feature-attribute.rs explicitly model that certain ABIs require/forbid certain target features 2024-12-31 12:41:20 +01:00
forbidden-hardfloat-target-feature-attribute.stderr explicitly model that certain ABIs require/forbid certain target features 2024-12-31 12:41:20 +01:00
forbidden-hardfloat-target-feature-cfg.rs forbid toggling x87 and fpregs on hard-float targets 2024-12-11 22:18:50 +01:00
forbidden-hardfloat-target-feature-flag-disable-implied.rs x86-64 hardfloat actually requires sse2 2024-12-31 12:41:20 +01:00
forbidden-hardfloat-target-feature-flag-disable-implied.stderr ABI-required target features: warn when they are missing in base CPU (rather than silently enabling them) 2025-01-28 04:40:42 +01:00
forbidden-hardfloat-target-feature-flag-disable-neon.rs reject aarch64 target feature toggling that would change the float ABI 2024-12-14 08:24:18 +01:00
forbidden-hardfloat-target-feature-flag-disable-neon.stderr ABI-required target features: warn when they are missing in base CPU (rather than silently enabling them) 2025-01-28 04:40:42 +01:00
forbidden-hardfloat-target-feature-flag-disable.rs forbid toggling x87 and fpregs on hard-float targets 2024-12-11 22:18:50 +01:00
forbidden-hardfloat-target-feature-flag-disable.stderr ABI-required target features: warn when they are missing in base CPU (rather than silently enabling them) 2025-01-28 04:40:42 +01:00
forbidden-target-feature-attribute.rs explicitly model that certain ABIs require/forbid certain target features 2024-12-31 12:41:20 +01:00
forbidden-target-feature-attribute.stderr explicitly model that certain ABIs require/forbid certain target features 2024-12-31 12:41:20 +01:00
forbidden-target-feature-cfg.rs forbid toggling x87 and fpregs on hard-float targets 2024-12-11 22:18:50 +01:00
forbidden-target-feature-flag-disable.rs forbid toggling x87 and fpregs on hard-float targets 2024-12-11 22:18:50 +01:00
forbidden-target-feature-flag-disable.stderr explicitly model that certain ABIs require/forbid certain target features 2024-12-31 12:41:20 +01:00
forbidden-target-feature-flag.rs forbid toggling x87 and fpregs on hard-float targets 2024-12-11 22:18:50 +01:00
forbidden-target-feature-flag.stderr explicitly model that certain ABIs require/forbid certain target features 2024-12-31 12:41:20 +01:00
gate.rs Add m68k_target_feature 2024-12-15 15:26:50 +09:00
gate.stderr Add m68k_target_feature 2024-12-15 15:26:50 +09:00
implicit-features-cli.rs
implicit-features.rs
implied-features.rs
invalid-attribute.rs Treat safe target_feature functions as unsafe by default 2025-01-15 08:58:17 +00:00
invalid-attribute.stderr Render fn defs with target_features attrs with the attribute [second site] 2025-01-15 08:58:17 +00:00
missing-plusminus-2.rs
missing-plusminus-2.stderr
missing-plusminus.rs
missing-plusminus.stderr
no-llvm-leaks.rs rustc_intrinsic: support functions without body; they are implicitly marked as must-be-overridden 2025-01-04 11:41:51 +01:00
rust-specific-name-no-warnings.rs
similar-feature-suggestion.rs
similar-feature-suggestion.stderr
tied-features-cli.one.stderr
tied-features-cli.rs
tied-features-cli.three.stderr
tied-features-cli.two.stderr
tied-features-no-implication-1.paca.stderr tests: add test for #105111 2024-09-24 15:42:15 +01:00
tied-features-no-implication-1.pacg.stderr tests: add test for #105111 2024-09-24 15:42:15 +01:00
tied-features-no-implication-1.rs tests: add test for #105111 2024-09-24 15:42:15 +01:00
tied-features-no-implication.paca.stderr tests: add test for #105111 2024-09-24 15:42:15 +01:00
tied-features-no-implication.pacg.stderr tests: add test for #105111 2024-09-24 15:42:15 +01:00
tied-features-no-implication.rs tests: add test for #105111 2024-09-24 15:42:15 +01:00
tied-features.rs codegen_ssa: consolidate tied feature checking 2024-09-24 15:48:49 +01:00
tied-features.stderr codegen_ssa: consolidate tied feature checking 2024-09-24 15:48:49 +01:00
unstable-feature.rs
unstable-feature.stderr
using-target-feature-unstable.rs mark some target features as 'forbidden' so they cannot be (un)set 2024-11-04 22:56:47 +01:00
wasm-disable-simd.rs Add a regression test for #131031 2024-10-30 22:34:45 +08:00
wasm-relaxed-simd.rs
wasm-safe.rs