rust/compiler/rustc_resolve/src
bors 55111d656f Auto merge of #89266 - cjgillot:session-ich, r=michaelwoerister
Move ICH to rustc_query_system

Based on https://github.com/rust-lang/rust/pull/89183

The StableHashingContext does not need to be in rustc_middle.

This PR moves it to rustc_query_system. This will avoid a dependency between rustc_ast_lowering and rustc_middle in https://github.com/rust-lang/rust/pull/89124.
2021-10-05 09:45:11 +00:00
..
late resolve: Avoid comparing modules by optional def-id 2021-10-02 18:31:50 +03:00
build_reduced_graph.rs Move rustc_middle::middle::cstore to rustc_session. 2021-10-03 16:08:51 +02:00
check_unused.rs Stop tracking namespce in used_imports. 2021-08-22 16:50:59 +02:00
def_collector.rs Record call_site parent for macros. 2021-09-10 20:19:25 +02:00
diagnostics.rs resolve: Avoid comparing modules by optional def-id 2021-10-02 18:31:50 +03:00
imports.rs Practice diagnostic message convention 2021-10-03 16:16:28 +09:00
late.rs Suggest similarly named assoc items in trait impls 2021-09-29 00:22:32 +09:00
lib.rs Move rustc_middle::middle::cstore to rustc_session. 2021-10-03 16:08:51 +02:00
macros.rs Remove visible path calculation from allowed deprecation lint 2021-09-30 15:15:10 +04:00