From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id 028C8385275A; Wed, 8 Jun 2022 12:18:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 028C8385275A Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Thomas Schwinge To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/rust/master] Merge #1017 X-Act-Checkin: gcc X-Git-Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com> X-Git-Refname: refs/heads/devel/rust/master X-Git-Oldrev: e076823eda8f11425a705a191d686e9e48be2fc4 X-Git-Newrev: a50fcbc2eb4dacdeaa733f2a8dbae6e727693bdc Message-Id: <20220608121840.028C8385275A@sourceware.org> Date: Wed, 8 Jun 2022 12:18:39 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jun 2022 12:18:40 -0000 https://gcc.gnu.org/g:a50fcbc2eb4dacdeaa733f2a8dbae6e727693bdc commit a50fcbc2eb4dacdeaa733f2a8dbae6e727693bdc Merge: e076823eda8 63a214618af Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com> Date: Fri Mar 11 14:09:01 2022 +0000 Merge #1017 1017: attr-visitor: Split in its own source and header r=CohenArthur a=CohenArthur Split up the 4000 lines rust-macro-expand.cc file containing the AttrVisitor class and the macro expander implementation Co-authored-by: Arthur Cohen Diff: gcc/rust/Make-lang.in | 1 + gcc/rust/expand/rust-attribute-visitor.cc | 3240 +++++++++++++++++++++++++++++ gcc/rust/expand/rust-attribute-visitor.h | 222 ++ gcc/rust/expand/rust-macro-expand.cc | 3074 +-------------------------- 4 files changed, 3464 insertions(+), 3073 deletions(-)