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 9ef8144e399 Merge #1636 new b43c5d4fd82 Improve lexer dump new 71b8beb150d Merge #1651 new fc59d137491 builtins: Cleanup initialization of builtins new 738df996e0b Merge #1630
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/backend/rust-builtins.cc | 350 ++++++++++++++------- gcc/rust/backend/rust-builtins.h | 118 ++++++- gcc/rust/backend/rust-compile-intrinsic.cc | 41 ++- gcc/rust/lex/rust-lex.cc | 47 ++- gcc/rust/lex/rust-lex.h | 12 +- gcc/rust/parse/rust-parse-impl.h | 41 --- gcc/rust/parse/rust-parse.h | 2 - gcc/rust/rust-gcc.cc | 8 +- gcc/rust/rust-session-manager.cc | 41 +-- gcc/rust/util/rust-optional.h | 1 + gcc/testsuite/rust/compile/torture/intrinsics-4.rs | 2 +- gcc/testsuite/rust/execute/torture/atomic_load.rs | 4 +- gcc/testsuite/rust/execute/torture/atomic_store.rs | 4 +- 13 files changed, 461 insertions(+), 210 deletions(-)