about summary refs log tree commit diff
path: root/library/stdarch/crates/stdarch-gen-arm/src/wildstring.rs
AgeCommit message (Collapse)AuthorLines
2025-05-31stdarch-gen-arm: Modernization of the coding styleTsukasa OI-1/+1
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-09Format with style edition 2024Eric Huss-1/+1
2025-02-09Apply rust_2024_incompatible_patEric Huss-2/+2
2025-01-16PR feedback & pipelineJames Barford-Evans-0/+399