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

https://gcc.gnu.org/g:af48e2a3a1554f727e83281cc96071d9b8b3ef91

commit af48e2a3a1554f727e83281cc96071d9b8b3ef91
Merge: 9a9bb44058a 10b01c305ff
Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Date:   Thu Apr 28 09:16:03 2022 +0000

    Merge #1186
    
    1186: Refactor `ResolvePath` in its own file r=CohenArthur a=CohenArthur
    
    
    
    Co-authored-by: Arthur Cohen <arthur.cohen@embecosm.com>

Diff:

 gcc/rust/Make-lang.in                        |   1 +
 gcc/rust/resolve/rust-ast-resolve-expr.cc    |   1 +
 gcc/rust/resolve/rust-ast-resolve-expr.h     |  29 ---
 gcc/rust/resolve/rust-ast-resolve-path.cc    | 276 +++++++++++++++++++++++++++
 gcc/rust/resolve/rust-ast-resolve-path.h     |  49 +++++
 gcc/rust/resolve/rust-ast-resolve-pattern.cc |   1 +
 gcc/rust/resolve/rust-ast-resolve.cc         | 237 -----------------------
 7 files changed, 328 insertions(+), 266 deletions(-)


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

only message in thread, other threads:[~2022-06-08 12:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-08 12:39 [gcc/devel/rust/master] Merge #1186 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).