about summary refs log tree commit diff
path: root/compiler/rustc_query_system/src/ich/hcx.rs
AgeCommit message (Expand)AuthorLines
2023-11-16Reduce exposure of things.Nicholas Nethercote-1/+1
2023-02-21Use a lock-free datastructure for `source_span`Oli Scherer-1/+1
2023-02-20Make untracked.source_span lockable so that resolution can still write to it ...Oli Scherer-1/+1
2023-02-20Make untracked.cstore lockable so that resolution can still write to it when ...Oli Scherer-1/+1
2022-12-09Fold `Definitions` into the untracked dataOli Scherer-5/+3
2022-12-09Move the untracked cstore and source_span into a structOli Scherer-14/+6
2022-11-11Hash spans when interning.Camille GILLOT-37/+2
2022-09-30create def ids for impl traits during ast loweringSantiago Pastorino-2/+2
2022-09-24separate definitions and `HIR` ownersTakayuki Maeda-2/+5
2022-08-07Remove unused hashing infra.Camille GILLOT-20/+5
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-4/+4
2022-07-06Make AST lowering a query.Camille GILLOT-6/+6
2022-07-06Allow to create definitions inside the query system.Camille GILLOT-0/+1
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-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