rust/compiler/rustc_ast_lowering/src
Nicholas Nethercote aa3009dff6 Reorder hir fn stuff.
In `Fn`, put `ident` next to `generics` as is common in many other
types.

In `print_fn`, make the argument order match the printing order.
2025-05-30 02:28:35 +10: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 Rename kw::Empty as sym::empty. 2025-05-22 11:55:22 +10:00
index.rs Reorder fields in hir::ItemKind variants. 2025-05-30 02:23:20 +10:00
item.rs Reorder hir fn stuff. 2025-05-30 02:28:35 +10:00
lib.rs Hoist ItemLowerer out of a loop. 2025-05-20 14:04:24 +10: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