about summary refs log tree commit diff
path: root/src/libstd/sync/mpsc/blocking.rs
AgeCommit message (Expand)AuthorLines
2019-11-29Format libstd with rustfmtDavid Tolnay-12/+5
2019-02-28libstd => 2018Taiki Endo-5/+5
2019-02-10libs: doc commentsAlexander Regueiro-3/+3
2018-12-25Remove licensesMark Rousskov-10/+0
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-1/+1
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-2/+0
2016-06-22std: sync: Implement recv_timeout()Emilio Cobos Álvarez-1/+13
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-2/+2
2015-02-23int audit - std::syncNick Cameron-4/+4
2015-02-17Fallout from stabilizationAaron Turon-3/+3
2015-01-20Register snapshot for 9006c3cFlavio Percoco-30/+0
2015-01-16Don't use NoSend/NoSync in libstdFlavio Percoco-0/+29
2015-01-07markers -> markerNick Cameron-2/+2
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-2/+2
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-2/+2
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-0/+87