about summary refs log tree commit diff
path: root/src/libstd/sync/mpsc/mpsc_queue.rs
AgeCommit message (Expand)AuthorLines
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-3/+3
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-1/+2
2015-01-23grandfathered -> rust1Brian Anderson-1/+1
2015-01-23Set unstable feature names appropriatelyBrian Anderson-1/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-2/+2
2015-01-19Replace `0 as *const/mut T` with `ptr::null/null_mut()`we-1/+2
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-06Fallout from stabilizationAaron Turon-1/+1
2015-01-05Stabilization of impls and fallout from stabilizationAaron Turon-0/+1
2015-01-03Remove deprecated functionalityAlex Crichton-6/+6
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-0/+205