rust/compiler/rustc_resolve/src
Matthias Krüger 9f5c401f67
Rollup merge of #108353 - petrochenkov:rmir, r=cjgillot
resolve: Remove `ImportResolver`

It's a trivial wrapper over `Resolver` that doesn't bring any benefits
2023-02-22 20:06:00 +01:00
..
diagnostics Implement the unused_macro_rules lint 2022-05-05 19:13:00 +02:00
late Auto merge of #105462 - oli-obk:feeding_full, r=cjgillot,petrochenkov 2023-02-21 01:19:25 +00:00
build_reduced_graph.rs Remove definitions field that is only needed for one method 2023-02-20 15:28:59 +00:00
check_unused.rs Prepare for adding a TyCtxt to Resolver 2023-02-20 10:38:48 +00:00
def_collector.rs Separate the lifetime of the session and the arena in the resolver 2023-02-14 10:01:25 +00:00
diagnostics.rs resolve: Remove ImportResolver 2023-02-22 21:29:38 +04:00
effective_visibilities.rs Remove ResolverTree 2023-02-20 15:28:59 +00:00
errors.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
ident.rs Prepare for adding a TyCtxt to Resolver 2023-02-20 10:38:48 +00:00
imports.rs resolve: Remove ImportResolver 2023-02-22 21:29:38 +04:00
late.rs Auto merge of #105462 - oli-obk:feeding_full, r=cjgillot,petrochenkov 2023-02-21 01:19:25 +00:00
lib.rs Rollup merge of #108353 - petrochenkov:rmir, r=cjgillot 2023-02-22 20:06:00 +01:00
macros.rs resolve: Remove ImportResolver 2023-02-22 21:29:38 +04:00
rustdoc.rs Rollup merge of #108129 - GuillaumeGomez:correctly-handle-links-starting-with-whitespace, r=petrochenkov 2023-02-19 14:47:55 +01:00