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

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

commit af031b081fcd26f9fcb3e4a561f5a3d98158e163
Merge: 285aabdd3b2 88c20f5e1d5
Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Date:   Thu May 5 12:16:22 2022 +0000

    Merge #1202
    
    1202: Resolve module visibility properly r=CohenArthur a=CohenArthur
    
    Closes #1159
    
    Co-authored-by: Arthur Cohen <arthur.cohen@embecosm.com>

Diff:

 gcc/rust/Make-lang.in                          |  1 +
 gcc/rust/hir/rust-ast-lower-item.cc            | 74 ++++++++++++++++++++++++++
 gcc/rust/hir/rust-ast-lower-item.h             |  9 ++++
 gcc/rust/hir/rust-ast-lower.cc                 |  3 +-
 gcc/rust/hir/tree/rust-hir-full-test.cc        |  3 +-
 gcc/rust/hir/tree/rust-hir-item.h              | 17 ++++--
 gcc/rust/hir/tree/rust-hir-path.h              | 33 ++++++++++++
 gcc/rust/parse/rust-parse-impl.h               | 14 ++---
 gcc/rust/privacy/rust-privacy-check.cc         |  6 ++-
 gcc/rust/privacy/rust-privacy-common.h         |  1 +
 gcc/rust/privacy/rust-visibility-resolver.cc   | 70 +++++++++++++++++++-----
 gcc/rust/privacy/rust-visibility-resolver.h    | 16 ++++--
 gcc/rust/util/rust-hir-map.cc                  |  8 +--
 gcc/rust/util/rust-hir-map.h                   | 16 +++---
 gcc/testsuite/rust/compile/pub_restricted_1.rs |  5 +-
 15 files changed, 230 insertions(+), 46 deletions(-)


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

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