summary refs log tree commit diff
path: root/compiler/rustc_ast_lowering/src/delegation.rs
AgeCommit message (Expand)AuthorLines
2024-02-27Refactor `LoweringContext::get_delegation_sig_id`.Nicholas Nethercote-6/+2
2024-02-23compiler: clippy::complexity fixesMatthias Krüger-1/+1
2024-02-07No need to take ImplTraitContext by refMichael Goulet-1/+1
2024-01-12Delegation implementation: step 1Bryanskiy-0/+348