about summary refs log tree commit diff
path: root/library/stdarch/crates/std_detect/src/detect/mod.rs
AgeCommit message (Expand)AuthorLines
2020-09-17Optimize std_detect's caching (#908)Thom Chiovoloni-1/+1
2020-07-18Update and revamp wasm32 SIMD intrinsics (#874)Alex Crichton-0/+2
2020-04-24Unbreak non-x86 build on FreeBSDTobias Kortkamp-1/+1
2019-12-11Run-time feature detection for Aarch64 on Windows.Makoto Kato-0/+3
2019-10-10Remove need for `#[macro_use]` with `cfg-if`Alex Crichton-12/+9
2019-09-18These items do not need to be publicgnzlbg-5/+11
2019-09-17Implement a fallback for the No-op FeatureLuca Barbato-0/+7
2019-09-17Move the tests away from the codeLuca Barbato-7/+0
2019-09-17Add a test for the env_overrideLuca Barbato-0/+7
2019-09-16Fix std_detect on targets without feature detectiongnzlbg-0/+3
2019-09-16Enforce staged_api on a per-feature basisgnzlbg-1/+1
2019-09-16Add std_detect::detect::features() -> impl Iterator<Item=(&'static str, bool)...gnzlbg-0/+36
2019-09-09Factor out check_forLuca Barbato-1/+6
2019-09-06Document how miri support worksLuca Barbato-0/+5
2019-09-06Minimal miri supportLuca Barbato-1/+4
2019-01-22Refactor stdsimdgnzlbg-0/+85