rust/src/test/ui/asm
2020-06-06 21:04:51 +01:00
..
bad-options.rs Add tests for asm! 2020-05-18 14:41:32 +01:00
bad-options.stderr Add tests for asm! 2020-05-18 14:41:32 +01:00
bad-reg.rs Add support for high byte registers on x86 2020-05-18 14:41:32 +01:00
bad-reg.stderr Add borrow-check test 2020-05-18 14:41:34 +01:00
bad-template.rs Add tests for asm! 2020-05-18 14:41:32 +01:00
bad-template.stderr Add tests for asm! 2020-05-18 14:41:32 +01:00
const.rs Fix const handling and add tests for const operands 2020-05-18 14:41:35 +01:00
issue-72570.rs Fix test 2020-05-26 11:27:27 +01:00
issue-72570.stderr Fix test 2020-05-26 11:27:27 +01:00
noreturn.rs Add tests for asm! 2020-05-18 14:41:32 +01:00
parse-error.rs Apply review feedback 2020-05-18 14:41:32 +01:00
parse-error.stderr Implement att_syntax option 2020-05-18 14:41:33 +01:00
rustfix-asm.fixed Clarify errors and warnings about the transition to the new asm! 2020-05-31 18:25:05 +01:00
rustfix-asm.rs Clarify errors and warnings about the transition to the new asm! 2020-05-31 18:25:05 +01:00
rustfix-asm.stderr Clarify errors and warnings about the transition to the new asm! 2020-05-31 18:25:05 +01:00
srcloc.rs Improve inline asm error diagnostics 2020-05-29 17:05:35 +01:00
srcloc.stderr Improve inline asm error diagnostics 2020-05-29 17:05:35 +01:00
sym.rs Fix #[thread_local] statics as asm! sym operands 2020-06-06 21:04:51 +01:00
type-check-1.rs Add tests for asm! 2020-05-18 14:41:32 +01:00
type-check-1.stderr Add tests for asm! 2020-05-18 14:41:32 +01:00
type-check-2.rs Add tests for asm! 2020-05-18 14:41:32 +01:00
type-check-2.stderr Add tests for asm! 2020-05-18 14:41:32 +01:00
type-check-3.rs Add support for high byte registers on x86 2020-05-18 14:41:32 +01:00
type-check-3.stderr Add support for high byte registers on x86 2020-05-18 14:41:32 +01:00
type-check-4.rs Add borrow-check test 2020-05-18 14:41:34 +01:00
type-check-4.stderr Add borrow-check test 2020-05-18 14:41:34 +01:00