about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/owned_slice.rs
AgeCommit message (Expand)AuthorLines
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