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