summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/owned_slice
AgeCommit message (Expand)AuthorLines
2023-05-23Don't leak the function that is called on dropMaybe Waffle-2/+2
2023-05-16Switch `OwnedSlice` to use `Lrc` & remove `Lrc` from `MetadataBlob`Maybe Waffle-1/+11
2023-05-06correct import of owned_sliceSparrowLii-2/+2
2023-04-06Support multithreaded mode in `OwnedSlice` testsMaybe Waffle-8/+14
2023-04-06Add basic tests for `OwnedSlice`Maybe Waffle-0/+68