| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-23 | fix `-Zmin-function-alignment` without attributes | Folkert de Vries | -4/+6 | |
| the minimum function alignment was skipped on functions without attributes. That is because in our testing we generally apply `#[no_mangle]` to functions that are tested. I've added a test now that deliberately has no attributes | ||||
| 2025-06-18 | add `#[align]` attribute | Folkert de Vries | -3/+3 | |
| Right now it's used for functions with `fn_align`, in the future it will get more uses (statics, struct fields, etc.) | ||||
| 2025-01-10 | add `-Zmin-function-alignment` | Folkert de Vries | -0/+43 | |
