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
2025-04-16
RISC-V: Remove privileged extensions for now
Tsukasa OI
-24
/
+0
2025-04-16
RISC-V: `riscv_hwprobe`-based feature detection on Linux / Android
Tsukasa OI
-0
/
+130
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
-0
/
+6
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
-0
/
+10
2025-04-07
Add feature detection for new amx variants and movrs
sayantn
-2
/
+20
2025-04-06
RISC-V: check cfg (batch 1)
Tsukasa OI
-5
/
+0
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
2025-03-24
Temporary fix: change the feature gate of VEX variants
sayantn
-5
/
+5
2025-03-20
std_detect: Add target features for LoongArch v1.1
WANG Rui
-0
/
+15
2025-03-20
Fix: stabilized version of RISC-V feature macro
Tsukasa OI
-21
/
+21
2025-02-23
add newly-added s390x features to `is_s390x_feature_detected`
Folkert de Vries
-0
/
+33
2025-02-13
Add runtime feature detection for keylocker
sayantn
-0
/
+6
2025-01-16
add `is_s390x_feature_detected`
Folkert de Vries
-0
/
+17
2024-11-08
Mark feature with missing corresponding target feature cfgs as such
Urgau
-0
/
+27
2024-10-27
std_detect: Add pauth-lr aarch64 target feature
Kajetan Puchalski
-0
/
+3
2024-09-18
std_detect: Add sme-b16b16 as an explicit aarch64 target feature
Kajetan Puchalski
-2
/
+5
2024-07-25
std_detect: Sort aarch64 features
Kajetan Puchalski
-153
/
+153
2024-07-25
std_detect: Add aarch64/linux/LLVM SME features
Kajetan Puchalski
-0
/
+39
2024-07-25
std_detect: Add aarch64/linux/LLVM features
Kajetan Puchalski
-2
/
+61
2024-07-06
Implemented runtime detection of `xop` target-feature
sayantn
-0
/
+2
2024-07-06
Added runtime detection
sayantn
-0
/
+15
2024-07-06
Add detection for SHA512, SM3 and SM4
sayantn
-0
/
+9
2024-06-23
Added runtime detection
sayantn
-0
/
+15
2024-03-13
arm64ec
Daniel Paoliello
-2
/
+2
2024-03-07
std_detect: loongarch: Add runtime detectable features from LLVM
WANG Rui
-3
/
+15
2024-03-07
std_detect: loongarch: Remove features not supported by LLVM
WANG Rui
-24
/
+0
2024-02-24
feat: std_detect avx512fp16
usamoi
-0
/
+3
2024-02-16
Improve feature detect for combined aarch64 features
Adam Gemmell
-7
/
+8
2023-11-30
Stabilize Ratified RISC-V Target Features
Gijs Burghoorn
-64
/
+51
2023-10-31
std_detect: Add support for LoongArch
ZHAI Xiang
-0
/
+53
2023-10-29
Add tracking issues for feature detection
Amanieu d'Antras
-70
/
+79
2023-06-21
Support AArch32 Neon dotprod intrinsics.
Jacob Bramley
-1
/
+3
2023-04-01
std_detect: Remove support for arm crypto target feature
Taiki Endo
-2
/
+0
2023-03-12
Implemented is_x86_feature_detected!(ermsb)
Chase Wilson
-0
/
+3
2023-01-05
Detect MOVBE (#1356)
Caleb Zulawski
-0
/
+3
2022-11-21
Rename misleading features (#1355)
Caleb Zulawski
-6
/
+9
2022-07-02
Allow mapping a runtime feature to a set of target_features (#1311)
Adam Gemmell
-1
/
+2
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
[next]