about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/sharded.rs
AgeCommit message (Expand)AuthorLines
2023-03-30`CacheAligned` and `Sharded` don't need to derive `Clone`.Nicholas Nethercote-2/+1
2022-02-20Move Sharded maps into each QueryCache implMark Rousskov-1/+1
2021-09-18Use <[T; N]>::map in Sharded instead of SmallVec and unsafe codebjorn3-19/+1
2021-02-13Separate the query cache from the query state.Camille GILLOT-15/+15
2020-08-30mv compiler to compiler/mark-0/+168