about summary refs log tree commit diff
path: root/library/stdarch/crates/std_detect/src/detect/os
AgeCommit message (Expand)AuthorLines
2020-03-29Add crypto target feature detection to arm32 (#833)Makoto Kato-0/+16
2020-01-26Add Icelake avx512 features (#838)Luca Barbato-0/+8
2019-12-11Run-time feature detection for Aarch64 on Windows.Makoto Kato-0/+55
2019-12-02Add CRC32 detection to arm32Makoto Kato-1/+3
2019-10-10Remove need for `#[macro_use]` with `cfg-if`Alex Crichton-1/+1
2019-09-17Move the tests away from the codeLuca Barbato-136/+0
2019-09-17Add a test for the env_overrideLuca Barbato-0/+19
2019-09-16Formatgnzlbg-75/+86
2019-09-16Add std_detect::detect::features() -> impl Iterator<Item=(&'static str, bool)...gnzlbg-5/+6
2019-09-09Factor out check_forLuca Barbato-62/+11
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
2019-05-09Add runtime feature detection for F16Cgnzlbg-1/+2
2019-04-25add rtm cpu feature intrinsicstyler-0/+6
2019-04-17Fix clippy issuesgnzlbg-1/+1
2019-02-27aarch64: escape square brackets in docs myfreeweb-1/+1
2019-02-19Change imports in std_detect to edition-agnostic styleTaiki Endo-5/+5
2019-02-18A few cosmetic improvements.Alexander Regueiro-2/+2
2019-02-18Various cosmetic improvements.Alexander Regueiro-1/+1
2019-02-09Add cargo features to disable usage of file I/O and dlsym in std_detectgnzlbg-19/+59
2019-01-22Refactor stdsimdgnzlbg-0/+1362