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
2023-01-26
std_detect: Split os/aarch64.rs' detect_features into reading and parsing
Taiki Endo
-63
/
+72
2023-01-26
std_detect: Move aarch64 freebsd test to tests/cpu-detection.rs
Taiki Endo
-18
/
+0
2023-01-23
std_detect: Support detecting lse/dotprod/jsconv/rcpc on aarch64 Windows
Taiki Endo
-0
/
+20
2023-01-05
Detect MOVBE (#1356)
Caleb Zulawski
-0
/
+1
2022-11-21
Rename misleading features (#1355)
Caleb Zulawski
-3
/
+3
2022-11-09
Fix line endings to use LF (#1350)
Mateusz MikuĊa
-73
/
+73
2022-10-25
Edition 2021, apply clippy::uninlined_format_args fix (#1339)
Yuri Astrakhan
-7
/
+7
2022-09-22
Add HWCAP2 support for AArch64 Linux. (#1335)
Jacob Bramley
-89
/
+199
2022-03-11
Import the asm macro in std_detect (#1290)
Luca Barbato
-0
/
+1
2022-02-10
Split aarch64 `pauth` feature into `paca` and `pacg` (#1259)
Adam Gemmell
-2
/
+6
2021-12-08
RISC-V feature and detect macro (#1263)
Luo Jia
-4
/
+130
2021-11-27
Support riscv64gc-unknown-freebsd (#1260)
Tobias Kortkamp
-1
/
+2
2021-11-19
Work-around buggy Intel chips erroneously reporting BMI1/BMI2 support (#1249)
Thom Chiovoloni
-0
/
+20
2021-09-20
Make dedup guard optional (#1215)
Hans Kratz
-3
/
+3
2021-05-28
Update aarch64 linux feature detection (#1146)
Adam Gemmell
-46
/
+201
2021-04-07
Deny 2018 idiom lints (#1108)
Joshua Nelson
-1
/
+1
2021-03-18
Fix building std_detect as a dependency of std (#1089)
Amanieu d'Antras
-2
/
+2
2021-03-17
Convert all uses of llvm_asm! to asm! (#1052)
Amanieu d'Antras
-3
/
+15
2021-02-14
Turn std_detect into a no_std crate (#1005)
Amanieu d'Antras
-63
/
+144
2020-07-18
Update and revamp wasm32 SIMD intrinsics (#874)
Alex Crichton
-0
/
+1
2020-05-29
feature detection
Mahmut Bulut
-0
/
+2
2020-04-09
Use llvm_asm! instead of asm! (#846)
Amanieu d'Antras
-3
/
+3
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