about summary refs log tree commit diff
path: root/library/std/src/sync/mpsc/shared.rs
AgeCommit message (Expand)AuthorLines
2022-11-09implement `sync::mpsc` as a wrapper around `sync::mpmc`Ibraheem Ahmed-501/+0
2022-04-08Remove ptr-int transmute in std::sync::mpscBen Kimock-15/+16
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-1/+1
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
2020-12-22Migrate standard library away from compare_and_swapLinus Färnstrand-2/+9
2020-07-27mv std libs to library/mark-0/+489