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 27136db8fd7 Merge #1633 new f4d78133368 ast: Dump slice type new 0eaaeb4b359 ast: Dump array type new 20bf6802ba7 ast: Dump raw pointer type new 496ed46e0ab ast: Dump never type new 9b6d8206120 ast: Dump tuple type new 8c239b1428e ast: Dump inferred type new 0ebbd2a4511 ast: Dump bare function type new 6c432d6ca2f ast: Dump impl trait type one bound new 9147e08003b ast: Dump impl trait type new 0e026b6c33d ast: Dump trait object type new 4c69451b3d4 ast: Dump parenthesised type new 5c943bf4388 ast: Dump trait object type one bound new a3dfe962eb9 ast: Dump type param type new 78df522226e ast: Dump generic parameters new fc944a02419 ast: Remove unused include in rust-ast-dump.cc new b0ec92f7d4b ast: Dump remove /* stmp */ comment to not clutter the dump new 9527e998589 ast: Dump no comma after self in fn params if it is the last one new d8e9850b7f8 Merge #1652 new 1531256aa66 add Location to AST::Visibility new ec62fce8e89 clang-format new bea720bef77 Remove default location. Add visibility location to create_ [...] new 9ef8144e399 Merge #1636
The 22 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 | 370 +++++++++++++++++++++++++++++++++---- gcc/rust/ast/rust-ast-dump.h | 5 + gcc/rust/ast/rust-ast-full-test.cc | 2 +- gcc/rust/ast/rust-item.h | 44 +++-- gcc/rust/ast/rust-type.h | 22 ++- gcc/rust/hir/rust-ast-lower.cc | 3 +- gcc/rust/hir/tree/rust-hir-item.h | 6 +- gcc/rust/parse/rust-parse-impl.h | 11 +- 8 files changed, 401 insertions(+), 62 deletions(-)