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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-28
loongarch: Add basic support for LoongArch32
WANG Rui
-0
/
+1
2025-04-16
RISC-V: OS-independent implication logic
Tsukasa OI
-0
/
+3
2025-01-16
add `is_s390x_feature_detected`
Folkert de Vries
-0
/
+1
2024-09-14
Enable feature detection on all Apple/Darwin targets
Mads Marquart
-2
/
+2
2024-03-13
arm64ec
Daniel Paoliello
-1
/
+2
2024-01-16
Add CPU detection for macOS/aarch64.
Makoto Kato
-0
/
+3
2023-10-31
std_detect: Add support for LoongArch
ZHAI Xiang
-0
/
+1
2023-10-29
Add tracking issues for feature detection
Amanieu d'Antras
-1
/
+2
2023-01-26
std_detect: Support run-time detection on aarch64 OpenBSD
Taiki Endo
-0
/
+6
2022-11-09
Detect CPU features with Linux methods on Android for non-Intel CPUs. (#1351)
gendx
-1
/
+1
2022-02-17
Avoid the use of #[cfg(doc)] in std_detect (#1283)
Amanieu d'Antras
-100
/
+1
2022-01-28
Emit the full is_{arch}_feature_detected! macro on all arches when building d...
Amanieu d'Antras
-1
/
+45
2021-12-08
RISC-V feature and detect macro (#1263)
Luo Jia
-0
/
+7
2021-02-14
Turn std_detect into a no_std crate (#1005)
Amanieu d'Antras
-3
/
+3
2020-09-17
Optimize std_detect's caching (#908)
Thom Chiovoloni
-1
/
+1
2020-07-18
Update and revamp wasm32 SIMD intrinsics (#874)
Alex Crichton
-0
/
+2
2020-04-24
Unbreak non-x86 build on FreeBSD
Tobias Kortkamp
-1
/
+1
2019-12-11
Run-time feature detection for Aarch64 on Windows.
Makoto Kato
-0
/
+3
2019-10-10
Remove need for `#[macro_use]` with `cfg-if`
Alex Crichton
-12
/
+9
2019-09-18
These items do not need to be public
gnzlbg
-5
/
+11
2019-09-17
Implement a fallback for the No-op Feature
Luca Barbato
-0
/
+7
2019-09-17
Move the tests away from the code
Luca Barbato
-7
/
+0
2019-09-17
Add a test for the env_override
Luca Barbato
-0
/
+7
2019-09-16
Fix std_detect on targets without feature detection
gnzlbg
-0
/
+3
2019-09-16
Enforce staged_api on a per-feature basis
gnzlbg
-1
/
+1
2019-09-16
Add std_detect::detect::features() -> impl Iterator<Item=(&'static str, bool)...
gnzlbg
-0
/
+36
2019-09-09
Factor out check_for
Luca Barbato
-1
/
+6
2019-09-06
Document how miri support works
Luca Barbato
-0
/
+5
2019-09-06
Minimal miri support
Luca Barbato
-1
/
+4
2019-01-22
Refactor stdsimd
gnzlbg
-0
/
+85