about summary refs log tree commit diff
path: root/library/stdarch/crates/stdarch-gen-arm/src/expression.rs
AgeCommit message (Collapse)AuthorLines
2025-07-12`stdarch-gen-arm`: remove `lazy_static`, use `LazyLock` insteadFolkert de Vries-5/+3
2025-05-31stdarch-gen-arm: Modernization of the coding styleTsukasa OI-9/+6
It modernizes the coding style of the crate stdarch-gen-arm by fixing Clippy warnings (except clippy::{collapsible_if,obfuscated_if_else} that might make the program look worse as a result of "fixing" warnings). Clippy: rust version 1.89.0-nightly (6f6971078 2025-05-28) Number of Fixed Warnings: 84/84 Note: Rust Analyzer double counts one of the Clippy warnings so it reduces 85 warnings (as reported by the Rust Analyzer). This commit also applies similar technique used to resolve Clippy warnings but also simplifies identifier name formatting and makes reading easier. Confirmed that the exact same code will be generated.
2025-02-27mark arm intrinsics as safeusamoi-3/+11
2025-02-26fix - neon type signed unsigned conversionsJames Barford-Evans-1/+1
2025-02-24Update generator to facilitate big endianJames Barford-Evans-7/+44
2025-02-09Format with style edition 2024Eric Huss-1/+1
2025-01-16PR feedback & pipelineJames Barford-Evans-0/+576