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 94cbaa29a8a Add AltPattern HIR node
new 1a33a5cf6b3 Add coherence related lang_items
new 5bd4b19068c typecheck: Add basic typechecking for ReferenceType
new 6f9938c712d hir: add a helper function for visit
new 2c1e7b55dab gccrs: fix some clang warnings
new f31fc7b0f6f hir: Fix ReferencePattern typechecking
new 048971cf428 hir: Unify indentation approach with ast
new 98363db0079 hir: Simplify indentation to single line
new 362c6d7f14b enr: Fetch module items during early name resolution
new 43590461e00 hir: Provide basic handling for ReferencePattern in functio [...]
The 9 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-dump.cc | 21 --
gcc/rust/ast/rust-ast-dump.h | 16 +-
gcc/rust/ast/rust-ast-full-decls.h | 2 +-
gcc/rust/ast/rust-item.h | 10 +-
gcc/rust/ast/rust-pattern.h | 2 +-
gcc/rust/backend/rust-compile-fnparam.cc | 48 +++--
gcc/rust/backend/rust-compile-fnparam.h | 4 +-
gcc/rust/backend/rust-compile-pattern.cc | 17 ++
gcc/rust/backend/rust-compile-pattern.h | 4 +-
gcc/rust/expand/rust-attribute-visitor.cc | 9 -
gcc/rust/hir/rust-hir-dump.cc | 119 +++++------
gcc/rust/hir/rust-hir-dump.h | 4 +-
gcc/rust/hir/tree/rust-hir-pattern.h | 6 +
gcc/rust/lex/rust-lex.h | 5 +-
gcc/rust/resolve/rust-ast-resolve-pattern.h | 5 +
gcc/rust/resolve/rust-early-name-resolver.cc | 6 +
gcc/rust/typecheck/rust-hir-type-check-pattern.cc | 125 +++++------
gcc/rust/typecheck/rust-hir-type-check-pattern.h | 7 +-
gcc/rust/typecheck/rust-tyty.h | 2 +
gcc/rust/util/rust-buffered-queue.h | 2 +-
.../rust-lint-unused-var.h => util/rust-dump.h} | 31 ++-
gcc/rust/util/rust-lang-item.h | 231 +++++++++++++++++++--
gcc/testsuite/rust/compile/lang-impl.rs | 2 +
.../rust/compile/ref_pattern_fn_param1.rs | 1 +
.../rust/compile/ref_pattern_fn_param2.rs | 7 +
gcc/testsuite/rust/execute/torture/ref-pattern1.rs | 8 +
26 files changed, 440 insertions(+), 254 deletions(-)
copy gcc/rust/{checks/lints/rust-lint-unused-var.h => util/rust-dump.h} (64%)
create mode 100644 gcc/testsuite/rust/compile/lang-impl.rs
create mode 100644 gcc/testsuite/rust/compile/ref_pattern_fn_param1.rs
create mode 100644 gcc/testsuite/rust/compile/ref_pattern_fn_param2.rs
create mode 100644 gcc/testsuite/rust/execute/torture/ref-pattern1.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 binutils-gdb.
from c8b3d02c499 objdump segfault after symbol table error
new 2dd1c6e88aa Fix assembler documentation regarding data directives.
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:
gas/ChangeLog | 6 ++++++
gas/doc/as.texi | 26 +++++++++++++++++++++++++-
2 files changed, 31 insertions(+), 1 deletion(-)
--
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_aosp-code_size-dalvikvm/oriole-master
in repository toolchain/ci/base-artifacts.
from 0be4b90b021 9: onsuccess: #10: 0: Success after llvm: 63 commits
new 9e73baee1c9 10: onsuccess: #11: 0: Success after llvm: 146 commits
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 1740 -> 1744 bytes
02-build_aosp_toolchain/console.log.xz | Bin 9964 -> 10468 bytes
03-build_shadow_llvm/console.log.xz | Bin 128744 -> 130804 bytes
04-build_aosp/console.log.xz | Bin 20736 -> 20828 bytes
05-check_regression/console.log.xz | Bin 3480 -> 3632 bytes
05-check_regression/results-vs-prev.csv | 2 +-
06-update_baseline/console.log | 8 ++++----
dashboard/dashboard-generate.sh | 2 +-
git/llvm_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 14 +++++++-------
13 files changed, 17 insertions(+), 17 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 master
in repository newlib.
from 59de81671 libgloss/epiphany: Fix move instruction in crt0.S
new dfd14093e Cygwin: Fix type mismatch on sys/cpuset.h
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:
winsup/cygwin/include/sys/cpuset.h | 138 ++++++++++++++++++++++++++-----------
winsup/cygwin/release/3.4.7 | 5 ++
2 files changed, 101 insertions(+), 42 deletions(-)
create mode 100644 winsup/cygwin/release/3.4.7
--
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 59de81671 libgloss/epiphany: Fix move instruction in crt0.S
new dfd14093e Cygwin: Fix type mismatch on sys/cpuset.h
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:
winsup/cygwin/include/sys/cpuset.h | 138 ++++++++++++++++++++++++++-----------
winsup/cygwin/release/3.4.7 | 5 ++
2 files changed, 101 insertions(+), 42 deletions(-)
create mode 100644 winsup/cygwin/release/3.4.7
--
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 cygwin-3_4-branch
in repository newlib.
from 8d0b9ab67 Cygwin: ctty: Add missing fixup_after_{exec,fork}() call.
new b086e626f Cygwin: Fix type mismatch on sys/cpuset.h
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:
winsup/cygwin/include/sys/cpuset.h | 138 ++++++++++++++++++++++++++-----------
winsup/cygwin/release/3.4.7 | 5 ++
2 files changed, 101 insertions(+), 42 deletions(-)
create mode 100644 winsup/cygwin/release/3.4.7
--
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 4d771291f70 libstdc++: Fix preprocessor condition for inline variables
new 8b6c38ef6a7 Revert latest change to emit_group_store
new 67839c56277 Add testcase for ifcvt fix
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:
gcc/expr.cc | 17 ++++-----
gcc/testsuite/gnat.dg/specs/opt6.ads | 69 ++++++++++++++++++++++++++++++++++++
2 files changed, 76 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/specs/opt6.ads
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.