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
Age
Commit message (
Expand
)
Author
Lines
2025-07-08
Prepare for merging from rust-lang/rust
Jakub Beránek
-0
/
+1
2025-07-08
Reset rust-version
Jakub Beránek
-1
/
+0
2025-07-08
remove unneeded cast
Folkert de Vries
-4
/
+4
2025-07-08
shorten array literals
Folkert de Vries
-104
/
+28
2025-07-08
remote intermediate assignment
Folkert de Vries
-51
/
+23
2025-07-08
fix whitespace in `aarch64.spec.yml`
Folkert de Vries
-27
/
+27
2025-07-08
Update README with link to `josh-sync`
Jakub Beránek
-45
/
+2
2025-07-08
Remove custom josh-sync scripts
Jakub Beránek
-768
/
+0
2025-07-07
Use `simd_funnel_sh{l,r}` and `simd_round_ties_even` to remove uses of LLVM i...
sayantn
-163
/
+47
2025-07-07
some clippy fixes
Marijn Schouten
-14
/
+12
2025-07-07
std_detect: RISC-V Linux: Ergonomic querying with `riscv_hwprobe`
Tsukasa OI
-41
/
+42
2025-07-07
Prepare for merging from rust-lang/rust
Jakub Beránek
-0
/
+1
2025-07-07
Add config files for `rustc-josh-sync`
Jakub Beránek
-0
/
+3
2025-07-07
Update README.md
kilavvy
-1
/
+1
2025-07-07
Remove std-detect dev dependency in core_arch
Jakub Beránek
-6
/
+2
2025-07-07
Mark `avx` broadcast intrinsics as safe
okaneco
-7
/
+7
2025-07-07
Use simd_extract! macro instead of calling simd_extract directly
ltdk
-6
/
+6
2025-07-07
Update stabilization version of certain x86 intrinsics to 1.89
Amanieu d'Antras
-27
/
+27
2025-07-07
Add josh synchronization scripts
Jakub Beránek
-0
/
+817
2025-07-07
Add empty rust-version file
Jakub Beránek
-0
/
+0
2025-07-07
use `is_multiple_of` to check if an addr is aligned
Folkert de Vries
-4
/
+8
2025-07-03
std_detect: Tidying of slice length
Tsukasa OI
-2
/
+1
2025-06-19
s390x: add feature detection for the z17 target features
Folkert de Vries
-56
/
+97
2025-06-19
the `generic_arg_infer` feature is now stable on nightly
Folkert de Vries
-1
/
+0
2025-06-17
Test
satiscugcat
-17
/
+14
2025-06-17
Ran cargo fmt, removed unexpected character
satiscugcat
-28
/
+25
2025-06-17
Moved const fn outside unsafe block
satiscugcat
-11
/
+13
2025-06-17
Changed implementation of _mm{256,512}_alignr_epi8 to match that of _mm_align...
satiscugcat
-350
/
+149
2025-06-17
Changed implementation of bsrli in avx512.rs to match that of bslli, fixing a...
satiscugcat
-195
/
+78
2025-06-17
Changed the implementation of bsrli to match bslli in avx2 intrinsics
satiscugcat
-132
/
+46
2025-06-17
Fixing mistake in previous commit
Aniket Mishra
-1
/
+1
2025-06-17
Removal of redundant mod operation in _mm256_alignr_epi8
Aniket Mishra
-1
/
+1
2025-06-17
Fix in erroneous implementation of _mm256_bsrli_epi128
Aniket Mishra
-1
/
+1
2025-06-17
Add triagebot config for subtree syncs
Jakub Beránek
-0
/
+10
2025-06-12
Add lockfile
Jakub Beránek
-1
/
+965
2025-06-11
Fixes to compile with latest Rust nightly
Amanieu d'Antras
-5
/
+3
2025-06-09
Darwin AArch64 detection update
Laine Taffin Altman
-0
/
+8
2025-06-09
Remove `compiler-builtins` from `rustc-dep-of-std` dependencies
Trevor Gross
-2
/
+0
2025-06-09
add s390x z17 target features
Folkert de Vries
-0
/
+15
2025-06-02
Stabilize AVX512 intrinsics
Amanieu d'Antras
-4595
/
+4595
2025-06-02
Fix incorrect intrinsic name in WASM
sayantn
-2
/
+2
2025-06-02
Fix incorrect intrinsic name in X86
sayantn
-11
/
+11
2025-06-02
Remove uses of deprecated type-specific pointers from ARM
sayantn
-380
/
+380
2025-06-02
Use correct LLVM intrinsic for `vmull` and `vaddv`
sayantn
-36
/
+36
2025-06-02
Use rust intrinsics for more ARM intrinsics
sayantn
-527
/
+73
2025-06-02
Mark Neon f16 vectors as unstable
Adam Gemmell
-4
/
+9
2025-06-02
Revert vbsl[q]_f16 to unstable
Adam Gemmell
-18
/
+3
2025-06-01
RISC-V: Linux 6.15 `riscv_hwprobe` support
Tsukasa OI
-3
/
+39
2025-06-01
use `simd_bitreverse` on `aarch64`
Folkert de Vries
-21
/
+5
2025-05-31
intrinsic-test: Reverse `has_constraints()` condition
Tsukasa OI
-1
/
+1
[next]