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
/
src
/
tools
/
miri
/
tests
/
pass
/
intrinsics
Age
Commit message (
Expand
)
Author
Lines
2025-09-23
Merge ref 'f6092f224d2b' from rust-lang/rust
Ralf Jung
-2
/
+2
2025-09-22
share the check_nondet helper as well
Ralf Jung
-64
/
+39
2025-09-21
Mark float intrinsics with no preconditions as safe
ltdk
-2
/
+2
2025-09-03
Add `funnel_sh{l,r}` functions and intrinsics
sayantn
-1
/
+7
2025-07-20
Update Miri Tests
Scott McMurray
-8
/
+14
2025-07-19
interpret: fix TypeId pointers being considered data pointers
Ralf Jung
-0
/
+19
2025-06-15
Implement `simd_round_ties_even` for miri, cg_clif and cg_gcc
sayantn
-0
/
+8
2025-05-10
test intrinsic fallback bodies with Miri
Ralf Jung
-11
/
+15
2025-04-19
simd_select_bitmask: the 'padding' bits in the mask are just ignored
Ralf Jung
-0
/
+13
2025-03-12
intrinsics: remove unnecessary leading underscore from argument names
Ralf Jung
-1
/
+1
2025-02-24
rename simd_shuffle_generic → simd_shuffle_const_generic
Ralf Jung
-3
/
+3
2025-02-10
Auto merge of #135701 - calebzulawski:sync-from-portable-simd-2025-01-18, r=w...
bors
-21
/
+0
2025-01-20
Updated several files to use rust intrinsic macros instead of the legacy exte...
vayunbiyani
-4
/
+3
2025-01-18
Update tests for std::simd subtree sync
Caleb Zulawski
-21
/
+0
2024-12-04
implement simd_relaxed_fma
Ralf Jung
-30
/
+83
2024-10-11
intrinsics.fmuladdf{16,32,64,128}: expose llvm.fmuladd.* semantics
Jed Brown
-0
/
+44
2024-09-29
let rustfmt format imports
Ralf Jung
-1
/
+2
2024-09-21
fmt (with a huge diff for some reason)
Ralf Jung
-1
/
+1
2024-09-14
simd_shuffle: require index argument to be a vector
Ralf Jung
-5
/
+0
2024-09-11
miri: support vector index arguments in simd_shuffle
Ralf Jung
-0
/
+32
2024-07-25
Stop using `unsized_const_parameters` in core/std
Boxy
-1
/
+14
2024-06-10
Rollup merge of #126184 - RalfJung:interpret-simd-nonpow2, r=oli-obk
Matthias Krüger
-0
/
+21
2024-06-09
interpret: do not ICE on padded non-pow2 SIMD vectors
Ralf Jung
-1
/
+22
2024-06-09
simd_bitmask: work correctly for sizes like 24
Ralf Jung
-16
/
+55
2024-06-08
portable-simd: add test for non-power-of-2 bitmask
Ralf Jung
-1
/
+39
2024-05-28
Add Miri smoke pass test for ptr_metadata intrinsic
Scott McMurray
-1
/
+7
2024-05-19
miri: support simd_ctpop
Jubilee Young
-0
/
+15
2024-05-04
move intrinsics implementations and tests into dedicated folder
Ralf Jung
-0
/
+812