Files
rust/src/libstd
bors 6c19a10e24 Auto merge of #68404 - Amanieu:llvm-asm, r=estebank
Rename asm! to llvm_asm!

As per https://github.com/rust-lang/rfcs/pull/2843, this PR renames `asm!` to `llvm_asm!`. It also renames the compiler's internal `InlineAsm` data structures to `LlvmInlineAsm` in preparation for the new `asm!` functionality specified in https://github.com/rust-lang/rfcs/pull/2850.

This PR doesn't actually deprecate `asm!` yet, it just makes it redirect to `llvm_asm!`. This is necessary because we first need to update the submodules (in particular stdarch) to use `llvm_asm!`.
2020-03-27 03:27:09 +00:00
..
2019-11-29 18:43:27 -08:00
2020-03-06 15:19:31 +01:00
2020-03-26 15:49:22 +00:00
2020-02-01 22:04:18 -05:00
2020-03-08 11:01:12 +01:00
2019-11-29 18:43:27 -08:00
2019-11-25 08:59:23 +01:00
2020-03-24 00:00:00 +00:00
2020-03-19 17:35:28 +07:00
2020-03-17 22:17:31 +01:00
2020-03-26 15:49:22 +00:00
2019-02-28 04:06:15 +09:00
2019-11-29 18:43:27 -08:00
2020-02-29 02:16:04 +01:00
2019-11-29 18:43:27 -08:00
2020-02-29 08:40:09 -05:00