rust/compiler/rustc_ast_lowering/src
Matthias Krüger 1107fc7ad2
Rollup merge of #138929 - oli-obk:assoc-ctxt-of-trait, r=compiler-errors
Visitors track whether an assoc item is in a trait impl or an inherent impl

`AssocCtxt::Impl` now contains an `of_trait` field. This allows ast lowering and nameres to not have to track whether we're in a trait impl or an inherent impl.
2025-03-25 18:09:07 +01:00
..
asm.rs Stabilize asm_goto 2025-03-17 11:12:10 +00:00
block.rs Introduce new parsing infrastructure and types for parsed attributes 2025-02-24 14:26:06 +01:00
delegation.rs Avoid some more global state 2025-03-25 10:33:25 +00:00
errors.rs Rollup merge of #137824 - estebank:rtn-sugg, r=compiler-errors 2025-03-01 16:03:18 +01:00
expr.rs Auto merge of #136974 - m-ou-se:fmt-options-64-bit, r=scottmcm 2025-03-22 10:56:14 +00:00
format.rs Refactor YieldKind so postfix yield must have an expression 2025-03-18 12:19:43 -07:00
index.rs Move hir::Item::ident into hir::ItemKind. 2025-03-18 06:29:50 +11:00
item.rs Rollup merge of #138929 - oli-obk:assoc-ctxt-of-trait, r=compiler-errors 2025-03-25 18:09:07 +01:00
lib.rs Rollup merge of #138929 - oli-obk:assoc-ctxt-of-trait, r=compiler-errors 2025-03-25 18:09:07 +01: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