about summary refs log tree commit diff
path: root/src/libstd/sync/mpsc/select.rs
AgeCommit message (Expand)AuthorLines
2015-01-21rollup merge of #21444: petrochenkov/nullAlex Crichton-7/+7
2015-01-20Register snapshot for 9006c3cFlavio Percoco-27/+0
2015-01-19Replace `0 as *const/mut T` with `ptr::null/null_mut()`we-8/+9
2015-01-16Don't use NoSend/NoSync in libstdFlavio Percoco-0/+28
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07markers -> markerNick Cameron-3/+3
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-3/+3
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-03std: fix falloutJorge Aparicio-1/+3
2015-01-02Rollup test fixes and rebase conflictsAlex Crichton-1/+0
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-0/+747