rust/compiler/rustc_resolve/src
Matthias Krüger a6b34cd928
Rollup merge of #101713 - Bryanskiy:AccessLevels, r=petrochenkov
change AccessLevels representation

Part of RFC (https://github.com/rust-lang/rust/issues/48054). This patch implements effective visibility table with basic methods and change AccessLevels table representation according to it.

r? ``@petrochenkov``
2022-09-17 23:30:49 +02:00
..
diagnostics
late Auto merge of #101709 - nnethercote:simplify-visitors-more, r=cjgillot 2022-09-14 05:21:14 +00:00
access_levels.rs change AccessLevels representation 2022-09-14 18:11:00 +03:00
build_reduced_graph.rs RPITIT placeholder items 2022-09-09 01:31:44 +00:00
check_unused.rs
def_collector.rs Remove unused span argument from walk_fn. 2022-09-12 13:24:27 +10:00
diagnostics.rs more clippy::perf fixes 2022-09-03 22:57:22 +02:00
ident.rs rustc: Parameterize ty::Visibility over used ID 2022-09-07 13:35:41 +04:00
imports.rs rustc: Parameterize ty::Visibility over used ID 2022-09-07 13:35:41 +04:00
late.rs Remove path_span argument to the visit_path_segment methods. 2022-09-12 13:24:25 +10:00
lib.rs Only enable the let_else feature on bootstrap 2022-09-15 21:06:45 +02:00
macros.rs