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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
simd
Age
Commit message (
Expand
)
Author
Lines
2022-01-27
pub use std::simd::StdFloat;
Jubilee Young
-12
/
+37
2022-01-04
Add pointer-sized integer tests
Caleb Zulawski
-0
/
+14
2022-01-04
Add simd_as intrinsic
Caleb Zulawski
-0
/
+34
2022-01-04
Allow isize/usize in simd_cast
Caleb Zulawski
-0
/
+21
2021-11-22
`#![feature(inline_const)]` is no longer incomplete
Gary Guo
-1
/
+0
2021-11-13
Auto merge of #89167 - workingjubilee:use-simd, r=MarkSimulacrum
bors
-0
/
+83
2021-11-12
Test core::simd works
Jubilee Young
-0
/
+83
2021-11-06
Disable bitmask test on big endian
Caleb Zulawski
-0
/
+1
2021-11-06
Allow simd_select_bitmask to take byte arrays
Caleb Zulawski
-17
/
+39
2021-11-06
Allow simd_bitmask to return byte arrays
Caleb Zulawski
-10
/
+38
2021-10-15
Bless tests
Cameron Steffen
-6
/
+6
2021-10-10
Auto merge of #89541 - workingjubilee:abbrev-shufvec-t, r=Mark-Simulacrum
bors
-189
/
+1208
2021-10-04
Re-bless src/test/ui/simd
Jubilee Young
-84
/
+84
2021-10-04
Rearrange test/ui/{simd,simd-intrinsic}
Jubilee Young
-0
/
+1149
2021-10-04
Use arrays over tuples in SIMD tests
Jubilee Young
-182
/
+52
2021-09-27
Update issue-89193.rs
George O'Hara
-4
/
+2
2021-09-27
Issue 89193
George O'Hara
-0
/
+53
2021-09-16
Fix shuffle index constant not being monomorphized.
Caleb Zulawski
-0
/
+40
2021-09-11
Allow simd_shuffle to accept vectors of any length
Caleb Zulawski
-1
/
+41
2021-08-30
`feature(const_generics)` -> `feature(const_param_types)`
lcnr
-4
/
+4
2021-08-03
Allow generic SIMD array element type
Caleb Zulawski
-15
/
+61
2021-06-10
std: Stabilize wasm simd intrinsics
Alex Crichton
-2
/
+0
2021-06-05
Auto merge of #85919 - workingjubilee:simd-ptrs-are-valid, r=petrochenkov
bors
-0
/
+122
2021-06-03
wasm: Make simd types passed via indirection again
Alex Crichton
-0
/
+33
2021-06-02
test for more SIMD monomorphization errors
Jacob Lifshay
-0
/
+55
2021-06-01
Allow raw pointers in SIMD types
Jubilee Young
-0
/
+67
2021-05-27
Test THIR unsafeck for unsafe ops in closures
LeSeulArtichaut
-0
/
+2
2021-05-13
Auto merge of #85110 - RalfJung:no-rustc_args_required_const, r=oli-obk
bors
-9
/
+11
2021-05-13
fix test suite
Ralf Jung
-9
/
+11
2021-05-12
Show macro name in 'this error originates in macro' message
Aaron Hill
-6
/
+6
2021-04-14
Add more SIMD math.h intrinsics
Jubilee Young
-8
/
+19
2021-04-03
Remove redundant `ignore-tidy-linelength` annotations
Simon Jakobi
-8
/
+6
2021-03-22
Update the minimum external LLVM to 10
Josh Stone
-1
/
+0
2021-03-19
Add simd_neg platform intrinsic
SparrowLii
-0
/
+7
2021-03-02
Fix UI errors
Erin Power
-9
/
+3
2021-03-02
Revert non-power-of-two vector restriction
Erin Power
-35
/
+2
2021-02-07
Auto merge of #80652 - calebzulawski:simd-lanes, r=nagisa
bors
-102
/
+232
2021-01-31
Move some tests to more reasonable directories
Caio
-0
/
+24
2021-01-23
Move SIMD tests
Caleb Zulawski
-5
/
+202
2021-01-23
Fix maximum SIMD lane count, and expose it to other crates. Disallow SIMD ve...
Caleb Zulawski
-97
/
+30
2020-12-26
update tests
Bastian Kauschke
-4
/
+4
2020-11-29
Auto merge of #78380 - bstrie:rm-old-num-const-from-tests, r=jyn514
bors
-5
/
+3
2020-11-29
Update tests to remove old numeric constants
bstrie
-5
/
+3
2020-11-15
fix up tidy
Ashley Mannix
-1
/
+2
2020-11-15
add a canary test for complex repr(simd)
Ashley Mannix
-0
/
+50
2020-11-08
update ui tests
Ashley Mannix
-14
/
+12
2020-11-08
Support repr(simd) on ADTs containing a single array field
gnzlbg
-68
/
+139
2020-10-04
Rollup merge of #77504 - Amanieu:select_simd_bitmask, r=ecstatic-morse
Jonas Schievink
-0
/
+25
2020-10-03
Support vectors with fewer than 8 elements for simd_select_bitmask
Amanieu d'Antras
-0
/
+25
2020-10-03
Flatten arrows with further comment
Jubilee Young
-5
/
+6
[next]