rust/compiler/rustc_ast_lowering/src
bors 498553fc04 Auto merge of #111235 - loongarch-rs:stabilize-asm, r=Amanieu
Stabilize inline asm for LoongArch64

This PR is used to tracking for stabilize `inline asm` for LoongArch64.

**Status**

- [x] https://github.com/rust-lang/rust/pull/111237
- [x] https://github.com/rust-lang/rust/pull/111332
- [ ] https://github.com/rust-lang/reference/pull/1357

Any others I missed?

r? `@Amanieu`
2023-05-29 13:31:53 +00:00
..
asm.rs asm: Stabilize loongarch64 2023-05-08 23:46:48 +08:00
block.rs rustc_ast_lowering: remove ref patterns 2022-11-22 18:49:29 +00:00
errors.rs Make async removal span more resilient to macro expansions 2023-04-27 18:25:07 +00:00
expr.rs Make async removal span more resilient to macro expansions 2023-04-27 18:25:07 +00:00
format.rs Limit lifetime of format_args!() with inlined args. 2023-05-09 16:08:40 +02:00
index.rs Split {Idx, IndexVec, IndexSlice} into their own modules 2023-04-24 13:53:35 +00:00
item.rs Require impl Trait in associated types to appear in method signatures 2023-05-12 10:24:03 +00:00
lib.rs Don't print newlines in APITs 2023-05-25 02:45:14 +00:00
lifetime_collector.rs Rename Rptr to Ref in AST and HIR 2022-12-28 18:52:36 +01:00
pat.rs Add ErrorGuaranteed to HIR ExprKind::Err 2023-02-25 19:46:36 +00:00
path.rs Restrict From<S> for {D,Subd}iagnosticMessage. 2023-05-03 08:44:39 +10:00