| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-04-20 | stabilize `naked_functions` | Folkert de Vries | -1/+0 | |
| 2025-04-19 | Make `#[naked]` an unsafe attribute | Folkert de Vries | -10/+10 | |
| 2024-09-09 | bootstrap `naked_asm!` for `compiler-builtins` | Folkert de Vries | -6/+6 | |
| in this commit, `naked_asm!` is an alias for `asm!` with one difference: `options(noreturn)` is always enabled by `naked_asm!`. That makes it future-compatible for when `naked_asm!` starts disallowing `options(noreturn)` later. | ||||
| 2024-07-27 | switch to an allowlist approach | Folkert | -0/+7 | |
| - merge error codes - use attribute name that is incompatible in error message - add test for conditional incompatible attribute - add `linkage` to the allowlist | ||||
| 2024-07-16 | improve error message when `#[naked]` is used with `#[inline]` | Folkert | -0/+31 | |
