about summary refs log tree commit diff
path: root/src/tools/rustfmt/src/parse/macros/asm.rs
AgeCommit message (Expand)AuthorLines
2025-05-27move asm parsing code into `rustc_parse`Folkert de Vries-1/+1
2025-05-18rename to get rid of the 'raw' conceptFolkert de Vries-6/+3
2025-05-18attempt to have rustfmt use the new logicFolkert de Vries-3/+6
2024-10-06various fixes for `naked_asm!` implementationFolkert de Vries-1/+1
2024-10-06disallow `asm!` in `#[naked]` functionsFolkert de Vries-2/+2
2024-10-06implement `naked_asm` macroFolkert-2/+2
2024-09-19Merge commit 'b23b69900eab1260be510b2bd8922f4b6de6cf1e' into sync-from-rustfmtYacin Tmimi-1/+1
2024-03-04Tweak `parse_asm_args`.Nicholas Nethercote-1/+1
2022-11-22Split `MacArgs` in two.Nicholas Nethercote-1/+1
2021-12-29Merge commit '4a053f206fd6799a25823c307f7d7f9d897be118' into sync-rustfmt-sub...Caleb Cartwright-0/+11