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

https://gcc.gnu.org/g:4e096b1f14671270fb0c7b449d92b3e558bb769d

commit 4e096b1f14671270fb0c7b449d92b3e558bb769d
Merge: 31387e76090 3dd4ce76a69
Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Date:   Sun Feb 20 14:03:54 2022 +0000

    Merge #951
    
    951: Add name resolution to slices r=philberty a=philberty
    
    This is the first part to support slices where we complete the name
    resolution of the SliceType with its element as well as the range
    expressions used in construction.
    
    This patch also includes separation of the implementation from the
    headers to try and incrementally improve build speed.
    
    Addresses #849
    
    Co-authored-by: Philip Herron <philip.herron@embecosm.com>

Diff:

 gcc/rust/Make-lang.in                     |   2 +
 gcc/rust/resolve/rust-ast-resolve-expr.cc | 513 ++++++++++++++++++++++++++++++
 gcc/rust/resolve/rust-ast-resolve-expr.h  | 394 +++--------------------
 gcc/rust/resolve/rust-ast-resolve-type.cc | 207 ++++++++++++
 gcc/rust/resolve/rust-ast-resolve-type.h  |  28 +-
 gcc/rust/resolve/rust-ast-resolve.cc      | 183 +----------
 6 files changed, 772 insertions(+), 555 deletions(-)


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

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

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