rust/compiler/rustc_ast_lowering/src
Nicholas Nethercote fe882bf330 Rename LifetimeName as LifetimeKind.
It's a much better name, more consistent with how we name such things.

Also rename `Lifetime::res` as `Lifetime::kind` to match. I suspect this
field used to have the type `LifetimeRes` and then the type was changed
but the field name remained the same.
2025-04-16 07:16:40 +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 Rollup merge of #138374 - celinval:issue-136925-const-contract, r=compiler-errors,oli-obk,RalfJung 2025-04-15 15:47:24 +10: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 Rollup merge of #138374 - celinval:issue-136925-const-contract, r=compiler-errors,oli-obk,RalfJung 2025-04-15 15:47:24 +10:00
lib.rs Rename LifetimeName as LifetimeKind. 2025-04-16 07:16:40 +10:00
pat.rs Add {ast,hir,thir}::PatKind::Missing variants. 2025-03-28 09:18:57 +11:00
path.rs Use newtype_index!-generated types more idiomatically 2025-04-14 16:17:06 +00:00
stability.rs remove compiler support for extern "rust-intrinsic" blocks 2025-04-06 21:32:58 +02:00