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
/
mpmc
/
list.rs
Age
Commit message (
Expand
)
Author
Lines
2025-05-22
docs: fix typos
Dannyyy93
-1
/
+1
2025-04-27
use generic Atomic type where possible
Christopher Durham
-7
/
+7
2025-04-11
sync::mpsc: prevent double free on `Drop`
Petros Angelatos
-1
/
+7
2025-04-11
sync::mpsc: add miri reproducer of double free
Petros Angelatos
-0
/
+5
2024-11-18
std: allow after-main use of synchronization primitives
joboet
-1
/
+2
2024-11-07
Initialize channel `Block`s directly on the heap
Josh Stone
-4
/
+4
2024-08-31
Fixed some typos in the standard library documentation/comments
ranger-ross
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+0
2024-07-14
std: Unsafe-wrap std::sync
Jubilee Young
-17
/
+21
2024-02-29
fix typos
Ibraheem Ahmed
-3
/
+3
2024-02-29
document potential memory leak in unbounded channel
Ibraheem Ahmed
-0
/
+3
2024-02-26
fix race between block initialization and receiver disconnection
Ibraheem Ahmed
-2
/
+2
2023-04-08
sync::mpsc: synchronize receiver disconnect with initialization
Petros Angelatos
-0
/
+12
2023-01-11
rework and document backoff behavior of `sync::mpsc`
Ibraheem Ahmed
-8
/
+8
2022-11-09
tidy
Ibraheem Ahmed
-1
/
+1
2022-11-09
`sync::mpsc`: reload state after spinning on CAS failure
Ibraheem Ahmed
-5
/
+5
2022-11-09
remove extra spinning from `mpsc::Receiver::recv`
Ibraheem Ahmed
-13
/
+3
2022-11-09
initial port of crossbeam-channel
Ibraheem Ahmed
-0
/
+648