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
/
assert-instr-macro
Age
Commit message (
Expand
)
Author
Lines
2025-06-11
Fixes to compile with latest Rust nightly
Amanieu d'Antras
-1
/
+3
2025-04-20
Remove `STDARCH_DISABLE_DEDUP_GUARD` as it was unused
sayantn
-46
/
+8
2025-04-20
Change test skipping logic a little, separate feature-based and function-base...
sayantn
-2
/
+3
2025-02-09
Format with style edition 2024
Eric Huss
-1
/
+1
2025-02-09
Update all crates to Rust 2024
Eric Huss
-1
/
+1
2025-02-09
Apply unsafe_attr_outside_unsafe
Eric Huss
-2
/
+2
2024-05-06
Silence unexpected-cfgs
Luca Barbato
-0
/
+1
2023-10-31
Simplify some expressions with pointers and references
Eduardo Sánchez Muñoz
-2
/
+2
2023-10-31
Fuse multiple `str::replace` invocations into a single one
Eduardo Sánchez Muñoz
-3
/
+1
2023-10-10
Bump syn to 2.0
Eduardo Sánchez Muñoz
-3
/
+3
2023-10-01
Add some `#[allow(deprecated)]`
Eduardo Sánchez Muñoz
-0
/
+11
2022-10-25
Edition 2021, apply clippy::uninlined_format_args fix (#1339)
Yuri Astrakhan
-5
/
+5
2021-09-20
Make dedup guard optional (#1215)
Hans Kratz
-21
/
+36
2021-09-09
Use a lighter dedup guard in the assert_instr test shims.
Hans Kratz
-11
/
+8
2021-07-20
Force the use of sysv64 calling convention in x86_64 disassembly tests (#1187)
Amanieu d'Antras
-1
/
+6
2021-04-11
Convert all crates to 2018 edition (#1109)
Joshua Nelson
-3
/
+1
2021-04-07
Deny 2018 idiom lints (#1108)
Joshua Nelson
-1
/
+2
2021-02-27
Initial conversion to const generics (#1018)
Amanieu d'Antras
-1
/
+16
2020-11-04
Use black_box instead of llvm_asm (#944)
Joseph Richey
-4
/
+0
2020-11-02
Fix some clippy lints (#937)
Joshua Nelson
-2
/
+2
2020-07-18
Update and revamp wasm32 SIMD intrinsics (#874)
Alex Crichton
-7
/
+8
2020-04-09
Use llvm_asm! instead of asm! (#846)
Amanieu d'Antras
-1
/
+1
2019-10-26
Format with rustfmt
Taiki Endo
-1
/
+4
2019-10-26
Update proc-macro2, syn, and quote to 1.0
Taiki Endo
-17
/
+16
2019-07-09
Update repo name
gnzlbg
-5
/
+5
2019-07-08
Fix assert_instr tests
gnzlbg
-8
/
+17
2019-07-08
Fix data-race in assert_instr
gnzlbg
-1
/
+4
2019-04-17
Fix clippy issues
gnzlbg
-1
/
+1
2019-01-30
Attempt to fix tests on master (#662)
Alex Crichton
-1
/
+2
2019-01-22
Fix clippy issues
gnzlbg
-1
/
+1
2018-12-13
Rewrite simd128 and wasm support (#620)
Alex Crichton
-9
/
+43
2018-12-13
Run rustfmt on stable, delete rustfmt.toml (#619)
Alex Crichton
-15
/
+8
2018-11-11
fix clippy and shellcheck issues
gnzlbg
-15
/
+11
2018-11-11
formatting
gnzlbg
-3
/
+6
2018-09-06
Update to syn 0.15 (#564)
Alex Crichton
-21
/
+18
2018-08-15
Add wasm32 simd128 intrinsics (#549)
gnzlbg
-13
/
+15
2018-08-01
add arm/aarch64 table lookup and vector combine intrinsics (#546)
gnzlbg
-2
/
+1
2018-07-17
Fix compile on latest nightly (#527)
Alex Crichton
-2
/
+0
2018-06-15
reformat with latest rustfmt
gnzlbg
-13
/
+10
2018-06-05
Replace the deprecated TokenStream::empty() with new()
Luca Barbato
-1
/
+1
2018-05-21
Update proc macro2 (#455)
Luca Barbato
-13
/
+26
2018-05-16
Initial PowerPC altivec and VSX support (#447)
gnzlbg
-1
/
+4
2018-05-04
Workarounds for all/any mask reductions on x86, armv7, and aarch64 (#425)
gnzlbg
-2
/
+8
2018-04-26
fix errors/warnings from the stabilization of cfg_target_feature and target_f...
gnzlbg
-2
/
+2
2018-04-03
Bump dependencies on proc-macro2
Alex Crichton
-3
/
+3
2018-03-22
add tests for endian-dependent behavior (#394)
gnzlbg
-3
/
+8
2018-03-10
[mips/mips64: msa] add add_a_b intrinsic (#365)
gnzlbg
-5
/
+13
2018-02-18
Reorganize and refactor source tree (#324)
Alex Crichton
-0
/
+181