about summary refs log tree commit diff
path: root/src/libstd/sync/mpsc/sync.rs
AgeCommit message (Expand)AuthorLines
2015-04-01Test fixes and rebase conflicts, round 2Alex Crichton-1/+1
2015-04-01rollup merge of #23176: huonw/rm-boundsAlex Crichton-6/+6
2015-03-24Added `T:Send` bound to `Packet<T>` to avoid specialized `Drop` impl.Felix S. Klock II-1/+1
2015-03-08Remove unneeded `Send` bounds from `std::sync::mpsc`.Huon Wilson-6/+6
2015-02-23int audit - std::syncNick Cameron-6/+6
2015-02-21Remove `'static` bound from sync::mpsc, Mutex and RwLock.Huon Wilson-6/+6
2015-02-18Update the libraries to reflect Send loosing the 'static bound.Huon Wilson-6/+6
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-1/+1
2015-01-19Replace `0 as *const/mut T` with `ptr::null/null_mut()`we-8/+9
2015-01-11Rename AtomicInt and AtomicUintSteven Fackler-3/+3
2015-01-07Replace full slice notation with index callsNick Cameron-1/+2
2015-01-03Remove deprecated functionalityAlex Crichton-6/+7
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-2/+2
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-0/+483
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-0/+483