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 73e6dac17f3 Merge #1847 new 2166e589d80 Update copyright years. adds 5be4c2687a8 gccrs: session-manager: Add ast-pretty-expanded dump adds e66fec8e6ba gccrs: const folding port adds ff8a5695077 gccrs: Desugar double borrows into two HIR:BorrowExpr's adds 86743891a6e gccrs: backend: Expose Bvariable class through rust-gcc header adds 41547275c5e gccrs: builtins: Add add_overflow builtin and refactor class adds 9c87dc0afe0 gccrs: backend: Add overflow checks to every arithmetic operation adds 3a3a352091b gccrs: rustc_attrs: Allow `rustc_inherit_overflow_checks` a [...] adds 938facc5e93 gccrs: lint: Do not emit unused warnings for public items adds f7014b28b81 gccrs: parser: Parse RangeFullExpr without erroring out adds 1fed030c165 gccrs: macros: Handle matchers properly in repetitions adds 252216dd0c5 gccrs: transcriber: Do not infinite loop if the current par [...] adds 7dc41901213 gccrs: dump: Add AST debugging using the AST::Dump class adds 55fb35c51b2 gccrs: ast: Only expand expressions and types if the kind is right adds 3663d7ef666 gccrs: ast: Add better assertion on AST fragments adds 245ce6f26a1 gccrs: Add guards against getting data from an empty vector adds af22b54af53 gccrs: Add missing location info to coercions adds 7ad24d802e5 gccrs: Refactor unify to hit a unify_site adds 1eabeb5aecc gccrs: Remove param_use_canonical_types checks ported from [...] adds ffa16a4590a gccrs: Create canonical process of compiling constant items adds 43cb42a3d82 gccrs: Add extra debugging for method call expressions adds e641158a5f5 gccrs: Add new check for contains_associated_types adds 0fffc0e772d gccrs: Unit structs are not concrete when they need substitutions adds 689a5c6711b gccrs: bugfix: initialize slice from array in const context adds b0ff1647cbe gccrs: add testcase to test component_ref and constructor c [...] adds e6a3886a833 gccrs: backend: correctly formulate the exit condition ... adds dd9d6656e9a gccrs: add testcase with struct to test component_ref and c [...] adds 0d5adf09356 gccrs: testsuite: add loop condition execution test adds 288b6298a6a gccrs: const generics: Make sure const generic types are vi [...] adds ff9d7741d4b gccrs: const generics: Forbid default values in Functions, [...] adds 739d0509ed5 gccrs: attributes: Add #[macro_use] as builtin adds 3736647947b gccrs: module lowering: Do not append null pointers as items adds 70fc174b78a gccrs: Static Items must be const evaluated adds 408ab8a6e41 gccrs: Statics are a coercion site adds a0c2ea3ee6e gccrs: remove bad assertion adds f92f8ee75bf gccrs: Add testcase for const-eval issue from rust-blog adds 9d6b434e1fd gccrs: rust: Add -frust-compile-until option adds e88ce5cc684 gccrs: expand: eager evaluate macros inside builtin macros adds c6c4342273a gccrs: testsuite/rust: add a testcase for testing ... adds e1beb624ff5 gccrs: Cleanup formatting of backend expression visitor adds 9c60f0e1e5c gccrs: Make constexpr constructors type-checking more permissive adds 11a37f89504 gccrs: Fix duplicated function generation on higher ranked [...] adds 104cc285533 gccrs: Refactor TypeResolution to be a simple query based system adds d9d7b6ccd45 gccrs: Add testcase to show forward declared items work adds 50335ddd301 gccrs: Add testcase to show forward declared items work via [...] new 4ae5d1ec60c Merge commit '50335ddd301404e9053786b26a23a924471b4d09' into HEAD new cc23831ec66 Merge #1850 #1851
The 3 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/config/darwin-rust.cc | 2 +- gcc/config/default-rust.cc | 2 +- gcc/config/dragonfly-rust.cc | 2 +- gcc/config/freebsd-rust.cc | 2 +- gcc/config/fuchsia-rust.cc | 2 +- gcc/config/i386/i386-rust.cc | 2 +- gcc/config/i386/i386-rust.h | 2 +- gcc/config/linux-rust.cc | 2 +- gcc/config/netbsd-rust.cc | 2 +- gcc/config/openbsd-rust.cc | 2 +- gcc/config/sol2-rust.cc | 2 +- gcc/config/t-fuchsia | 2 +- gcc/config/vxworks-rust.cc | 2 +- gcc/config/winnt-rust.cc | 2 +- gcc/rust/ast/rust-ast-fragment.cc | 2 +- gcc/rust/ast/rust-ast-fragment.h | 2 +- gcc/rust/ast/rust-macro.cc | 2 +- gcc/rust/checks/errors/rust-feature-gate.cc | 2 +- gcc/rust/checks/errors/rust-feature-gate.h | 2 +- gcc/rust/checks/errors/rust-feature.cc | 2 +- gcc/rust/checks/errors/rust-feature.h | 2 +- gcc/rust/hir/rust-ast-lower-expr.cc | 2 +- gcc/rust/hir/rust-ast-lower-type.cc | 2 +- gcc/rust/resolve/rust-early-name-resolver.cc | 2 +- gcc/rust/resolve/rust-early-name-resolver.h | 2 +- gcc/rust/rust-gcc.h | 2 +- gcc/rust/rust-target-def.h | 2 +- gcc/rust/rust-target.def | 2 +- gcc/rust/rust-target.h | 2 +- gcc/rust/typecheck/rust-hir-path-probe.cc | 2 +- gcc/rust/typecheck/rust-hir-trait-reference.cc | 2 +- gcc/rust/typecheck/rust-hir-trait-reference.h | 2 +- gcc/rust/typecheck/rust-typecheck-context.cc | 2 +- gcc/rust/typecheck/rust-tyty-bounds.h | 2 +- gcc/rust/typecheck/rust-tyty-subst.cc | 2 +- gcc/rust/typecheck/rust-tyty-subst.h | 2 +- gcc/rust/typecheck/rust-tyty-util.cc | 2 +- gcc/rust/typecheck/rust-tyty-util.h | 2 +- gcc/rust/typecheck/rust-unify.cc | 2 +- gcc/rust/typecheck/rust-unify.h | 2 +- gcc/rust/util/rust-inline-visitor.h | 2 +- 41 files changed, 41 insertions(+), 41 deletions(-)