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
/
examples
Age
Commit message (
Expand
)
Author
Lines
2025-09-12
examples: Make Clippy happy
Tsukasa OI
-1
/
+0
2025-07-23
Reformat code
Jakub Beránek
-5
/
+1
2025-07-22
Remove `std_detect` from stdarch examples
Jakub Beránek
-7
/
+18
2025-07-11
connect5: clippy fixes
Marijn Schouten
-25
/
+12
2025-06-02
Stabilize AVX512 intrinsics
Amanieu d'Antras
-2
/
+2
2025-05-31
stdarch_examples: Modernization of the coding style
Tsukasa OI
-24
/
+24
2025-05-20
`avx512_target_feature` is now stable on nightly
Folkert de Vries
-1
/
+0
2025-02-25
Remove some `allow(unsafe_op_in_unsafe_fn)`s and use target_feature 1.1 in ex...
Eduardo Sánchez Muñoz
-70
/
+111
2025-02-09
Format with style edition 2024
Eric Huss
-5
/
+1
2025-02-09
Update all crates to Rust 2024
Eric Huss
-1
/
+1
2025-02-09
Allow unsafe_op_in_unsafe_fn
Eric Huss
-0
/
+3
2025-02-09
Apply unsafe_attr_outside_unsafe
Eric Huss
-3
/
+3
2025-02-09
Apply keyword_idents_2024
Eric Huss
-1
/
+1
2024-11-29
Simplify some code in examples
Eduardo Sánchez Muñoz
-32
/
+10
2024-10-01
Clean up examples, make it more "Rusty"
Yuri Astrakhan
-42
/
+15
2024-01-05
Fix std_detect not being an unstable crate
Amanieu d'Antras
-2
/
+8
2023-11-18
Remove unneeded borrows
Eduardo Sánchez Muñoz
-27
/
+27
2023-10-29
Fix various compilation errors
Amanieu d'Antras
-1
/
+3
2023-10-29
Cleanup last uses of the stdsimd feature
Amanieu d'Antras
-3
/
+2
2023-10-10
Bump rand to 0.8
Eduardo Sánchez Muñoz
-1
/
+1
2023-10-10
Bump quickcheck to 1.0
Eduardo Sánchez Muñoz
-1
/
+1
2023-07-30
docs: Fix warnings and typos.
Bruce Mitchener
-1
/
+1
2022-10-25
Edition 2021, apply clippy::uninlined_format_args fix (#1339)
Yuri Astrakhan
-3
/
+3
2022-08-22
Replace some calls to `pointer::offset` with `add` and `sub`
Maybe Waffle
-15
/
+12
2021-06-10
wasm: Mark simd intrinsics as stable (#1179)
Alex Crichton
-1
/
+0
2021-05-27
wasm: Add convenience aliases with unsigned names (#1174)
Alex Crichton
-4
/
+4
2021-03-25
Tweak names of wasm SIMD intrinsics (#1096)
Alex Crichton
-7
/
+7
2021-03-11
Update WebAssembly SIMD/Atomics (#1073)
Alex Crichton
-2
/
+2
2021-01-04
Avx512vbmi (#977)
minybot
-0
/
+1
2020-12-25
avx512f example (#952)
minybot
-0
/
+1276
2020-11-02
Fix some clippy lints (#937)
Joshua Nelson
-2
/
+2
2020-07-18
Update and revamp wasm32 SIMD intrinsics (#874)
Alex Crichton
-29
/
+70
2020-04-04
Replace all max/min_value() with MAX/MIN
Linus Färnstrand
-1
/
+1
2019-07-09
Update repo name
gnzlbg
-4
/
+4
2019-07-01
Update rand requirement from 0.6 to 0.7
dependabot-preview[bot]
-1
/
+1
2019-04-19
Merge imports
gnzlbg
-2
/
+4
2019-04-17
Fix clippy issues
gnzlbg
-12
/
+9
2019-01-30
Fix building docs for all targets on docs.rs and re-export the arch module
gnzlbg
-3
/
+3
2019-01-22
Fix clippy issues
gnzlbg
-0
/
+1
2019-01-22
Refactor stdsimd
gnzlbg
-11
/
+38
2018-12-13
Run rustfmt on stable, delete rustfmt.toml (#619)
Alex Crichton
-34
/
+11
2018-12-12
Another fix for wasm example
Alex Crichton
-1
/
+1
2018-12-12
Fix wasm example
Alex Crichton
-2
/
+2
2018-11-11
fix clippy and shellcheck issues
gnzlbg
-7
/
+7
2018-09-06
Rename `wasm32` memory intrinsics (#560)
Alex Crichton
-2
/
+2
2018-07-31
re-format (#544)
gnzlbg
-2
/
+7
2018-07-19
remove portable vector types
gnzlbg
-243
/
+0
2018-06-15
reformat with latest rustfmt
gnzlbg
-30
/
+23
2018-06-05
Use cfg_if for the nbody example
Luca Barbato
-18
/
+24
2018-05-04
Workarounds for all/any mask reductions on x86, armv7, and aarch64 (#425)
gnzlbg
-3
/
+3
[next]