rust/compiler/rustc_session/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
..
cgu_reuse_tracker.rs
code_stats.rs
config.rs remap-cwd-prefix 2021-09-07 15:41:30 -04:00
cstore.rs Add some inlining. 2021-10-03 16:08:57 +02:00
filesearch.rs Move get_tools_search_paths from FileSearch to Session 2021-09-08 18:25:47 +02:00
lib.rs Move ICH to rustc_query_system. 2021-10-03 16:08:53 +02:00
options.rs Implemented -Z randomize-layout 2021-09-30 14:50:06 -05:00
output.rs
parse.rs
search_paths.rs Doc comments 2021-09-08 18:25:46 +02:00
session.rs Practice diagnostic message convention 2021-10-03 16:16:28 +09:00
utils.rs