rust/src/test/ui/asm
bors 7dc9ff5c62 Auto merge of #85290 - Amanieu:asm_const_int, r=nagisa
Remove support for floating-point constants in asm!

Floating-point constants aren't very useful anyways and this simplifies
the code since the type check can now be done in typeck.

cc `@rust-lang/wg-inline-asm`

r? `@nagisa`
2021-05-16 17:52:52 +00:00
..
bad-arch.mirunsafeck.stderr Add tests where asm! is properly in unsafe block 2021-05-14 09:22:30 -04:00
bad-arch.rs Add tests where asm! is properly in unsafe block 2021-05-14 09:22:30 -04:00
bad-arch.thirunsafeck.stderr Add tests where asm! is properly in unsafe block 2021-05-14 09:22:30 -04:00
bad-options.rs Add tests for global_asm! 2021-05-13 22:31:58 +01:00
bad-options.stderr Add tests for global_asm! 2021-05-13 22:31:58 +01:00
bad-reg.rs Disallow the use of high byte registes as operands on x86_64 2021-04-05 13:38:24 +01:00
bad-reg.stderr Disallow the use of high byte registes as operands on x86_64 2021-04-05 13:38:24 +01:00
bad-template.mirunsafeck.stderr Add tests where asm! is properly in unsafe block 2021-05-14 09:22:30 -04:00
bad-template.rs Add tests where asm! is properly in unsafe block 2021-05-14 09:22:30 -04:00
bad-template.thirunsafeck.stderr Add tests where asm! is properly in unsafe block 2021-05-14 09:22:30 -04:00
const.rs Add tests where asm! is properly in unsafe block 2021-05-14 09:22:30 -04:00
duplicate-options.fixed Add tests for global_asm! 2021-05-13 22:31:58 +01:00
duplicate-options.rs Add tests for global_asm! 2021-05-13 22:31:58 +01:00
duplicate-options.stderr Add tests for global_asm! 2021-05-13 22:31:58 +01:00
inline-syntax.arm.stderr Add tests for global_asm! 2021-05-13 22:31:58 +01:00
inline-syntax.rs Add tests for global_asm! 2021-05-13 22:31:58 +01:00
inline-syntax.x86_64.stderr Add tests for global_asm! 2021-05-13 22:31:58 +01:00
interpolated-idents.rs builtin_macros: Fix use of interpolated identifiers in asm! 2020-10-06 00:18:03 +03:00
interpolated-idents.stderr Show macro name in 'this error originates in macro' message 2021-05-12 19:03:06 -04:00
issue-72570.rs add test for #72960 2020-06-05 12:08:54 +02:00
issue-72570.stderr add test for #72960 2020-06-05 12:08:54 +02:00
naked-functions.rs Validate naked functions definitions 2020-12-07 00:00:00 +00:00
naked-functions.stderr Show macro name in 'this error originates in macro' message 2021-05-12 19:03:06 -04:00
naked-invalid-attr.rs Check for asm support in UI tests that require it 2021-04-13 00:00:00 +00:00
naked-invalid-attr.stderr Bless test. 2020-11-26 21:32:28 +01:00
noreturn.rs Add tests for asm! 2020-05-18 14:41:32 +01:00
parse-error.rs Add tests for global_asm! 2021-05-13 22:31:58 +01:00
parse-error.stderr Fix tests 2021-05-13 23:09:54 +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 Rollup merge of #83328 - tmiasko:asm-test, r=joshtriplett 2021-03-27 12:37:19 +09:00
srcloc.stderr asm: Allow multiple template strings; interpret them as newline-separated 2020-06-15 12:35:27 -07:00
sym.rs Update LLVM submodule 2021-04-30 07:28:40 -07:00
type-check-1.rs Fix comments in tests 2021-05-16 03:54:08 +01:00
type-check-1.stderr Remove support for floating-point constants in asm! 2021-05-14 14:58:21 +01:00
type-check-2.rs Remove support for floating-point constants in asm! 2021-05-14 14:58:21 +01:00
type-check-2.stderr Remove support for floating-point constants in asm! 2021-05-14 14:58:21 +01:00
type-check-3.rs Add tests for global_asm! 2021-05-13 22:31:58 +01:00
type-check-3.stderr Add tests for global_asm! 2021-05-13 22:31:58 +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