public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/rust/master] Merge #1783
@ 2023-02-07 17:54 Thomas Schwinge
  0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2023-02-07 17:54 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:776c4247de465dd93438a738fff48d5b2076ec11

commit 776c4247de465dd93438a738fff48d5b2076ec11
Merge: a9422b51c13 8437757f77c
Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Date:   Thu Feb 2 18:29:46 2023 +0000

    Merge #1783
    
    1783: Remove HIR::GroupedPattern r=philberty a=powerboat9
    
    Signed-off-by: Owen Avery <powerboat9.gamer@gmail.com>
    
    Removes HIR::GroupedPattern and lowers AST::GroupedPattern to its inner pattern directly. Addresses https://github.com/Rust-GCC/gccrs/pull/1771#pullrequestreview-1271272084
    
    Co-authored-by: Owen Avery <powerboat9.gamer@gmail.com>

Diff:

 gcc/rust/backend/rust-compile-fnparam.h           |  1 -
 gcc/rust/backend/rust-compile-pattern.cc          | 12 ----
 gcc/rust/backend/rust-compile-pattern.h           |  8 ---
 gcc/rust/backend/rust-compile-resolve-path.h      |  1 -
 gcc/rust/backend/rust-compile-var-decl.h          |  1 -
 gcc/rust/checks/errors/rust-const-checker.cc      |  4 --
 gcc/rust/checks/errors/rust-const-checker.h       |  1 -
 gcc/rust/checks/errors/rust-unsafe-checker.cc     |  4 --
 gcc/rust/checks/errors/rust-unsafe-checker.h      |  1 -
 gcc/rust/hir/rust-ast-lower-pattern.cc            | 12 +---
 gcc/rust/hir/rust-hir-dump.cc                     |  3 -
 gcc/rust/hir/rust-hir-dump.h                      |  1 -
 gcc/rust/hir/tree/rust-hir-full-decls.h           |  1 -
 gcc/rust/hir/tree/rust-hir-full-test.cc           | 12 ----
 gcc/rust/hir/tree/rust-hir-pattern.h              | 69 -----------------------
 gcc/rust/hir/tree/rust-hir-visitor.h              |  3 -
 gcc/rust/typecheck/rust-hir-type-check-pattern.cc |  9 ---
 gcc/rust/typecheck/rust-hir-type-check-pattern.h  |  1 -
 18 files changed, 1 insertion(+), 143 deletions(-)

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

only message in thread, other threads:[~2023-02-07 17:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-07 17:54 [gcc/devel/rust/master] Merge #1783 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).