about summary refs log tree commit diff
path: root/library/core/src/sync/exclusive.rs
AgeCommit message (Expand)AuthorLines
2024-11-02get rid of a whole bunch of unnecessary rustc_const_unstable attributesRalf Jung-2/+0
2024-10-25Re-do recursive const stability checksRalf Jung-0/+3
2024-07-26Fix doc nitsJohn Arundel-2/+2
2024-03-07Rust is a proper name: rust → RustRalf Jung-1/+1
2023-10-20s/generator/coroutine/Oli Scherer-1/+1
2023-10-20s/Generator/Coroutine/Oli Scherer-4/+4
2023-09-28Add Exclusive forwarding impls (FnOnce, FnMut, Generator)David Tolnay-1/+45
2023-04-12remove some unneeded importsKaDiWa-3/+0
2022-12-12Correct typos in `core::sync::Exclusive::get_{pin_mut, mut}`Albert Larsan-2/+2
2022-09-22Add `#[inline]` to trivial functions on `core::sync::Exclusive`Thom Chiovoloni-1/+8
2022-06-23add tracking issue for exclusiveGus Wynn-11/+11
2022-06-07[core] add Exclusive to syncGus Wynn-0/+173