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

https://gcc.gnu.org/g:796465596faa9fa69ffede1c16d944e6a6e24458

commit 796465596faa9fa69ffede1c16d944e6a6e24458
Merge: 4e096b1f146 d0d4dcfdb43
Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Date:   Sun Feb 20 14:34:37 2022 +0000

    Merge #950
    
    950: Match macro repetitions r=CohenArthur a=CohenArthur
    
    This PR adds support for matching macro invocations and counting the amount of times they've been matched
    
    Co-authored-by: Arthur Cohen <arthur.cohen@embecosm.com>

Diff:

 gcc/rust/ast/rust-ast-full-test.cc            |   6 +-
 gcc/rust/ast/rust-macro.h                     |   9 +-
 gcc/rust/expand/rust-macro-expand.cc          | 117 +++++++++++++++++++++++++-
 gcc/rust/expand/rust-macro-expand.h           |  25 ++++++
 gcc/rust/parse/rust-parse-impl.h              |   9 +-
 gcc/testsuite/rust/compile/macro6.rs          |  11 +++
 gcc/testsuite/rust/compile/macro7.rs          |  13 +++
 gcc/testsuite/rust/compile/macro8.rs          |  12 +++
 gcc/testsuite/rust/execute/torture/macros7.rs |  26 ++++++
 gcc/testsuite/rust/execute/torture/macros8.rs |  25 ++++++
 gcc/testsuite/rust/execute/torture/macros9.rs |  26 ++++++
 11 files changed, 265 insertions(+), 14 deletions(-)


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

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