summary refs log tree commit diff
path: root/compiler/rustc_query_system/src/ich
AgeCommit message (Expand)AuthorLines
2022-06-17Auto merge of #98106 - cjgillot:split-definitions, r=michaelwoeristerbors-2/+9
2022-06-14Separate `source_span` and `expn_that_defined` from `Definitions`.Camille GILLOT-2/+9
2022-06-14Remove thread-local `IGNORED_ATTRIBUTES`.Nicholas Nethercote-10/+1
2022-06-02Address review comments.Nicholas Nethercote-14/+11
2022-06-01Lazify `SourceFile::lines`.Nicholas Nethercote-5/+12
2022-04-12Remove NodeIdHashingMode.Camille GILLOT-107/+8
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-23/+28
2021-12-24Remove special-cased stable hashing for HIR moduleAaron Hill-24/+1
2021-10-21Use SortedMap in HIR.Camille GILLOT-4/+4
2021-10-10Compute full HIR hash during lowering.Camille GILLOT-26/+10
2021-10-09Forbid hashing HIR outside of indexing.Camille GILLOT-30/+44
2021-10-03Add some inlining.Camille GILLOT-0/+8
2021-10-03Move ICH to rustc_query_system.Camille GILLOT-0/+524