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

https://gcc.gnu.org/g:83a984b1a12694d8e06eb139089429b61e236fdd

commit 83a984b1a12694d8e06eb139089429b61e236fdd
Merge: 768f926074a a688913ac15
Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Date:   Thu Dec 16 10:47:11 2021 +0000

    Merge #835
    
    835: Add name-resolution and HIR lowering pass for MatchExpr r=philberty a=philberty
    
    This adds the name-resolution and HIR lowering pass for the match-expr
    the type checking pass patch needs some work to be split up but these are
    two nice isolated commits which are easier to read.
    
    Co-authored-by: Philip Herron <philip.herron@embecosm.com>

Diff:

 gcc/rust/Make-lang.in                        |   2 +
 gcc/rust/ast/rust-expr.h                     |   9 ++-
 gcc/rust/ast/rust-pattern.h                  |  61 ++++++++++++--
 gcc/rust/hir/rust-ast-lower-expr.h           |  51 ++++++++++++
 gcc/rust/hir/rust-ast-lower-pattern.cc       | 115 +++++++++++++++++++++++++++
 gcc/rust/hir/rust-ast-lower-pattern.h        |  12 ++-
 gcc/rust/hir/tree/rust-hir-expr.h            |  52 +++---------
 gcc/rust/hir/tree/rust-hir-full-decls.h      |   1 -
 gcc/rust/hir/tree/rust-hir-full-test.cc      |  10 ---
 gcc/rust/hir/tree/rust-hir-pattern.h         |  62 +--------------
 gcc/rust/resolve/rust-ast-resolve-expr.h     |  36 +++++++++
 gcc/rust/resolve/rust-ast-resolve-pattern.cc | 104 ++++++++++++++++++++++++
 gcc/rust/resolve/rust-ast-resolve-pattern.h  |   7 ++
 13 files changed, 396 insertions(+), 126 deletions(-)


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

only message in thread, other threads:[~2022-06-08 11:56 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:56 [gcc/devel/rust/master] Merge #835 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).