rust/compiler/rustc_resolve/src
Vadim Petrochenkov d8d3b83e3a rustc: Parameterize ty::Visibility over used ID
It allows using `LocalDefId` instead of `DefId` when possible, and also encode cheaper `Visibility<DefIndex>` into metadata.
2022-09-07 13:35:41 +04:00
..
diagnostics Implement the unused_macro_rules lint 2022-05-05 19:13:00 +02:00
late Do not call object_lifetime_default on lifetime params. 2022-09-03 21:11:42 +02:00
access_levels.rs Rollup merge of #100147 - Bryanskiy:private-in-public, r=petrochenkov 2022-09-02 11:34:48 +02:00
build_reduced_graph.rs rustc: Parameterize ty::Visibility over used ID 2022-09-07 13:35:41 +04:00
check_unused.rs rustc_middle: Remove Visibility::Invisible 2022-08-27 22:34:18 +03:00
def_collector.rs Always import all tracing macros for the entire crate instead of piecemeal by module 2022-09-01 14:54:27 +00: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 Refactor and re-use BindingAnnotation 2022-09-02 12:55:05 -05:00
lib.rs rustc: Parameterize ty::Visibility over used ID 2022-09-07 13:35:41 +04:00
macros.rs Fix a bunch of typo 2022-08-31 18:24:55 +08:00