index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
sync
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-01-02
Move some things to `std::sync::poison` and reexport them in `std::sync`
Pavel Grigorenko
-19
/
+37
2024-09-30
Add multi-producer, multi-consumer channel (mpmc)
Obei Sideg
-1
/
+8
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-3
/
+3
2024-09-13
Update tests for hidden references to mutable static
Obei Sideg
-0
/
+3
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-10
/
+9
2024-06-15
std: suggest OnceLock over Once
Jubilee Young
-1
/
+2
2024-06-11
replace version placeholder
Pietro Albini
-1
/
+1
2024-06-02
Differ LazyLock vs. OnceLock in std::sync overview
Jubilee Young
-1
/
+4
2024-02-20
Stabilize `LazyCell` and `LazyLock` (`lazy_cell`)
Peter Jaszkowiak
-1
/
+1
2024-02-29
Rollup merge of #110543 - joboet:reentrant_lock, r=m-ou-se
Matthias Krüger
-2
/
+3
2024-02-23
std: make `ReentrantLock` public
joboet
-2
/
+3
2023-12-05
Fix Condvar typo, add public re-exports of Mapped*Guard.
Zachary S
-0
/
+4
2023-04-28
replace version placeholders
Pietro Albini
-1
/
+1
2023-03-29
Documentation updates to better share the purpose of OnceCell/OnceLock
Trevor Gross
-1
/
+4
2023-03-29
Stabilize a portion of 'once_cell'
Trevor Gross
-2
/
+2
2023-01-26
std: optimize `LazyLock` size
joboet
-1
/
+1
2022-11-14
std: move `ReentrantMutex` to `sync`
joboet
-0
/
+3
2022-11-09
initial port of crossbeam-channel
Ibraheem Ahmed
-0
/
+1
2022-06-30
Rollup merge of #97629 - guswynn:exclusive_struct, r=m-ou-se
Matthias Krüger
-0
/
+2
2022-06-23
add tracking issue for exclusive
Gus Wynn
-1
/
+1
2022-06-16
Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`
Maybe Waffle
-0
/
+7
2022-06-07
[core] add Exclusive to sync
Gus Wynn
-0
/
+2
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-1
/
+1
2021-04-22
Move `sys_common::poison` to `sync::poison`
Christiaan Dirkx
-2
/
+3
2020-07-27
mv std libs to library/
mark
-0
/
+179