rust/src/librustc_passes
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
..
Cargo.toml Move rustc_infer::traits to new crate rustc_trait_selection. 2020-03-14 14:15:50 +01:00
check_attr.rs Allow #[track_caller] in traits. 2020-03-22 17:21:18 -07:00
check_const.rs use direct imports for rustc::{lint, session}. 2020-03-16 02:52:06 +01:00
dead.rs Rename def_span to guess_head_span 2020-03-25 16:45:12 -07:00
diagnostic_items.rs Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
entry.rs rustc: introduce DefId::as_local(self) -> Option<LocalDefId> and use it. 2020-03-19 11:15:35 +02:00
hir_id_validator.rs {rustc::hir::map -> rustc_passes}::hir_id_validator 2020-03-24 04:59:39 +01:00
hir_stats.rs Auto merge of #68944 - Zoxc:hir-map, r=eddyb 2020-03-15 20:40:16 +00:00
intrinsicck.rs remove unnecessary hir::map imports 2020-03-16 02:49:19 +01:00
lang_items.rs remove lifetimes that can be elided (clippy::needless_lifetimes) 2020-03-12 20:03:09 +01:00
layout_test.rs fmt 2020-03-20 23:22:36 +01:00
lib.rs {rustc::hir::map -> rustc_passes}::hir_id_validator 2020-03-24 04:59:39 +01:00
lib_features.rs Index HIR after creating TyCtxt 2020-03-14 22:52:30 +01:00
liveness.rs Auto merge of #68404 - Amanieu:llvm-asm, r=estebank 2020-03-27 03:27:09 +00:00
loops.rs remove redundant returns (clippy::needless_return) 2020-03-20 20:23:03 +01:00
reachable.rs remove redundant returns (clippy::needless_return) 2020-03-20 20:23:03 +01:00
region.rs remove unnecessary hir::map imports 2020-03-16 02:49:19 +01:00
stability.rs remove redundant returns (clippy::needless_return) 2020-03-20 20:23:03 +01:00
upvars.rs remove unnecessary hir::map imports 2020-03-16 02:49:19 +01:00
weak_lang_items.rs use direct imports for rustc::{lint, session}. 2020-03-16 02:52:06 +01:00