rust/compiler/rustc_resolve/src
Vadim Petrochenkov fd73d01c98 rustc_resolve: Remove Resolver::clone_output
And remove `Clone` impls and `Lrc`s that are no longer necessary
2023-02-13 00:10:15 +04:00
..
diagnostics Implement the unused_macro_rules lint 2022-05-05 19:13:00 +02:00
late rustdoc: Eliminate remaining uses of resolver 2023-02-13 00:10:15 +04:00
build_reduced_graph.rs rustdoc: Eliminate remaining uses of resolver 2023-02-13 00:10:15 +04:00
check_unused.rs Use UnordMap instead of FxHashMap in define_id_collections!(). 2023-01-19 10:40:47 +01:00
def_collector.rs rustc_ast_lowering: Stop lowering imports into multiple items 2022-12-01 18:51:20 +03:00
diagnostics.rs Rename rust_2015 => is_rust_2015 2023-02-02 08:17:13 +00:00
effective_visibilities.rs rustdoc: Eliminate remaining uses of resolver 2023-02-13 00:10:15 +04:00
errors.rs migrating rustc_resolve to SessionDiagnostic. work in progress. start 2022-11-13 19:39:26 +05:30
ident.rs Rename rust_2015 => is_rust_2015 2023-02-02 08:17:13 +00:00
imports.rs rustdoc: Eliminate remaining uses of resolver 2023-02-13 00:10:15 +04:00
late.rs rustdoc: Eliminate remaining uses of resolver 2023-02-13 00:10:15 +04:00
lib.rs rustc_resolve: Remove Resolver::clone_output 2023-02-13 00:10:15 +04:00
macros.rs rustdoc: Eliminate remaining uses of resolver 2023-02-13 00:10:15 +04:00
rustdoc.rs Stop resolving doc links on mod items twice 2023-02-10 09:34:13 +04:00