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
/
arch
Age
Commit message (
Expand
)
Author
Lines
2022-02-17
Avoid the use of #[cfg(doc)] in std_detect (#1283)
Amanieu d'Antras
-0
/
+64
2022-02-10
Split aarch64 `pauth` feature into `paca` and `pacg` (#1259)
Adam Gemmell
-3
/
+6
2022-02-09
Stabilise `is_aarch64_feature_detected!` under `simd_aarch64` feature (#1239)
Adam Gemmell
-40
/
+40
2021-12-14
Fix a bunch of typos
Frank Steffahn
-5
/
+5
2021-12-08
RISC-V feature and detect macro (#1263)
Luo Jia
-0
/
+205
2021-11-10
Add remaining insturctions (#1250)
Sparrow Li
-0
/
+2
2021-08-22
Fix typos “an”→“a”
Frank Steffahn
-1
/
+1
2021-05-28
Update aarch64 linux feature detection (#1146)
Adam Gemmell
-15
/
+129
2021-01-18
Fix false rustdoc broken_intra_link detection (#984)
Carlos Pérez
-1
/
+1
2020-05-29
feature detection
Mahmut Bulut
-0
/
+2
2020-04-24
Stabilize all remaining x86 features for feature detection
Amanieu d'Antras
-19
/
+27
2020-03-29
Add crypto target feature detection to arm32 (#833)
Makoto Kato
-0
/
+2
2020-03-19
re-stabilize the AVX-512 features that were stabilized in Rust 1.27.0 (#842)
Jack O'Connor
-10
/
+14
2020-01-26
Add Icelake avx512 features (#838)
Luca Barbato
-0
/
+16
2019-12-02
Add CRC32 detection to arm32
Makoto Kato
-0
/
+2
2019-09-16
Enforce staged_api on a per-feature basis
gnzlbg
-62
/
+62
2019-09-16
Add std_detect::detect::features() -> impl Iterator<Item=(&'static str, bool)...
gnzlbg
-541
/
+179
2019-05-09
Update f16c intrinsics to use the f16c target feature
gnzlbg
-1
/
+1
2019-05-09
Add runtime feature detection for F16C
gnzlbg
-0
/
+7
2019-04-25
add rtm cpu feature intrinsics
tyler
-0
/
+8
2019-02-18
Various cosmetic improvements.
Alexander Regueiro
-4
/
+3
2019-02-16
Try to fix upstream
gnzlbg
-7
/
+7
2019-02-13
allow_internal_unstable requires feature names
gnzlbg
-7
/
+7
2019-02-04
Add detect macros should support trailing commas (Fix #443)
Juan Aguilar Santillana
-0
/
+21
2019-01-22
Refactor stdsimd
gnzlbg
-0
/
+600