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 [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
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 Add test to ensure implied target features work with asm, and fix failing tests 2024-08-07 00:41:48 -04:00
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 Implement a implicit target feature mechanism 2024-08-04 08:44:23 +02:00
implicit-features.rs Implement a implicit target feature mechanism 2024-08-04 08:44:23 +02:00
implied-features.rs Add test to ensure implied target features work with asm, and fix failing tests 2024-08-07 00:41:48 -04:00
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 [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
missing-plusminus-2.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
missing-plusminus.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
missing-plusminus.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
similar-feature-suggestion.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
similar-feature-suggestion.stderr warn when using an unstable feature with -Ctarget-feature 2023-11-06 09:44:00 +01:00
tied-features-cli.one.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
tied-features-cli.rs Fix test problems discovered by the revision check 2024-05-09 14:47:09 +10:00
tied-features-cli.three.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
tied-features-cli.two.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
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 [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
unstable-feature.stderr warn when using an unstable feature with -Ctarget-feature 2023-11-06 09:44:00 +01:00
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 Implement a implicit target feature mechanism 2024-08-04 08:44:23 +02:00
wasm-safe.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00