about summary refs log tree commit diff
path: root/library/stdarch/crates/std_detect/src/detect/macros.rs
AgeCommit message (Expand)AuthorLines
2025-05-30Add back `std_detect_env_override`sayantn-0/+8
2025-04-20Remove `cupid` dependency and `env-override-no-avx` CI runsayantn-7/+0
2025-04-10Disable cfg check for the recently-merged target features to allow stdarch up...sayantn-1/+1
2024-11-30Fix the `features` macro.Nicholas Nethercote-1/+1
2024-11-30Enable `without cfg check` test in `std_detect`Urgau-3/+2
2024-11-08Add compile-time tests against unexpected target features cfgsUrgau-0/+24
2024-11-08Add ability to declare a feature without cfg checkingUrgau-1/+5
2023-10-29Cleanup last uses of the stdsimd featureAmanieu d'Antras-1/+1
2023-10-29Add tracking issues for feature detectionAmanieu d'Antras-3/+5
2022-11-21Rename misleading features (#1355)Caleb Zulawski-2/+10
2022-08-22Allow internal use of stdsimd from detect_featureTomasz Miąsko-0/+1
2022-07-02Allow mapping a runtime feature to a set of target_features (#1311)Adam Gemmell-3/+15
2022-06-21Fully qualify recursive macro calls (#1310)Adam Gemmell-4/+4
2022-04-29Add stdsimd feature to allow_internal_unstable attribute in feature detect m...Jane Lusby-1/+1
2022-02-17Avoid the use of #[cfg(doc)] in std_detect (#1283)Amanieu d'Antras-0/+50
2021-10-16Fix error message of is_*_feature_detected on nort_feature (#1232)Taiki Endo-1/+1
2021-04-24Move cfg!(target_feature) directly into is_*_feature_detected!() (#1141)Amanieu d'Antras-3/+3
2021-03-13Remove trailing semicolon from macro expression (#1080)Aaron Hill-1/+1
2019-12-27Use issue = "none" instead of "0"Yuki Okushi-1/+1
2019-09-18Feature::from_str is not always neededgnzlbg-0/+1
2019-09-18These items do not need to be publicgnzlbg-3/+4
2019-09-17Override the features detected using an env::varLuca Barbato-0/+6
2019-09-17Try harder to error on usage of unstable featuresgnzlbg-1/+1
2019-09-17Remove staged_api from the allowed_internal_unstabled of the feature macrosgnzlbg-1/+1
2019-09-16Fix std_detect on targets without feature detectiongnzlbg-0/+1
2019-09-16Enforce staged_api on a per-feature basisgnzlbg-4/+24
2019-09-16Add std_detect::detect::features() -> impl Iterator<Item=(&'static str, bool)...gnzlbg-0/+74