about summary refs log tree commit diff
path: root/library/stdarch/crates/std_detect
AgeCommit message (Expand)AuthorLines
2021-01-18Fix false rustdoc broken_intra_link detection (#984)Carlos Pérez-1/+1
2021-01-04Avx512vbmi (#977)minybot-1/+1
2020-11-02Fix some clippy lints (#937)Joshua Nelson-2/+2
2020-09-17Optimize std_detect's caching (#908)Thom Chiovoloni-34/+47
2020-07-18Update and revamp wasm32 SIMD intrinsics (#874)Alex Crichton-0/+3
2020-05-29feature detectionMahmut Bulut-0/+4
2020-05-29Implementation for Aarch64 TME intrinsicsMahmut Bulut-0/+1
2020-04-24Unbreak non-x86 build on FreeBSDTobias Kortkamp-1/+1
2020-04-24Stabilize all remaining x86 features for feature detectionAmanieu d'Antras-19/+27
2020-04-09Use llvm_asm! instead of asm! (#846)Amanieu d'Antras-4/+4
2020-04-04Replace all max/min_value() with MAX/MINLinus Färnstrand-2/+2
2020-03-29Replace module MIN/MAX and min/max_value() with assoc consts (#843)Linus Färnstrand-1/+1
2020-03-29Add crypto target feature detection to arm32 (#833)Makoto Kato-0/+19
2020-03-19re-stabilize the AVX-512 features that were stabilized in Rust 1.27.0 (#842)Jack O'Connor-10/+14
2020-01-28Fix race condition in feature cache on 32 platforms (#837)Aleksey Kladov-63/+36
2020-01-26Add Icelake avx512 features (#838)Luca Barbato-0/+58
2019-12-27Use issue = "none" instead of "0"Yuki Okushi-1/+1
2019-12-11Run-time feature detection for Aarch64 on Windows.Makoto Kato-0/+58
2019-12-02Add CRC32 detection to arm32Makoto Kato-1/+6
2019-10-10Remove need for `#[macro_use]` with `cfg-if`Alex Crichton-20/+14
2019-10-10Remove azure pipelines badgesTaiki Endo-4/+1
2019-09-18Feature::from_str is not always neededgnzlbg-0/+1
2019-09-18std_detect_env_override should be disabled by defaultgnzlbg-1/+1
2019-09-18These items do not need to be publicgnzlbg-8/+15
2019-09-18Drop the features test for nowLuca Barbato-13/+0
2019-09-18Unbreak non-x86Luca Barbato-0/+1
2019-09-17Implement a fallback for the No-op FeatureLuca Barbato-0/+7
2019-09-17Move the tests away from the codeLuca Barbato-143/+153
2019-09-17Add a test for the env_overrideLuca Barbato-0/+26
2019-09-17Make the test function smallerLuca Barbato-7/+6
2019-09-17Simplify the std importsLuca Barbato-12/+1
2019-09-17Remove the FIXME about the cache size checksLuca Barbato-6/+2
2019-09-17Override the features detected using an env::varLuca Barbato-4/+45
2019-09-17Add a mean to unset a bit in the cacheLuca Barbato-0/+19
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/+4
2019-09-16Formatgnzlbg-75/+86
2019-09-16Enforce staged_api on a per-feature basisgnzlbg-67/+87
2019-09-16Add std_detect::detect::features() -> impl Iterator<Item=(&'static str, bool)...gnzlbg-558/+314
2019-09-09Factor out check_forLuca Barbato-63/+17
2019-09-06Document how miri support worksLuca Barbato-0/+5
2019-09-06Minimal miri supportLuca Barbato-1/+4
2019-08-18Fix more linksatouchet-1/+1
2019-08-13Update badgesgnzlbg-7/+4
2019-07-09Update repo namegnzlbg-12/+9
2019-05-25add Hygon Dhyana CPU Vendor ID("HygonGenuine") checkinghygonsoc-2/+12
2019-05-23Fix build of auxvec.rs on FreeBSD/powerpc64Tobias Kortkamp-1/+1
2019-05-13Fix detection of power8MikaelUrankar-1/+1
2019-05-09Add std_detect for FreeBSD armv6, armv7 and powerpc64miki-0/+148