about summary refs log tree commit diff
path: root/tests/ui/target-feature
AgeCommit message (Expand)AuthorLines
2025-04-03compiletest: Require `//~` annotations even if `error-pattern` is specifiedVadim Petrochenkov-12/+27
2025-03-31Rollup merge of #138842 - Noratrieb:inline-exported, r=me,saethlinMatthias Krüger-6/+6
2025-03-25compiletest: Support matching on diagnostics without a spanVadim Petrochenkov-0/+16
2025-03-24Emit `unused_attributes` for `#[inline]` on exported functionsNoratrieb-6/+6
2025-02-24tests: use minicore moreDavid Wood-11/+9
2025-02-24remove support for rustc_intrinsic_must_be_overridden from the compilerRalf Jung-4/+1
2025-02-14add x86-sse2 (32bit) ABI that requires SSE2 target featureRalf Jung-0/+19
2025-02-12Rollup merge of #134090 - veluca93:stable-tf11, r=oli-obkJacob Pratt-53/+25
2025-02-03add rustc_abi to control ABI decisions LLVM does not have flags for, and use ...Ralf Jung-34/+56
2025-01-28ABI-required target features: warn when they are missing in base CPU (rather ...Ralf Jung-14/+7
2025-01-27Stabilize target_feature_11Caleb Zulawski-53/+25
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