rust/compiler/rustc_ast_lowering/src
Matthias Krüger 443ed7c620
Rollup merge of #91643 - Amanieu:r9x18, r=joshtriplett
asm: Allow using r9 (ARM) and x18 (AArch64) if they are not reserved by the current target

This supersedes https://github.com/rust-lang/rust/pull/88879.

cc `@Skirmisher`

r? `@joshtriplett`
2021-12-11 23:31:49 +01:00
..
asm.rs asm: Allow using r9 (ARM) and x18 (AArch64) if they are not reserved by 2021-12-10 00:51:39 +00:00
block.rs Do not preallocate item HirIds. 2021-09-18 13:14:29 +02:00
expr.rs Auto merge of #90737 - eholk:intofuture, r=tmandry 2021-12-03 19:29:21 +00:00
index.rs Use SortedMap in HIR. 2021-10-21 23:08:57 +02:00
item.rs Store impl_trait_fn inside OpaqueTyOrigin. 2021-12-07 21:30:45 +01:00
lib.rs Store impl_trait_fn inside OpaqueTyOrigin. 2021-12-07 21:30:45 +01:00
pat.rs ast_lowering: Introduce lower_span for catching all spans entering HIR 2021-08-29 10:49:40 +03:00
path.rs Rollup merge of #91273 - Badel2:ice-index-str, r=estebank 2021-12-03 06:24:14 +01:00