rust/compiler/rustc_ast_lowering/src
Nicholas Nethercote adf2bb75ea Avoid double lowering of generic identifiers.
`lower_generic_bound_predicate` calls `lower_ident`, and then passes the
lowered ident into `new_named_lifetime`, which lowers it again. This
commit avoids the first lowering. This requires adding a `lower_ident`
call on a path that doesn't involve `new_named_lifetime`.
2025-03-17 15:48:37 +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 generic identifiers. 2025-03-17 15:48:37 +11:00
lib.rs Make the match in new_named_lifetime exhaustive. 2025-03-17 15:45:06 +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