public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Thomas Schwinge <tschwinge@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc/devel/rust/master] Merge #1027 #1032
Date: Wed,  8 Jun 2022 12:20:31 +0000 (GMT)	[thread overview]
Message-ID: <20220608122031.C470F380FDF5@sourceware.org> (raw)

https://gcc.gnu.org/g:e48bce446cc7ee4f1fb6980209720582def6e4e0

commit e48bce446cc7ee4f1fb6980209720582def6e4e0
Merge: 3ada3d8365b 313e9890d85 1e873922f0d
Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Date:   Thu Mar 17 11:25:48 2022 +0000

    Merge #1027 #1032
    
    1027: parser: Allow parsing stmts without closing semicolon r=CohenArthur a=CohenArthur
    
    In certain cases such as macro matching or macro expansion, it is
    important to allow the parser to return a valid statement even if no
    closing semicolon is given. This commit adds an optional parameter to
    the concerned functions to allow a lack of semicolon those special cases
    
    Closes #1011
    Closes #1010
    
    1032: Add AST kind information r=CohenArthur a=CohenArthur
    
    Closes #1001
    
    This PR adds a base for adding node information to our AST types. It can be used when requiring to differentiate between multiple kinds of nodes, while not necessarily wanting to do a full static cast. This will open up a lot of cleanup issues and good first issues for Project Pineapple
    
    Co-authored-by: Arthur Cohen <arthur.cohen@embecosm.com>

Diff:

 gcc/rust/ast/rust-ast.h                | 28 +++++++++++++++++--
 gcc/rust/ast/rust-macro.h              |  4 +++
 gcc/rust/expand/rust-macro-expand.cc   |  7 +++--
 gcc/rust/hir/rust-ast-lower-expr.h     |  8 ------
 gcc/rust/hir/rust-ast-lower-implitem.h | 16 -----------
 gcc/rust/hir/rust-ast-lower-item.h     |  8 ------
 gcc/rust/hir/rust-ast-lower-stmt.h     |  8 ------
 gcc/rust/hir/rust-ast-lower.cc         | 10 +++++++
 gcc/rust/parse/rust-parse-impl.h       | 44 ++++++++++++++++++++---------
 gcc/rust/parse/rust-parse.h            | 51 +++++++++++++++++++++++++++++++---
 gcc/testsuite/rust/compile/macro16.rs  | 11 ++++++++
 gcc/testsuite/rust/compile/macro18.rs  | 14 ++++++++++
 gcc/testsuite/rust/compile/macro19.rs  | 19 +++++++++++++
 gcc/testsuite/rust/compile/macro9.rs   |  1 +
 14 files changed, 167 insertions(+), 62 deletions(-)


                 reply	other threads:[~2022-06-08 12:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220608122031.C470F380FDF5@sourceware.org \
    --to=tschwinge@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).