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
Age
Commit message (
Expand
)
Author
Lines
2024-02-16
Improve feature detect for combined aarch64 features
Adam Gemmell
-10
/
+12
2024-02-14
Remove last mention of `stdsimd`
daxpedda
-8
/
+1
2024-01-16
Add CPU detection for macOS/aarch64.
Makoto Kato
-0
/
+133
2024-01-05
Fix std_detect not being an unstable crate
Amanieu d'Antras
-3
/
+17
2024-01-04
Fix std build failure on non-x86 architectures
Amanieu d'Antras
-1
/
+7
2024-01-02
Fixes for use in the standard library
Amanieu d'Antras
-0
/
+1
2023-12-19
Add `#![allow(internal_features)]` to a test to fix CI
Amanieu d'Antras
-0
/
+1
2023-11-30
Stabilize Ratified RISC-V Target Features
Gijs Burghoorn
-64
/
+51
2023-10-31
std_detect: Add support for LoongArch
ZHAI Xiang
-2
/
+96
2023-10-31
Derive `Default` for `Initializer` in std_detect
Eduardo Sánchez Muñoz
-8
/
+3
2023-10-31
Simplify a `cfg`
Eduardo Sánchez Muñoz
-2
/
+2
2023-10-31
Do not deny `clippy::missing_inline_in_public_items` in std_detect
Eduardo Sánchez Muñoz
-1
/
+0
2023-10-29
Fix various compilation errors
Amanieu d'Antras
-15
/
+20
2023-10-29
Fix more missing/incorrect feature specifications
Amanieu d'Antras
-2
/
+6
2023-10-29
Cleanup last uses of the stdsimd feature
Amanieu d'Antras
-5
/
+6
2023-10-29
Add tracking issues for feature detection
Amanieu d'Antras
-77
/
+89
2023-10-11
Remove unneeded transmutes
Eduardo Sánchez Muñoz
-5
/
+1
2023-10-10
Remove use of auv crate from tests
bjorn3
-48
/
+11
2023-10-10
Remove the auxv dev dependency.
bjorn3
-1
/
+0
2023-08-29
Add `#![allow(internal_unstable)]`
Amanieu d'Antras
-2
/
+0
2023-06-21
Support AArch32 Neon dotprod intrinsics.
Jacob Bramley
-6
/
+25
2023-04-24
std_detect: Do not use libc::getauxval on 32-bit Android
Taiki Endo
-2
/
+4
2023-04-21
Remove useless drop (clippy drop_ref and drop_copy lint)
Urgau
-2
/
+5
2023-04-01
std_detect: Remove support for arm crypto target feature
Taiki Endo
-24
/
+2
2023-04-01
std_detect: Always avoid dlsym on *-android* targets
Taiki Endo
-8
/
+18
2023-03-25
std_detect: Unbreak auxv_from_file
Luca Barbato
-7
/
+6
2023-03-19
Allow `internal_features`
Nilstrieb
-0
/
+3
2023-03-12
Implemented is_x86_feature_detected!(ermsb)
Chase Wilson
-0
/
+5
2023-03-12
add f16c to x86 detection test
Kathryn Long
-0
/
+2
2023-03-01
std_detect: Support run-time detection of crc/aes/sha2/crypto on arm FreeBSD
Taiki Endo
-4
/
+25
2023-03-01
std_detect: Support run-time detection of fp on aarch64 Windows
Taiki Endo
-13
/
+12
2023-03-01
Merge core_arch/tests/cpu-detection.rs to std_detect/tests/cpu-detection.rs
Taiki Endo
-0
/
+12
2023-02-18
Fix typo
bwmf2
-2
/
+2
2023-02-13
std_detect: Remove extra cfg
Taiki Endo
-2
/
+2
2023-02-13
std_detect: Only check features that are known to be available on armv8.0 cor...
Taiki Endo
-8
/
+28
2023-02-13
std_detect: Workaround Exynos 9810 bug on aarch64 Android
Taiki Endo
-0
/
+19
2023-02-11
std_detect: Support run-time detection of FEAT_LSE2 on aarch64 BSD (#1379)
Taiki Endo
-10
/
+25
2023-02-11
std_detect: Update platform support docs (#1380)
Taiki Endo
-4
/
+12
2023-02-03
std_detect: Always avoid dlsym on *-linux-gnu* targets (#1375)
Taiki Endo
-3
/
+19
2023-01-26
std_detect: Support run-time detection on aarch64 OpenBSD
Taiki Endo
-24
/
+91
2023-01-26
std_detect: Split os/aarch64.rs' detect_features into reading and parsing
Taiki Endo
-63
/
+72
2023-01-26
std_detect: Move aarch64 freebsd test to tests/cpu-detection.rs
Taiki Endo
-18
/
+20
2023-01-23
std_detect: Add test for feature detection on aarch64 Windows
Taiki Endo
-0
/
+14
2023-01-23
std_detect: Support detecting lse/dotprod/jsconv/rcpc on aarch64 Windows
Taiki Endo
-0
/
+20
2023-01-05
Detect MOVBE (#1356)
Caleb Zulawski
-0
/
+7
2022-11-21
Rename misleading features (#1355)
Caleb Zulawski
-23
/
+28
2022-11-09
Detect CPU features with Linux methods on Android for non-Intel CPUs. (#1351)
gendx
-1
/
+1
2022-11-09
Fix line endings to use LF (#1350)
Mateusz Mikuła
-73
/
+73
2022-10-25
Edition 2021, apply clippy::uninlined_format_args fix (#1339)
Yuri Astrakhan
-9
/
+9
2022-10-25
Fix dupe word typos (#1344)
Rageking8
-1
/
+1
[prev]
[next]