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

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

commit d54ca716854b30c6a6431310d7f1726073ecee25
Merge: bbbd15a4a13 23db789ecb5
Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Date:   Mon Apr 25 10:36:08 2022 +0000

    Merge #1160
    
    1160: Refactor name resolver r=CohenArthur a=CohenArthur
    
    This PR splits up the `rust-name-resolver.h` file into source and header. It also removes a bunch of `iterate_*` functions: Some were not used anymore, and some were refactored.
    
    Co-authored-by: Arthur Cohen <arthur.cohen@embecosm.com>

Diff:

 gcc/rust/Make-lang.in                  |   1 +
 gcc/rust/backend/rust-compile-base.cc  |  52 ++--
 gcc/rust/resolve/rust-ast-resolve.cc   | 294 -------------------
 gcc/rust/resolve/rust-name-resolver.cc | 513 +++++++++++++++++++++++++++++++++
 gcc/rust/resolve/rust-name-resolver.h  | 244 ++--------------
 5 files changed, 563 insertions(+), 541 deletions(-)


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

only message in thread, other threads:[~2022-06-08 12:37 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:37 [gcc/devel/rust/master] Merge #1160 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).