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
2025-07-22
Move `std_detect` from `library/stdarch` to `library`
Jakub Beránek
-2693
/
+0
2025-07-14
Merge pull request #1837 from heiher/loong32
Amanieu d'Antras
-1
/
+3
2025-07-07
std_detect: RISC-V Linux: Ergonomic querying with `riscv_hwprobe`
Tsukasa OI
-41
/
+42
2025-07-03
std_detect: Tidying of slice length
Tsukasa OI
-2
/
+1
2025-06-28
loongarch: Add basic support for LoongArch32
WANG Rui
-1
/
+3
2025-06-19
s390x: add feature detection for the z17 target features
Folkert de Vries
-56
/
+76
2025-06-09
Darwin AArch64 detection update
Laine Taffin Altman
-0
/
+8
2025-06-01
RISC-V: Linux 6.15 `riscv_hwprobe` support
Tsukasa OI
-3
/
+23
2025-05-30
RISC-V: Linux: Imply Zicntr from the IMA base behavior
Tsukasa OI
-6
/
+4
2025-05-03
fix - aarch64_be tests
James Barford-Evans
-0
/
+3
2025-05-01
Require `fma` and `f16c` for `avx512f` in `std_detect`
sayantn
-4
/
+10
2025-04-23
Add power9 and power8 target-features
Luca Barbato
-1
/
+9
2025-04-20
std_detect: Remove /proc/cpuinfo-based detection
Taiki Endo
-506
/
+5
2025-04-16
Revert "std_detect: Do not use libc::getauxval on 32-bit Android"
Taiki Endo
-2
/
+1
2025-04-16
std_detect: Remove RV32E support attempt on Linux (RISC-V)
Tsukasa OI
-3
/
+0
2025-04-16
RISC-V: Remove privileged extensions for now
Tsukasa OI
-6
/
+0
2025-04-16
RISC-V: `riscv_hwprobe`-based feature detection on Linux / Android
Tsukasa OI
-15
/
+344
2025-04-16
RISC-V: OS-independent implication logic
Tsukasa OI
-11
/
+154
2025-04-16
RISC-V: Add two "A" extension subsets
Tsukasa OI
-1
/
+4
2025-04-16
RISC-V: Use `target_arch` for RV(32|64) detection
Tsukasa OI
-4
/
+6
2025-04-16
RISC-V: Remove `enable_features`
Tsukasa OI
-45
/
+13
2025-04-16
RISC-V: tidying: Make auxvec-based enablement a block
Tsukasa OI
-0
/
+1
2025-04-16
RISC-V: tidying: Handling of base ISA
Tsukasa OI
-10
/
+14
2025-04-16
RISC-V: tidying: Prefer more canonical reference
Tsukasa OI
-1
/
+1
2025-04-07
Add feature detection for new amx variants and movrs
sayantn
-7
/
+22
2025-03-26
std_detect: Move cfgs into getauxval helper function
Taiki Endo
-94
/
+35
2025-03-26
std_detect: Always avoid dlsym on *-linux-{musl,ohos}* targets
Taiki Endo
-8
/
+22
2025-03-24
resolve `clippy::doc_lazy_continuation`
Tsukasa OI
-3
/
+3
2025-03-24
silence `clippy::eq_op` while checking
Tsukasa OI
-0
/
+1
2025-03-24
std_detect: Support detecting more features on AArch64 Windows
Taiki Endo
-1
/
+49
2025-03-20
std_detect: Add target features for LoongArch v1.1
WANG Rui
-0
/
+13
2025-02-23
add newly-added s390x features to `is_s390x_feature_detected`
Folkert de Vries
-0
/
+37
2025-02-13
Add runtime feature detection for keylocker
sayantn
-0
/
+7
2025-02-09
Format with style edition 2024
Eric Huss
-13
/
+13
2025-02-09
Apply missing_unsafe_on_extern
Eric Huss
-1
/
+1
2025-01-16
add `is_s390x_feature_detected`
Folkert de Vries
-8
/
+114
2024-12-23
Expand feature detection on AArch64 Darwin
Laine Taffin Altman
-38
/
+84
2024-10-27
std_detect: Add pauth-lr aarch64 target feature
Kajetan Puchalski
-0
/
+4
2024-09-18
std_detect: Add sme-b16b16 as an explicit aarch64 target feature
Kajetan Puchalski
-5
/
+5
2024-09-18
Use C string literal
Taiki Endo
-36
/
+34
2024-09-18
std_detect: Fix link in mips.rs
Taiki Endo
-1
/
+1
2024-09-18
std_detect: Use elf_aux_info on FreeBSD
Taiki Endo
-58
/
+22
2024-09-14
Enable feature detection on all Apple/Darwin targets
Mads Marquart
-1
/
+3
2024-07-25
std_detect: Update aarch64 feature dependencies to LLVM upstream
Kajetan Puchalski
-26
/
+29
2024-07-25
std_detect: Add aarch64/linux/LLVM SME features
Kajetan Puchalski
-0
/
+76
2024-07-25
std_detect: Add aarch64/linux/LLVM features
Kajetan Puchalski
-7
/
+110
2024-07-06
Implemented runtime detection of `xop` target-feature
sayantn
-0
/
+1
2024-07-06
Added runtime detection
sayantn
-0
/
+11
2024-07-06
Add detection for SHA512, SM3 and SM4
sayantn
-0
/
+4
2024-06-29
Remove `has_cpuid`
Jubilee Young
-3
/
+2
[next]