about summary refs log tree commit diff
path: root/tests/ui/asm/naked-functions.stderr
AgeCommit message (Expand)AuthorLines
2025-04-20stabilize `naked_functions`Folkert de Vries-25/+25
2025-04-19Make `#[naked]` an unsafe attributeFolkert de Vries-25/+25
2025-04-07Add `naked_functions_rustic_abi` feature gateFolkert de Vries-18/+4
2024-10-06various fixes for `naked_asm!` implementationFolkert de Vries-3/+1
2024-10-06disallow `asm!` in `#[naked]` functionsFolkert de Vries-96/+60
2024-10-06use `naked_asm!` in `tests/ui/asm/naked-functions.rs`Folkert-103/+81
2024-07-28Rollup merge of #127853 - folkertdev:naked-function-error-messages, r=bjorn3Matthias Krüger-40/+4
2024-07-27switch to an allowlist approachFolkert-3/+3
2024-07-24use an allow list for allowed asm options in naked functionsFolkert-1/+1
2024-07-16improve error message when `#[naked]` is used with `#[inline]`Folkert-40/+4
2024-03-11Update test directives for `wasm32-wasip1`Alex Crichton-35/+35
2024-02-08Continue to borrowck even if there were previous errorsOli Scherer-39/+39
2023-01-11Move /src/test to /testsAlbert Larsan-0/+290