about summary refs log tree commit diff
path: root/src/test/ui/asm/naked-functions.rs
AgeCommit message (Expand)AuthorLines
2021-09-24Disable some tests for platforms without registers.Adam Gemmell-0/+4
2021-09-24Add inline asm! tests for aarch64Adam Gemmell-1/+1
2021-08-15Fix ui tests for llvm_asm! deprecationAmanieu d'Antras-0/+1
2021-08-12Fix error message typo for pure asm without outputsAmanieu d'Antras-1/+1
2021-08-04Move naked function ABI check to its own lintNathaniel McCallum-2/+0
2021-08-02Validate that naked functions are never inlinedNathaniel McCallum-0/+43
2020-12-07Validate naked functions definitionsTomasz Miąsko-0/+169