about summary refs log tree commit diff
path: root/tests/codegen/naked-fn
AgeCommit message (Expand)AuthorLines
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