index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
stdarch
/
crates
/
std_detect
/
src
/
detect
/
os
Age
Commit message (
Expand
)
Author
Lines
2020-03-29
Add crypto target feature detection to arm32 (#833)
Makoto Kato
-0
/
+16
2020-01-26
Add Icelake avx512 features (#838)
Luca Barbato
-0
/
+8
2019-12-11
Run-time feature detection for Aarch64 on Windows.
Makoto Kato
-0
/
+55
2019-12-02
Add CRC32 detection to arm32
Makoto Kato
-1
/
+3
2019-10-10
Remove need for `#[macro_use]` with `cfg-if`
Alex Crichton
-1
/
+1
2019-09-17
Move the tests away from the code
Luca Barbato
-136
/
+0
2019-09-17
Add a test for the env_override
Luca Barbato
-0
/
+19
2019-09-16
Format
gnzlbg
-75
/
+86
2019-09-16
Add std_detect::detect::features() -> impl Iterator<Item=(&'static str, bool)...
gnzlbg
-5
/
+6
2019-09-09
Factor out check_for
Luca Barbato
-62
/
+11
2019-05-25
add Hygon Dhyana CPU Vendor ID("HygonGenuine") checking
hygonsoc
-2
/
+12
2019-05-23
Fix build of auxvec.rs on FreeBSD/powerpc64
Tobias Kortkamp
-1
/
+1
2019-05-13
Fix detection of power8
MikaelUrankar
-1
/
+1
2019-05-09
Add std_detect for FreeBSD armv6, armv7 and powerpc64
miki
-0
/
+148
2019-05-09
Add runtime feature detection for F16C
gnzlbg
-1
/
+2
2019-04-25
add rtm cpu feature intrinsics
tyler
-0
/
+6
2019-04-17
Fix clippy issues
gnzlbg
-1
/
+1
2019-02-27
aarch64: escape square brackets in docs
myfreeweb
-1
/
+1
2019-02-19
Change imports in std_detect to edition-agnostic style
Taiki Endo
-5
/
+5
2019-02-18
A few cosmetic improvements.
Alexander Regueiro
-2
/
+2
2019-02-18
Various cosmetic improvements.
Alexander Regueiro
-1
/
+1
2019-02-09
Add cargo features to disable usage of file I/O and dlsym in std_detect
gnzlbg
-19
/
+59
2019-01-22
Refactor stdsimd
gnzlbg
-0
/
+1362