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 026e20b1dcc Merge #1776 new a731476b503 Create and use CompilePatternLet visitor for compiling let [...] new d0dad09f5de Merge #1775 new c146eb7d99b ci: Add commit format checker new 7f222689dcb Merge #1788
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: .github/workflows/commit-format.yml | 93 ++++++++++++++++++++++++++++++++ gcc/rust/backend/rust-compile-pattern.cc | 58 ++++++++++++++++++++ gcc/rust/backend/rust-compile-pattern.h | 87 ++++++++++++++++++++++++++++++ gcc/rust/backend/rust-compile-stmt.cc | 31 ++--------- 4 files changed, 241 insertions(+), 28 deletions(-) create mode 100644 .github/workflows/commit-format.yml