summary refs log tree commit diff
path: root/compiler/rustc_middle/src/query/on_disk_cache.rs
AgeCommit message (Expand)AuthorLines
2023-07-14Use u64 for incr comp allocation offsetsBen Kimock-2/+4
2023-06-26Migrate predicates_of and caller_bounds to ClauseMichael Goulet-7/+0
2023-06-22migrate inferred_outlives_of to ClauseMichael Goulet-7/+0
2023-06-22Migrate item_bounds to ty::ClauseMichael Goulet-0/+7
2023-06-19s/Clause/ClauseKindMichael Goulet-1/+1
2023-05-04Remove unneeded encode/decode methods.Nicholas Nethercote-4/+0
2023-04-26Inline tweaksJohn Kåre Alsaker-4/+24
2023-04-26Remove QueryEngine traitJohn Kåre Alsaker-47/+9
2023-04-26Move on_disk_cache.rsJohn Kåre Alsaker-0/+1064