about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/owned_slice.rs
AgeCommit message (Expand)AuthorLines
2025-02-11compiler/rustc_data_structures/src/sync.rs: delete Sync and SendAskar Safin-10/+5
2025-02-03tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc`Askar Safin-4/+4
2024-11-12Delete the `cfg(not(parallel))` serial compilerNoratrieb-2/+0
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+3
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