1
Fork 0
rust/compiler/rustc_resolve/src
Dylan DPC c956351f97
Rollup merge of #103520 - petrochenkov:resout, r=cjgillot
rustc_middle: Rearrange resolver outputs structures slightly

Addresses https://github.com/rust-lang/rust/pull/98106#discussion_r898427061.
I also haven't seen the motivation for moving `cstore` from its old place, so I moved it back in this PR.
r? ```@cjgillot```
2022-10-26 11:29:56 +05:30
..
diagnostics Implement the unused_macro_rules lint 2022-05-05 19:13:00 +02:00
late Rollup merge of #103350 - clubby789:refer-to-assoc-method, r=wesleywiser 2022-10-25 08:01:27 +09:00
access_levels.rs Perf improvements for effective visibility calculating 2022-10-25 15:15:18 +03:00
build_reduced_graph.rs rustc_hir: Less error-prone methods for accessing PartialRes resolution 2022-10-11 09:04:52 +04:00
check_unused.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
def_collector.rs Rename AssocItemKind::TyAlias to AssocItemKind::Type 2022-10-10 02:31:37 +00:00
diagnostics.rs Account for hygiene when suggesting typos. 2022-10-16 08:56:39 +00:00
ident.rs Shrink hir::def::Res. 2022-09-29 08:44:52 +10:00
imports.rs resolve: Revert "Set effective visibilities for imports more precisely" 2022-10-19 18:42:47 +04:00
late.rs Rollup merge of #103221 - TaKO8Ki:fix-103202, r=oli-obk 2022-10-20 22:42:38 +02:00
lib.rs rustc_middle: Rearrange resolver outputs structures slightly 2022-10-25 15:42:29 +04:00
macros.rs fix span for suggestion 2022-10-20 11:55:30 +08:00