about summary refs log tree commit diff
path: root/tests/ui/asm/naked-functions-instruction-set.rs
AgeCommit message (Expand)AuthorLines
2025-04-20stabilize `naked_functions`Folkert de Vries-1/+1
2025-04-19Make `#[naked]` an unsafe attributeFolkert de Vries-4/+4
2024-12-17tests/ui/asm: Remove uses of rustc_attrs, lang_items, and decl_macro features...Taiki Endo-8/+4
2024-12-10codegen `#[naked]` functions using `global_asm!`Folkert-1/+1
2024-10-06disallow `asm!` in `#[naked]` functionsFolkert de Vries-2/+2
2024-10-06use `naked_asm!` in naked-function testsFolkert-3/+3
2024-07-27switch to an allowlist approachFolkert-0/+30