about summary refs log tree commit diff
path: root/tests/ui/asm/aarch64/parse-error.rs
AgeCommit message (Collapse)AuthorLines
2025-05-19in aarch64 asm parse error tests, only test cases specific to that targetFolkert de Vries-106/+1
this is more in line with the x86 parse error tests. The cross-platform tests were more complete anyway
2025-05-18delay error for unsupported optionsFolkert de Vries-2/+0
2024-08-13stabilize `asm_const`Folkert-2/+0
2024-07-27update aarch64 asm testsFolkert-0/+2
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
2023-01-27Relax ordering rules for `asm!` operandsAmanieu d'Antras-15/+8
The `asm!` and `global_asm!` macros require their operands to appear strictly in the following order: - Template strings - Positional operands - Named operands - Explicit register operands - `clobber_abi` - `options` This is overly strict and can be inconvienent when building complex `asm!` statements with macros. This PR relaxes the ordering requirements as follows: - Template strings must still come before all other operands. - Positional operands must still come before named and explicit register operands. - Named and explicit register operands can be freely mixed. - `options` and `clobber_abi` can appear in any position.
2023-01-11Move /src/test to /testsAlbert Larsan-0/+133