public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/rust/master] Merge #1517
@ 2022-08-31 13:57 Thomas Schwinge
  0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2022-08-31 13:57 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:9b210f1c544ce4b0a4ff330c1e93d3ee83785484

commit 9b210f1c544ce4b0a4ff330c1e93d3ee83785484
Merge: ebb127f2aed 5a0c27cb799
Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Date:   Wed Aug 31 12:50:21 2022 +0000

    Merge #1517
    
    1517: Refactor error handling on unify r=philberty a=philberty
    
    This is the first pass on a refactor for error handling on unify sites. Eventually we
    will be able to get rid of our can_eq interface but this is the first pass to abstract
    unify's to use this interface.
    
    Eventually, we will have unify and unify_and_commit. Unify will become our can_eq
    interface but will require more helpers around inference variables.
    
    Co-authored-by: Philip Herron <philip.herron@embecosm.com>

Diff:

 gcc/rust/typecheck/rust-autoderef.cc               |  15 +-
 gcc/rust/typecheck/rust-coercion.cc                |  62 ++++-
 gcc/rust/typecheck/rust-hir-dot-operator.cc        |  15 ++
 gcc/rust/typecheck/rust-hir-trait-resolve.cc       |  24 +-
 gcc/rust/typecheck/rust-hir-type-check-base.cc     |  54 ++++-
 gcc/rust/typecheck/rust-hir-type-check-base.h      |  14 +-
 gcc/rust/typecheck/rust-hir-type-check-enumitem.cc |  12 +-
 gcc/rust/typecheck/rust-hir-type-check-expr.cc     | 174 ++++++++++----
 gcc/rust/typecheck/rust-hir-type-check-expr.h      |   2 +-
 gcc/rust/typecheck/rust-hir-type-check-implitem.cc |  17 +-
 gcc/rust/typecheck/rust-hir-type-check-item.cc     |  11 +-
 gcc/rust/typecheck/rust-hir-type-check-path.cc     |   5 +-
 gcc/rust/typecheck/rust-hir-type-check-pattern.cc  |   4 +-
 gcc/rust/typecheck/rust-hir-type-check-stmt.cc     |  39 ++-
 gcc/rust/typecheck/rust-hir-type-check-struct.cc   |  41 +++-
 gcc/rust/typecheck/rust-hir-type-check-toplevel.cc |  24 +-
 gcc/rust/typecheck/rust-hir-type-check-type.cc     |   8 +-
 gcc/rust/typecheck/rust-hir-type-check.cc          |  12 +-
 gcc/rust/typecheck/rust-tyctx.cc                   |   3 +
 gcc/rust/typecheck/rust-tyty-call.cc               |  46 +++-
 gcc/rust/typecheck/rust-tyty-cmp.h                 |   4 +-
 gcc/rust/typecheck/rust-tyty-rules.h               | 264 ++-------------------
 gcc/rust/typecheck/rust-tyty.cc                    |  66 +++++-
 gcc/rust/typecheck/rust-tyty.h                     |  47 +---
 gcc/testsuite/rust/compile/issue-1152.rs           |   2 -
 gcc/testsuite/rust/compile/tuple1.rs               |   2 +-
 gcc/testsuite/rust/compile/type-alias1.rs          |   2 +-
 .../rust/execute/torture/operator_overload_9.rs    |   2 +-
 gcc/testsuite/rust/execute/torture/slice1.rs       |   7 +-
 29 files changed, 571 insertions(+), 407 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-08-31 13:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-31 13:57 [gcc/devel/rust/master] Merge #1517 Thomas Schwinge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).