public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/rust/master] Merge #1631
@ 2022-11-16 11:50 Thomas Schwinge
  0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2022-11-16 11:50 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:815a57351a33491e534cc1b6c6ddfa17eaf2b500

commit 815a57351a33491e534cc1b6c6ddfa17eaf2b500
Merge: 009337f5935 22977337faf
Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Date:   Tue Nov 15 11:01:12 2022 +0000

    Merge #1631
    
    1631: Ast dump where clause r=CohenArthur a=jdupak
    
    Adds dump of the where clause and recursively needed nodes.
    Adds visitor compatibility layer for general references except for unique pointers - needed for lifetimes. The enable is necessary to coexist with the unique_ptr overload.
    
    Depends on #1624 and will be rebased when it is merged.
    
    Co-authored-by: Jakub Dupak <dev@jakubdupak.com>

Diff:

 gcc/rust/ast/rust-ast-dump.cc | 155 ++++++++++++++++++++++++++++++++++++------
 gcc/rust/ast/rust-ast-dump.h  |  13 +++-
 gcc/rust/ast/rust-ast.h       |   2 +
 gcc/rust/ast/rust-item.h      |   6 ++
 gcc/rust/ast/rust-type.h      |   2 +
 5 files changed, 154 insertions(+), 24 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-16 11:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-16 11:50 [gcc/devel/rust/master] Merge #1631 Thomas Schwinge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).