about summary refs log tree commit diff
path: root/src/libstd/sync/mpsc/oneshot.rs
AgeCommit message (Expand)AuthorLines
2015-03-24Added `T:Send` bound to `sync::mpsc::Receiver` and `sync::mpsc::Sender`.Felix S. Klock II-4/+4
2015-02-23int audit - std::syncNick Cameron-15/+15
2015-02-21Remove `'static` bound from sync::mpsc, Mutex and RwLock.Huon Wilson-2/+2
2015-02-18Update the libraries to reflect Send loosing the 'static bound.Huon Wilson-2/+2
2015-02-04Fix for misspelled comments.Joseph Crail-1/+1
2015-01-11Rename AtomicInt and AtomicUintSteven Fackler-3/+3
2015-01-03Remove deprecated functionalityAlex Crichton-17/+17
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-0/+375