rust/compiler/rustc_ast_lowering/src
Nicholas Nethercote fe4d14495f Avoid double lowering of lifetime identifiers.
`LoweringContext::new_named_lifetime` lowers the `ident` passed in. Both
of its call sites *also* lower `ident` *before* passing it in. I.e. both
call sites cause the ident to be lowered twice. This commit removes the
lowering at the two call sites, so the ident is only lowered once.
2025-03-17 15:36:01 +11:00
..
asm.rs Update compiletest's has_asm_support to match rustc 2025-03-11 15:42:33 -07:00
block.rs Introduce new parsing infrastructure and types for parsed attributes 2025-02-24 14:26:06 +01:00
delegation.rs Delegation: allow foreign fns reuse 2025-03-13 14:13:07 +03:00
errors.rs Rollup merge of #137824 - estebank:rtn-sugg, r=compiler-errors 2025-03-01 16:03:18 +01:00
expr.rs Share implementation of expr_u{16,32,size}. 2025-03-10 13:57:23 +01:00
format.rs Limit formatting width and precision to 16 bits. 2025-03-10 12:20:05 +01:00
index.rs Use a different hir type for patterns in pattern types than we use in match patterns 2025-02-03 08:18:30 +00:00
item.rs Avoid double lowering of lifetime identifiers. 2025-03-17 15:36:01 +11:00
lib.rs Avoid double lowering of lifetime identifiers. 2025-03-17 15:36:01 +11:00
pat.rs Pass Option<Symbol> to def_path_data/create_def methods. 2025-03-07 20:53:00 +11:00
path.rs Provide more context on resolve error caused from incorrect RTN 2025-03-03 18:23:49 +00:00
stability.rs compiler: remove AbiDatas 2025-02-11 20:18:01 -08:00