about summary refs log tree commit diff
path: root/library/std/src/sync/mpsc
AgeCommit message (Expand)AuthorLines
2025-01-26Move std::sync unit tests to integration testsbjorn3-2637/+0
2024-11-10split up the first paragraph of doc comments for better summariesbinarycat-0/+2
2024-09-29Fix std tests for wasm32-wasip2 targetNicola Krumschmidt-2/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-6/+3
2024-06-18Replace `move||` with `move ||` in `compiler/` and `library/`Vonr-5/+5
2023-12-10remove redundant importssurechen-2/+0
2023-08-18Remove Drop impl of mpsc Receiver and (Sync)SenderBen Schulz-15/+0
2023-08-12Update Sender documentation for SyncGurinder Singh-3/+2
2023-07-12Replace version placeholder to 1.72Mark Rousskov-1/+1
2023-06-10implement `Sync` for `mpsc::Sender`Ibraheem Ahmed-2/+2
2023-05-03Remove unnecessary Send boundGil Shoshan-2/+2
2023-02-17std: add regression test for #107466joboet-0/+13
2023-01-10add `SyncSender::send_timeout` testIbraheem Ahmed-0/+17
2022-12-04remove no-op 'let _ = 'Ralf Jung-9/+3
2022-11-14avoid memory leak in mpsc testRalf Jung-2/+3
2022-11-09remove mention of rust-lang#39364 from mpsc docsIbraheem Ahmed-28/+0
2022-11-09add test case for rust-lang#39364Ibraheem Ahmed-0/+14
2022-11-09implement `sync::mpsc` as a wrapper around `sync::mpmc`Ibraheem Ahmed-2798/+24
2022-11-08clarify licensing situation of mpsc and spsc queuePietro Albini-2/+17
2022-10-25more dupe typos againRageking8-1/+1
2022-08-18make many std tests work in MiriRalf Jung-17/+23
2022-06-01use 128 cache align for m1 macyifei-1/+2
2022-05-29Use Box::new() instead of box syntax in std testsest31-17/+17
2022-04-08Remove ptr-int transmute in std::sync::mpscBen Kimock-49/+50
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-11/+11
2022-01-03Make `Receiver::into_iter` into a clickable linkzohnannor-1/+2
2021-10-30Add #[must_use] to remaining std functions (O-Z)John Kugelman-0/+2
2021-10-26Remove redundant AlignerTony Yang-5/+2
2021-09-22Update library/std/src/sync/mpsc/shared.rsMara Bos-1/+1
2021-09-05rust fmtlovasoa-1/+5
2021-09-03Add a better error message for #39364Ophir LOJKINE-1/+1
2021-07-29Fix may not to appropriate might not or must notAli Malik-3/+3
2021-06-23Use HTTPS links where possibleSmitty-3/+3
2021-06-15Rollup merge of #80269 - pickfire:patch-4, r=joshtriplettYuki Okushi-7/+46
2021-06-12Explain non-dropped sender recv in docsIvan Tham-7/+46
2021-04-21Replace all `fmt.pad` with `debug_struct`Christiaan Dirkx-1/+1
2021-03-27Use DebugStruct::finish_non_exhaustive() in std.Mara Bos-3/+3
2021-03-01Add diagnostic itemsCameron Steffen-0/+1
2020-12-22Migrate standard library away from compare_and_swapLinus Färnstrand-9/+31
2020-11-07Convert a bunch of intra-doc linksCamelid-3/+0
2020-09-21Applied review commentsErik Hofmayer-0/+6
2020-09-20Documented From impls in std/sync/mpsc/mod.rsErik Hofmayer-0/+9
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-1517/+1513
2020-08-22Use intra-doc-links in `std::sync::*`LeSeulArtichaut-86/+22
2020-07-27mv std libs to library/mark-0/+5386