summary refs log tree commit diff
path: root/compiler/rustc_query_system/src/ich/hcx.rs
AgeCommit message (Expand)AuthorLines
2022-04-12Remove NodeIdHashingMode.Camille GILLOT-21/+3
2022-03-31Move stable hash from TyS into a datastructure that can be shared with other ...Oli Scherer-0/+8
2022-01-05Address review commentsAaron Hill-3/+6
2022-01-05Adjust assert_default_hashing_controlsAaron Hill-0/+7
2022-01-05Ensure that `Fingerprint` caching respects hashing configurationAaron Hill-18/+22
2021-10-21Use SortedMap in HIR.Camille GILLOT-3/+3
2021-10-09Forbid hashing HIR outside of indexing.Camille GILLOT-28/+36
2021-10-03Add some inlining.Camille GILLOT-0/+3
2021-10-03Move ICH to rustc_query_system.Camille GILLOT-0/+209