summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/vec_cache.rs
AgeCommit message (Expand)AuthorLines
2025-06-05`SlotIndex::from_index`: Factor out a constant for the first bucket sizeJosh Triplett-3/+12
2025-06-05Simplify and optimize `SlotIndex::from_index`Josh Triplett-15/+6
2025-02-03Notes on types/traits used for in-memory query cachingZalathar-0/+13
2024-11-15Improve VecCache under parallel frontendMark Rousskov-0/+324