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
Age
Commit message (
Expand
)
Author
Lines
2025-07-22
Move `std_detect` from `library/stdarch` to `library`
Jakub Beránek
-4451
/
+0
2025-07-14
Merge pull request #1837 from heiher/loong32
Amanieu d'Antras
-3
/
+6
2025-07-07
std_detect: RISC-V Linux: Ergonomic querying with `riscv_hwprobe`
Tsukasa OI
-41
/
+42
2025-07-07
Update stabilization version of certain x86 intrinsics to 1.89
Amanieu d'Antras
-5
/
+5
2025-07-03
std_detect: Tidying of slice length
Tsukasa OI
-2
/
+1
2025-06-28
loongarch: Add basic support for LoongArch32
WANG Rui
-3
/
+6
2025-06-19
s390x: add feature detection for the z17 target features
Folkert de Vries
-56
/
+97
2025-06-09
Darwin AArch64 detection update
Laine Taffin Altman
-0
/
+8
2025-06-09
add s390x z17 target features
Folkert de Vries
-0
/
+15
2025-06-01
RISC-V: Linux 6.15 `riscv_hwprobe` support
Tsukasa OI
-3
/
+35
2025-05-31
Stabilize `sha512`, `sm3` and `sm4` intrinsics and runtime detection
sayantn
-3
/
+3
2025-05-31
Stabilize keylocker intrinsics and runtime detection
sayantn
-2
/
+2
2025-05-30
RISC-V: Linux: Imply Zicntr from the IMA base behavior
Tsukasa OI
-6
/
+4
2025-05-30
Add back `std_detect_env_override`
sayantn
-2
/
+67
2025-05-30
Check cfg on features that stage0 compiler support
Tsukasa OI
-20
/
+0
2025-05-26
std_detect: RISC-V platform guide documentation (non-table part)
Tsukasa OI
-0
/
+15
2025-05-17
Correct rustc version for the stabilization of runtime detection of VEX varia...
sayantn
-5
/
+5
2025-05-17
Stabilize runtime detection of VEX variants of avx512
sayantn
-5
/
+5
2025-05-12
Partially stabilize LoongArch target features
WANG Rui
-9
/
+9
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-05-01
Revert "std_detect: RISC-V platform guide documentation"
Tsukasa OI
-126
/
+78
2025-04-23
std_detect: RISC-V platform guide documentation
Tsukasa OI
-78
/
+126
2025-04-23
Add power9 and power8 target-features
Luca Barbato
-1
/
+35
2025-04-20
Remove `cupid` dependency and `env-override-no-avx` CI run
sayantn
-66
/
+2
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
-30
/
+0
2025-04-16
RISC-V: `riscv_hwprobe`-based feature detection on Linux / Android
Tsukasa OI
-15
/
+474
2025-04-16
RISC-V: OS-independent implication logic
Tsukasa OI
-12
/
+158
2025-04-16
RISC-V: Add placeholder for the "B" extension
Tsukasa OI
-2
/
+5
2025-04-16
RISC-V: Add two "A" extension subsets
Tsukasa OI
-1
/
+10
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-12
RISC-V: tidying: Fix separation of I-related extensions
Tsukasa OI
-1
/
+1
2025-04-12
RISC-V: doc: tidying: Move link to the ISA Manual
Tsukasa OI
-2
/
+2
2025-04-12
RISC-V: doc: Updated status and clarification
Tsukasa OI
-24
/
+21
2025-04-12
RISC-V: doc: Capitalize some words for consistency
Tsukasa OI
-5
/
+5
2025-04-10
Disable cfg check for the recently-merged target features to allow stdarch up...
sayantn
-1
/
+11
2025-04-07
Add feature detection for new amx variants and movrs
sayantn
-9
/
+42
2025-04-06
RISC-V: check cfg (batch 1)
Tsukasa OI
-5
/
+0
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
tentatively remove the "B" RISC-V extension from the documentation
Tsukasa OI
-1
/
+1
2025-03-24
reword RISC-V feature documentation
Tsukasa OI
-43
/
+43
2025-03-24
reorder all RISC-V features for maintenance
Tsukasa OI
-51
/
+59
[next]