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 7f66312db45 ci: Require commits check to pass for bors to merge and fix [...]
new 373a25382c2 ci: Revert bors running of commit checkers
new d4cce983509 Merge #1832
new 0d6b11551b8 Moving Functions from rust-gcc-diagnostics to rust-diagnostics.cc
new bceb118bc2f Merge #1789
new c02a518fab7 fixed indentations in AST pretty expanded dump of trait gcc [...]
new d6002277040 parser: Improve parsing of complex generic arguments
new 38bad2bf21e parser: Fix parsing of closure param list
new 7179562ff28 typecheck: Refactor rust-hir-trait-reference.h
new 9762350b8ca cli: Update safety warning message
new 0d5d7a66ac7 Merge #1810 #1823 #1824 #1837 #1839
new d9eb2eb73c2 Add support for TuplePattern in let statements
new 3a8c8d0d41b Merge #1820
The 12 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/bors.toml | 3 -
gcc/rust/Make-lang.in | 2 +-
gcc/rust/ast/rust-ast-dump.cc | 7 +-
gcc/rust/backend/rust-compile-pattern.cc | 87 ++++
gcc/rust/backend/rust-compile-pattern.h | 7 +-
gcc/rust/hir/tree/rust-hir-pattern.h | 18 +
gcc/rust/parse/rust-parse-impl.h | 6 +-
gcc/rust/rust-diagnostics.cc | 95 +++++
gcc/rust/rust-gcc-diagnostics.cc | 117 ------
gcc/rust/rust-session-manager.cc | 2 +-
gcc/rust/typecheck/rust-hir-trait-reference.cc | 463 +++++++++++++++++++++
gcc/rust/typecheck/rust-hir-trait-reference.h | 343 ++-------------
gcc/testsuite/rust/compile/closure_move_expr.rs | 9 +
.../compile/parse_complex_generic_application.rs | 17 +
.../compile/parse_complex_generic_application2.rs | 10 +
.../rust/execute/torture/let-pattern-1.rs | 4 +
16 files changed, 758 insertions(+), 432 deletions(-)
delete mode 100644 gcc/rust/rust-gcc-diagnostics.cc
create mode 100644 gcc/rust/typecheck/rust-hir-trait-reference.cc
create mode 100644 gcc/testsuite/rust/compile/closure_move_expr.rs
create mode 100644 gcc/testsuite/rust/compile/parse_complex_generic_application.rs
create mode 100644 gcc/testsuite/rust/compile/parse_complex_generic_application2.rs
create mode 100644 gcc/testsuite/rust/execute/torture/let-pattern-1.rs
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d1bf1c9771d doc: Adjust link to WG14 N965
new 00a49047b50 ipa-cp: Punt for too large offsets [PR108605]
The 1 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/ipa-cp.cc | 4 +++-
gcc/testsuite/c-c++-common/pr108605.c | 24 ++++++++++++++++++++++++
2 files changed, 27 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/c-c++-common/pr108605.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
from d240324beb 52: onsuccess: #536: 21422: Success after binutils/llvm/linu [...]
new 68414eefdf 53: onsuccess: #537: 21422: Success after binutils/llvm/linu [...]
The 1 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:
01-reset_artifacts/console.log.xz | Bin 1780 -> 1768 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2776 bytes
03-build_abe-binutils/console.log.xz | Bin 31208 -> 31836 bytes
04-build_kernel_llvm/console.log.xz | Bin 66184 -> 64156 bytes
05-build_abe-qemu/console.log.xz | Bin 31816 -> 31624 bytes
06-build_linux/console.log.xz | Bin 3752 -> 3740 bytes
08-check_regression/console.log.xz | Bin 4340 -> 4316 bytes
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/linux_rev | 2 +-
git/llvm_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 32 ++++++++++++++++----------------
16 files changed, 24 insertions(+), 24 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main
in repository newlib.
from 498fce80e Cygwin: get_posix_access: Make mode_t parameter mandatory
new b030a77df Cygwin: cygcheck: fix dependency search
new f307fefe1 Cygwin: cygcheck: fix default info selector evaluation
The 2 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:
winsup/utils/mingw/cygcheck.cc | 26 +++++++++++++++++++-------
1 file changed, 19 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.