about summary refs log tree commit diff
path: root/library/stdarch/crates/intrinsic-test/src/common/cli.rs
AgeCommit message (Collapse)AuthorLines
2025-07-09run rust programs with the runnerFolkert de Vries-3/+3
2025-05-31intrinsic-test: Modernization of the coding styleTsukasa OI-8/+8
It modernizes the coding style of the crate intrinsic-test by fixing Clippy warnings. Clippy: rust version 1.89.0-nightly (6f6971078 2025-05-28) Number of Fixed Warnings: 36/36
2025-05-27chore: file renamingMadhav Madhusoodanan-0/+113
2025-05-27chore: code consolidationMadhav Madhusoodanan-101/+0
2025-05-27chore: Added `ProcessedCli` to extract the logic to pre-process CLI struct argsMadhav Madhusoodanan-0/+57
2025-05-27Chore: Added `SupportedArchitectureTest` trait which must be implemented for ↵Madhav Madhusoodanan-0/+44
different architectures. Next steps: Move the existing ARM-specific implementation into one that fits well with this trait.