about summary refs log tree commit diff
path: root/library/stdarch/crates/stdarch-gen-arm/src/input.rs
AgeCommit message (Collapse)AuthorLines
2025-02-09Format with style edition 2024Eric Huss-2/+2
2025-01-29Fix usage of proc_macro2::Punct.Jacob Bramley-0/+1
Restructure stdarch-gen-arm to use `Group`s with `Delimiter`s rather than ad-hoc `Punct`s. `Punct` should only be used to represent specific characters, and never for bracket-like characters. Recent versions of `Punct::new` check this with an assertion. Note that there doesn't appear to be a way to emit a line break for formatting reasons — `Punct::new('\n', ...)` no longer works — so this also removes all blank lines between functions in the generated files.
2025-01-16PR feedback & pipelineJames Barford-Evans-0/+432