rust/compiler/rustc_ast_lowering/src
bors 4eca99a18e Auto merge of #140887 - pietroalbini:pa-bootstrap-update, r=compiler-errors
Stage0 bootstrap update

This PR [follows the release process](https://forge.rust-lang.org/release/process.html#master-bootstrap-update-tuesday) to update the stage0 compiler.

The only thing of note is 58651d1b31, which was flagged by clippy as a correctness fix. I think allowing that lint in our case makes sense, but it's worth to have a second pair of eyes on it.

r? `@Mark-Simulacrum`
2025-05-13 09:54:28 +00:00
..
asm.rs Stabilize asm_goto 2025-03-17 11:12:10 +00:00
block.rs Implement super let. 2025-04-04 09:44:19 +02:00
delegation.rs Move has_self field to hir::AssocKind::Fn. 2025-04-14 16:13:04 +10:00
errors.rs Stabilize precise_capturing_in_traits 2025-03-23 14:11:04 +00:00
expr.rs We always use the current item as parent, so no need to pass it 2025-04-28 18:11:15 +02:00
format.rs Simplify expansion for format_args!(). 2025-03-30 10:42:00 +02:00
index.rs Move hir::Item::ident into hir::ItemKind. 2025-03-18 06:29:50 +11:00
item.rs Initial support for dynamically linked crates 2025-05-04 22:03:15 +03:00
lib.rs Auto merge of #140887 - pietroalbini:pa-bootstrap-update, r=compiler-errors 2025-05-13 09:54:28 +00:00
pat.rs Auto merge of #140453 - Zoxc:next-disambiguator, r=oli-obk 2025-05-05 11:50:43 +00:00
path.rs Handle Path<> better in error messages. 2025-05-02 08:26:39 +10:00
stability.rs remove compiler support for extern "rust-intrinsic" blocks 2025-04-06 21:32:58 +02:00