This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/rust/master in repository gcc.
from 8ed1bbaa405 Merge #1542 new a16c35340c8 expand: eager evaluate macros inside builtin macros new ca3a03dd74c testsuite: adapt existing testcases new 1c19256b706 testsuite/rust: add a testcase for testing ... new cecd314884a Merge #1521
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/rust/ast/rust-ast.h | 12 ++ gcc/rust/ast/rust-expr.h | 2 + gcc/rust/expand/rust-macro-builtins.cc | 206 ++++++++++++++++----- gcc/rust/expand/rust-macro-expand.cc | 1 + gcc/testsuite/rust/compile/builtin_macro_concat.rs | 8 +- gcc/testsuite/rust/compile/builtin_macro_env.rs | 4 +- .../rust/compile/builtin_macro_recurse.rs | 21 +++ 7 files changed, 203 insertions(+), 51 deletions(-) create mode 100644 gcc/testsuite/rust/compile/builtin_macro_recurse.rs