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
/
mpsc
Age
Commit message (
Expand
)
Author
Lines
2025-01-26
Move std::sync unit tests to integration tests
bjorn3
-2637
/
+0
2024-11-10
split up the first paragraph of doc comments for better summaries
binarycat
-0
/
+2
2024-09-29
Fix std tests for wasm32-wasip2 target
Nicola Krumschmidt
-2
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-6
/
+3
2024-06-18
Replace `move||` with `move ||` in `compiler/` and `library/`
Vonr
-5
/
+5
2023-12-10
remove redundant imports
surechen
-2
/
+0
2023-08-18
Remove Drop impl of mpsc Receiver and (Sync)Sender
Ben Schulz
-15
/
+0
2023-08-12
Update Sender documentation for Sync
Gurinder Singh
-3
/
+2
2023-07-12
Replace version placeholder to 1.72
Mark Rousskov
-1
/
+1
2023-06-10
implement `Sync` for `mpsc::Sender`
Ibraheem Ahmed
-2
/
+2
2023-05-03
Remove unnecessary Send bound
Gil Shoshan
-2
/
+2
2023-02-17
std: add regression test for #107466
joboet
-0
/
+13
2023-01-10
add `SyncSender::send_timeout` test
Ibraheem Ahmed
-0
/
+17
2022-12-04
remove no-op 'let _ = '
Ralf Jung
-9
/
+3
2022-11-14
avoid memory leak in mpsc test
Ralf Jung
-2
/
+3
2022-11-09
remove mention of rust-lang#39364 from mpsc docs
Ibraheem Ahmed
-28
/
+0
2022-11-09
add test case for rust-lang#39364
Ibraheem Ahmed
-0
/
+14
2022-11-09
implement `sync::mpsc` as a wrapper around `sync::mpmc`
Ibraheem Ahmed
-2798
/
+24
2022-11-08
clarify licensing situation of mpsc and spsc queue
Pietro Albini
-2
/
+17
2022-10-25
more dupe typos again
Rageking8
-1
/
+1
2022-08-18
make many std tests work in Miri
Ralf Jung
-17
/
+23
2022-06-01
use 128 cache align for m1 mac
yifei
-1
/
+2
2022-05-29
Use Box::new() instead of box syntax in std tests
est31
-17
/
+17
2022-04-08
Remove ptr-int transmute in std::sync::mpsc
Ben Kimock
-49
/
+50
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-11
/
+11
2022-01-03
Make `Receiver::into_iter` into a clickable link
zohnannor
-1
/
+2
2021-10-30
Add #[must_use] to remaining std functions (O-Z)
John Kugelman
-0
/
+2
2021-10-26
Remove redundant Aligner
Tony Yang
-5
/
+2
2021-09-22
Update library/std/src/sync/mpsc/shared.rs
Mara Bos
-1
/
+1
2021-09-05
rust fmt
lovasoa
-1
/
+5
2021-09-03
Add a better error message for #39364
Ophir LOJKINE
-1
/
+1
2021-07-29
Fix may not to appropriate might not or must not
Ali Malik
-3
/
+3
2021-06-23
Use HTTPS links where possible
Smitty
-3
/
+3
2021-06-15
Rollup merge of #80269 - pickfire:patch-4, r=joshtriplett
Yuki Okushi
-7
/
+46
2021-06-12
Explain non-dropped sender recv in docs
Ivan Tham
-7
/
+46
2021-04-21
Replace all `fmt.pad` with `debug_struct`
Christiaan Dirkx
-1
/
+1
2021-03-27
Use DebugStruct::finish_non_exhaustive() in std.
Mara Bos
-3
/
+3
2021-03-01
Add diagnostic items
Cameron Steffen
-0
/
+1
2020-12-22
Migrate standard library away from compare_and_swap
Linus Färnstrand
-9
/
+31
2020-11-07
Convert a bunch of intra-doc links
Camelid
-3
/
+0
2020-09-21
Applied review comments
Erik Hofmayer
-0
/
+6
2020-09-20
Documented From impls in std/sync/mpsc/mod.rs
Erik Hofmayer
-0
/
+9
2020-08-31
std: move "mod tests/benches" to separate files
Lzu Tao
-1517
/
+1513
2020-08-22
Use intra-doc-links in `std::sync::*`
LeSeulArtichaut
-86
/
+22
2020-07-27
mv std libs to library/
mark
-0
/
+5386