about summary refs log tree commit diff
path: root/library/stdarch/crates/std_detect/src/detect/macros.rs
AgeCommit message (Expand)AuthorLines
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