This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/rust/master in repository gcc.
from 8cbcff46d34 Merge #1584 new 32e45c4076c Support type resolution on super traits on dyn objects new 84ca2f9123a Merge #1583 new 9bac2dbfe99 Method resolution must support multiple candidates new c85492954de Merge #1587
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/rust/backend/rust-compile.cc | 2 + gcc/rust/typecheck/rust-autoderef.cc | 12 +++- gcc/rust/typecheck/rust-hir-dot-operator.cc | 80 ++++++++++++++++++---- gcc/rust/typecheck/rust-hir-dot-operator.h | 16 +++-- .../typecheck/rust-hir-inherent-impl-overlap.h | 5 +- gcc/rust/typecheck/rust-hir-trait-ref.h | 24 +++++++ gcc/rust/typecheck/rust-hir-type-check-expr.cc | 35 ++++++++-- gcc/rust/typecheck/rust-tyty-cmp.h | 14 +++- gcc/rust/typecheck/rust-tyty.cc | 48 ++++++------- gcc/rust/typecheck/rust-tyty.h | 5 ++ gcc/testsuite/rust/compile/generics7.rs | 6 +- .../rust/execute/torture/operator_overload_9.rs | 2 +- 12 files changed, 194 insertions(+), 55 deletions(-)