about summary refs log tree commit diff
path: root/tests/codegen/naked-fn
AgeCommit message (Expand)AuthorLines
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-397/+0
2025-07-19Mitigate `#[align]` name resolution ambiguity regression with a renameJieyou Xu-3/+8
2025-07-06Skip `align` tests on wasmJules Bertholet-0/+2
2025-06-18add `#[align]` attributeFolkert de Vries-3/+3
2025-04-20stabilize `naked_functions`Folkert de Vries-5/+4
2025-04-19Make `#[naked]` an unsafe attributeFolkert de Vries-50/+46
2025-03-11naked functions: on windows emit `.endef` without the symbol nameFolkert de Vries-24/+48
2025-02-24tests: use minicore moreDavid Wood-18/+6
2025-02-11tests/codegen: use -Copt-level=3 instead of -OJubilee Young-1/+1
2025-01-10add `-Zmin-function-alignment`Folkert de Vries-0/+44
2024-12-10make naked function generics test stricterFolkert de Vries-4/+5
2024-12-10codegen `#[naked]` functions using `global_asm!`Folkert-72/+311
2024-10-06disallow `asm!` in `#[naked]` functionsFolkert de Vries-8/+8
2024-10-06use `naked_asm!` in naked-function testsFolkert-3/+3
2024-08-27add repr to the allowlist for naked functions, and test that it worksjdonszelmann-0/+20
2024-06-14Use `-Zno-profiler-runtime` instead of `//@ needs-profiler-support`Zalathar-1/+1
2024-05-31Run rustfmt on `tests/codegen/`.Nicholas Nethercote-5/+2
2024-04-12do not add prolog for variadic naked functionsGuy Shefy-1/+1
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-9/+9
2023-07-29tests/codegen/naked-* -> naked-fn/naked-*Jubilee Young-0/+82