| Age | Commit message (Collapse) | Author | Lines |
|
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.
|
|
|
|
Fix both the instructions for how to regenerate each `generated.rs`, and
the logic for inferring the correct output path from each input
`.spec.yml`.
|
|
|
|
|
|
Minor nits in the code, like usage of `&Option<str>`
|
|
formatting
remove comma
put back square brackets
|
|
This allows the constant vector to be passed directly
to LLVM which fixes a few issues where the LLVM intrinsic
expects a constant vector.
|
|
See MCP#621
This tries to make as few changes as possible -- it keeps the `new` functions taking all the parameters, for example.
|
|
Just a few minor cleanups
|
|
|
|
See also: rust-lang/rust#117225
|
|
|
|
|
|
|