about summary refs log tree commit diff
path: root/tests/ui/target-feature
AgeCommit message (Expand)AuthorLines
2025-01-28ABI-required target features: warn when they are missing in base CPU (rather ...Ralf Jung-14/+7
2025-01-15Render fn defs with target_features attrs with the attribute [second site]Oli Scherer-14/+14
2025-01-15Treat safe target_feature functions as unsafe by defaultOli Scherer-5/+23
2025-01-05Auto merge of #134794 - RalfJung:abi-required-target-features, r=workingjubileebors-16/+37
2025-01-04rustc_intrinsic: support functions without body; they are implicitly marked a...Ralf Jung-4/+1
2024-12-31x86-64 hardfloat actually requires sse2Ralf Jung-0/+17
2024-12-31explicitly model that certain ABIs require/forbid certain target featuresRalf Jung-16/+20
2024-12-15Auto merge of #134349 - jieyouxu:rollup-zqn0jox, r=jieyouxubors-1/+2
2024-12-15Add m68k_target_featureTaiki Endo-1/+2
2024-12-14reject aarch64 target feature toggling that would change the float ABIRalf Jung-0/+24
2024-12-11forbid toggling x87 and fpregs on hard-float targetsRalf Jung-6/+79
2024-11-09Add v9 and leoncasa target feature to sparcTaiki Endo-1/+2
2024-11-05Auto merge of #129884 - RalfJung:forbidden-target-features, r=workingjubileebors-0/+87
2024-11-04remove support for extern-block const intrinsicsRalf Jung-8/+12
2024-11-04mark some target features as 'forbidden' so they cannot be (un)setRalf Jung-0/+87
2024-10-30Add a regression test for #131031DianQK-0/+12
2024-10-25Re-do recursive const stability checksRalf Jung-0/+2
2024-09-24codegen_ssa: consolidate tied feature checkingDavid Wood-6/+17
2024-09-24tests: add test for #105111David Wood-0/+75
2024-09-01Revert "Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU"Jakub Beránek-145/+0
2024-08-28Rollup merge of #128192 - mrkajetanp:feature-detect, r=AmanieuJubilee-1/+2
2024-08-28Implement RFC 3525.Luca Versari-0/+145
2024-08-27tests: Update with new aarch64 target featuresKajetan Puchalski-1/+1
2024-08-27rustc_target: Add various aarch64 featuresKajetan Puchalski-0/+1
2024-08-07Add test to ensure implied target features work with asm, and fix failing testsCaleb Zulawski-1/+11
2024-08-07Add implied target features to target_feature attributeCaleb Zulawski-0/+24
2024-08-04Implement a implicit target feature mechanismdaxpedda-1/+20
2024-08-04Stabilize Wasm relaxed SIMDdaxpedda-0/+9
2024-07-17rustc_target: fix UI tests for s390xliushuyu-1/+2
2024-06-25RFC 2383: Stabilize `lint_reasons` :tada:xFrednet-1/+1
2024-05-09Fix test problems discovered by the revision checkZalathar-1/+1
2024-05-04compiletest: add enable-by-default check-cfgUrgau-7/+15
2024-03-07Merge collect_mod_item_types query into check_well_formedOli Scherer-9/+9
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-46/+46
2024-02-12Add lahfsahf and prfchw target featureChris Denton-1/+3
2024-01-13Bless testsGeorge-lewis-15/+20
2024-01-09Avoid silencing relevant follow-up errorsOli Scherer-7/+19
2023-11-24Show number in error message even for one errorNilstrieb-4/+4
2023-11-06warn when using an unstable feature with -Ctarget-featureRalf Jung-2/+14
2023-10-24tests: Add features-gate for LoongArchWANG Rui-1/+2
2023-08-15fix the error checkdirreke-1/+1
2023-08-14add features-gate for csky target featureDirreke-0/+1
2023-07-29Replace ignore-everything with only-archJubilee Young-49/+26
2023-04-30tests: Add tests for LoongArch64WANG Rui-23/+25
2023-04-03remove invalid ignore-powerpc64lePietro Albini-25/+23
2023-03-13Gracefully handle `#[target_feature]` on staticsNilstrieb-16/+114
2023-03-02Revert "Stabilize `#![feature(target_feature_11)]`"Léo Lanteri Thauvin-16/+40
2023-02-01Stabilize `#![feature(target_feature_11)]`Léo Lanteri Thauvin-40/+16
2023-01-11Move /src/test to /testsAlbert Larsan-0/+592