about summary refs log tree commit diff
path: root/library/std/src/sync/mod.rs
AgeCommit message (Expand)AuthorLines
2023-03-29Documentation updates to better share the purpose of OnceCell/OnceLockTrevor Gross-1/+4
2023-03-29Stabilize a portion of 'once_cell'Trevor Gross-2/+2
2023-01-26std: optimize `LazyLock` sizejoboet-1/+1
2022-11-14std: move `ReentrantMutex` to `sync`joboet-0/+3
2022-11-09initial port of crossbeam-channelIbraheem Ahmed-0/+1
2022-06-30Rollup merge of #97629 - guswynn:exclusive_struct, r=m-ou-seMatthias Krüger-0/+2
2022-06-23add tracking issue for exclusiveGus Wynn-1/+1
2022-06-16Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`Maybe Waffle-0/+7
2022-06-07[core] add Exclusive to syncGus Wynn-0/+2
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-1/+1
2021-04-22Move `sys_common::poison` to `sync::poison`Christiaan Dirkx-2/+3
2020-07-27mv std libs to library/mark-0/+179