about summary refs log tree commit diff
path: root/library/stdarch/crates/intrinsic-test/src/common/write_file.rs
AgeCommit message (Collapse)AuthorLines
2025-07-19combine rust files into one compilationFolkert de Vries-33/+0
2025-07-18`intrinsic-test`: combine C files for more efficient compilationFolkert de Vries-33/+0
2025-05-31intrinsic-test: Modernization of the coding styleTsukasa OI-7/+5
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-27fix: code cleanup and renamingMadhav Madhusoodanan-9/+15
2025-05-27fix: moved common code (that required no architecture-specificMadhav Madhusoodanan-6/+13
modifications) outside the IntrinsicDefinition trait
2025-05-27Fix: removed BaseIntrinsicTypeDefinition + code cleanupMadhav Madhusoodanan-1/+3
1. Removed default implementation of traits that are compulsorily implemented 2. Replaced BaseIntrinsicTypeDefinition with Deref<Target = IntrinsicType>
2025-05-27feat: merging changes related to f16 formattingMadhav Madhusoodanan-1/+2
2025-05-27moved more code generation functionality to `common`Madhav Madhusoodanan-0/+52