rust/compiler/rustc_index/src
bors e6a4afc3af Auto merge of #95418 - cjgillot:more-disk, r=davidtwco
Cache more queries on disk

One of the principles of incremental compilation is to allow saving results on disk to avoid recomputing them.
This PR investigates persisting a lot of queries whose result are to be saved into metadata.
Some of the queries are cheap reads from HIR, but we may also want to get rid of these reads for incremental lowering.
2022-05-20 20:49:55 +00:00
..
bit_set Add element iterator for ChunkedBitSet 2022-04-30 16:40:49 +02:00
interval Introduce IntervalSet 2021-12-30 22:33:44 -05:00
vec Fix test 2022-02-24 16:02:07 -05:00
bit_set.rs Add element iterator for ChunkedBitSet 2022-04-30 16:40:49 +02:00
interval.rs optimize insert_range method of IntervalSet 2022-05-10 19:27:40 +08:00
lib.rs Convert newtype_index to a proc macro 2022-02-24 16:02:06 -05:00
vec.rs Cache more queries on disk. 2022-05-13 08:06:48 +02:00