rust/compiler/rustc_macros/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
..
symbols Use iter::zip in compiler/ 2021-03-26 09:32:31 -07:00
hash_stable.rs Remove re-export. 2021-10-03 16:08:54 +02:00
lib.rs Improve error handling in symbols proc-macro 2020-12-12 15:29:12 -08:00
lift.rs Lift: take self by value 2020-10-21 23:59:35 +02:00
query.rs Prevent macro ambiguity errors 2021-10-02 13:00:19 -04:00
serialize.rs Remove unused functions and arguments from rustc_serialize 2021-06-01 19:29:11 +02:00
session_diagnostic.rs don't clone types that are Copy (clippy::clone_on_copy) 2021-09-11 10:18:56 +02:00
symbols.rs Use a separate interner type for UniqueTypeId 2021-09-13 14:42:06 +02:00
type_foldable.rs Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obk 2020-11-17 12:24:34 +00:00