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
/
core_arch
/
src
/
wasm32
Age
Commit message (
Expand
)
Author
Lines
2025-09-22
Auto merge of #146683 - clarfonthey:safe-intrinsics, r=RalfJung,Amanieu
bors
-8
/
+8
2025-09-21
Mark float intrinsics with no preconditions as safe
ltdk
-8
/
+8
2025-08-20
wasm: use `{read, write}_unaligned` methods
Folkert de Vries
-24
/
+14
2025-07-25
Allow ffi_unwind_calls for `arch::wasm32::throw`
Alisa Sireneva
-0
/
+10
2025-07-07
use `is_multiple_of` to check if an addr is aligned
Folkert de Vries
-1
/
+1
2025-06-02
Fix incorrect intrinsic name in WASM
sayantn
-2
/
+2
2025-04-21
use 'unadjusted' ABI for wasm LLVM intrinsics
Ralf Jung
-4
/
+4
2025-03-16
Document safety conditions of simd shifts
Alex Crichton
-0
/
+40
2025-03-16
Fix rustfmt
Alex Crichton
-1
/
+3
2025-03-16
wasm32: Fix undefined behavior with shift intrinsics
Alex Crichton
-15
/
+13
2025-03-03
wasm: update for rintf intrinsic rename
Ralf Jung
-2
/
+2
2025-02-27
Update simd128.rs
Tobias Decking
-12
/
+4
2025-02-24
wasm: use `simd_as` for float to integer conversions
Folkert de Vries
-15
/
+6
2025-02-19
Update wasm sub sat intrinsics for LLVM 20
Nikita Popov
-4
/
+4
2025-02-09
Format with style edition 2024
Eric Huss
-1
/
+3
2025-02-09
Apply missing_unsafe_on_extern
Eric Huss
-5
/
+5
2024-12-21
Fix Wasm `f*_sqrt()` doc
daxpedda
-2
/
+2
2024-12-12
Add numeric instructions for Wasm not available in `core`
daxpedda
-0
/
+142
2024-12-02
wasm: Add missing `#[target_feature]` to simd ctors
Alex Crichton
-0
/
+21
2024-11-30
Rework SIMD zeroing
Tobias Decking
-7
/
+7
2024-11-01
Use C-unwind abi for the llvm.wasm.throw intrinsic
Noa
-1
/
+1
2024-10-28
cleanup wasm const fn
Ralf Jung
-12
/
+0
2024-10-10
avoid rustc_const_stable on internal function
Ralf Jung
-1
/
+12
2024-08-19
Avoid legacy numeric constants
Eduardo Sánchez Muñoz
-8
/
+8
2024-08-08
Keep `Debug` the same
Scott McMurray
-1
/
+2
2024-08-08
Move entirely to array-based SIMD
Scott McMurray
-1
/
+1
2024-07-25
Move Wasm's relaxed SIMD to Rust v1.82
daxpedda
-29
/
+29
2024-07-14
Revert "wasm32: Add `simd128` to enabled features for relaxed intrinsics"
daxpedda
-20
/
+20
2024-07-11
wasm32: Add `simd128` to enabled features for relaxed intrinsics
Alex Crichton
-20
/
+20
2024-07-07
Use generic simd in wasm intrinsics
Tobias Decking
-47
/
+17
2024-06-27
Assign Rust v1.81.0
daxpedda
-29
/
+29
2024-06-27
Add unsigned aliases
daxpedda
-0
/
+40
2024-06-27
Stabilize Wasm relaxed SIMD
daxpedda
-31
/
+31
2024-03-19
[wasm32] Add an intrinsic for the throw instruction
Noa
-0
/
+22
2024-02-23
use remaining SIMD intrinsics via libcore
Ralf Jung
-5
/
+1
2024-02-18
simplify simd_ty, simd_m_ty macros: do not repeat the element type N times
Ralf Jung
-12
/
+18
2024-02-17
put the idx arguments of simd_insert and simd_extract into const blocks
Ralf Jung
-16
/
+16
2023-10-29
Add tracking issues for WebAssembly
Amanieu d'Antras
-0
/
+27
2023-07-30
clippy: Some simple clippy fixes.
Bruce Mitchener
-19
/
+9
2023-07-30
Remove redundant definitions
Amanieu d'Antras
-2
/
+2
2023-07-29
Remove `#[target_feature]` from const fn
Amanieu d'Antras
-10
/
+0
2023-04-21
Remove useless drop (clippy drop_ref and drop_copy lint)
Urgau
-2
/
+2
2023-03-19
wasm32: Add relaxed simd instructions
Alex Crichton
-2
/
+454
2023-03-05
Replace associated const hacks with inline consts
Amanieu d'Antras
-48
/
+48
2023-01-10
use inline const for last simd_shuffle argument
Ralf Jung
-85
/
+55
2023-01-06
Resolve old FIXME comments (#1364)
Nugine
-5
/
+1
2022-04-29
Wasm simd128 pairwise/lane-wise (#1302)
Sam Parker
-112
/
+112
2022-03-16
Fix broken links (#1294)
relrelb
-3
/
+3
2021-12-14
Fix a bunch of typos
Frank Steffahn
-7
/
+7
2021-10-30
Add a rudimentary `wasm64` module with intrinsics (#1240)
Alex Crichton
-6
/
+6
[next]