about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/vec_cache.rs
AgeCommit message (Expand)AuthorLines
2025-07-05Rollup merge of #143406 - scottmcm:did-we-need-that-unsafe, r=compiler-errorsMatthias Krüger-2/+2
2025-07-03Remove some unnecessary `unsafe` in VecCacheScott McMurray-2/+2
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-1/+1
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