about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/delegation.rs
AgeCommit message (Expand)AuthorLines
2024-09-05Delegation: support generics in associated delegation itemsBryanskiy-51/+192
2024-09-03Delegation refactoring: add builders for generics inheritanceBryanskiy-80/+184
2024-08-11Use assert_matches around the compilerMichael Goulet-1/+3
2024-07-31Delegation: second attempt to improve perfBryanskiy-1/+1
2024-07-29Delegation: support generics for delegation from free functionsBryanskiy-0/+259