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

https://gcc.gnu.org/g:6355d05a65ce8e253f83f2a7b17c80406a0c1bd5

commit 6355d05a65ce8e253f83f2a7b17c80406a0c1bd5
Merge: 99c28309d35 a2c76651c9c
Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Date:   Wed Oct 13 09:07:09 2021 +0000

    Merge #729
    
    729: Refactor TyTy with new TypeMutability enum r=philberty a=dafaust
    
    Add `TyTy::TypeMutability` enum and start using it instead of `bool is_mut`.
    This is just a start, the new enum could be used in many places.
    
    Fixes: #677
    
    
    Co-authored-by: David Faust <david.faust@oracle.com>

Diff:

 gcc/rust/typecheck/rust-hir-dot-operator.h        |  4 +--
 gcc/rust/typecheck/rust-hir-type-check-expr.h     | 16 +++++-----
 gcc/rust/typecheck/rust-hir-type-check-implitem.h |  4 +--
 gcc/rust/typecheck/rust-hir-type-check-type.h     |  8 +++--
 gcc/rust/typecheck/rust-hir-type-check.cc         |  4 +--
 gcc/rust/typecheck/rust-tyty-coercion.h           |  6 ++--
 gcc/rust/typecheck/rust-tyty-rules.h              |  4 +--
 gcc/rust/typecheck/rust-tyty.cc                   |  4 +--
 gcc/rust/typecheck/rust-tyty.h                    | 37 ++++++++++++++---------
 9 files changed, 51 insertions(+), 36 deletions(-)


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

only message in thread, other threads:[~2022-06-08 11:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-08 11:38 [gcc/devel/rust/master] Merge #729 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).