about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/owned_slice.rs
AgeCommit message (Expand)AuthorLines
2024-02-18By tracking import use types to check whether it is scope uses or the other s...surechen-6/+6
2023-05-16Fixup commentsMaybe Waffle-4/+4
2023-05-16Switch `OwnedSlice` to use `Lrc` & remove `Lrc` from `MetadataBlob`Maybe Waffle-3/+32
2023-05-05Disallow (min) specialization imps with no itemsMatthew Jasper-0/+2
2023-04-07Mark `OwnedSlice::{deref, borrow}` as `#[inline]`Maybe Waffle-0/+2
2023-04-06Add basic tests for `OwnedSlice`Maybe Waffle-0/+3
2023-04-06Use `FnOnce` for `slice_owned` instead of `Fn`Maybe Waffle-2/+2
2023-04-05Add context to phantom commentNilstrieb-2/+2
2023-04-05Implement `OwnedSlice`Maybe Waffle-0/+113