about summary refs log tree commit diff
path: root/src/libstd/sync/mpsc
AgeCommit message (Expand)AuthorLines
2015-02-06Rollup merge of #21991 - steveklabnik:gh21915, r=huonwManish Goregaokar-1/+1
2015-02-06Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnikManish Goregaokar-1/+1
2015-02-05Mention the queueueue-ness of mpsc.Steve Klabnik-1/+1
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-1/+1
2015-02-04Fix for misspelled comments.Joseph Crail-1/+1
2015-01-30rollup merge of #21631: tbu-/isize_policeAlex Crichton-37/+37
2015-01-30std: Stabilize the std::fmt moduleAlex Crichton-3/+3
2015-01-30Remove all `i` suffixesTobias Bucher-37/+37
2015-01-29s/Show/Debug/gJorge Aparicio-3/+3
2015-01-29convert remaining `range(a, b)` to `a..b`Jorge Aparicio-10/+10
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-42/+42
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-1/+1
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-2/+2
2015-01-26Fallout of io => old_ioAlex Crichton-2/+2
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-2/+19
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-133/+46
2015-01-23grandfathered -> rust1Brian Anderson-29/+29
2015-01-23std: Relax Result::unwrap() to DebugAlex Crichton-2/+19
2015-01-23Set unstable feature names appropriatelyBrian Anderson-3/+3
2015-01-21Remove 'since' from unstable attributesBrian Anderson-3/+3
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-37/+38
2015-01-21Test fixes and rebase conflictsAlex Crichton-2/+0
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-8/+12
2015-01-21rollup merge of #21444: petrochenkov/nullAlex Crichton-18/+21
2015-01-21rollup merge of #21438: taralx/kill-racycellAlex Crichton-33/+15
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-8/+12
2015-01-20Register snapshot for 9006c3cFlavio Percoco-74/+0
2015-01-20Kill RacyCell in favor of marking SyncSender explicitly Send.JP Sugarbroad-34/+17
2015-01-19Replace `0 as *const/mut T` with `ptr::null/null_mut()`we-19/+23
2015-01-16Don't use NoSend/NoSync in libstdFlavio Percoco-0/+75
2015-01-11Rename AtomicInt and AtomicUintSteven Fackler-25/+25
2015-01-08Improvements to feature stagingBrian Anderson-3/+3
2015-01-07fix the `&mut _` patternsJorge Aparicio-3/+3
2015-01-06More test fixesAlex Crichton-1/+1
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-35/+35
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-4/+4
2015-01-07markers -> markerNick Cameron-8/+8
2015-01-06Fallout from stabilizationAaron Turon-35/+35
2015-01-07Replace full slice notation with index callsNick Cameron-1/+2
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-8/+8
2015-01-05Revert "Remove i suffix in docs"Alex Crichton-692/+721
2015-01-05rollup merge of #20565: alexcrichton/missing-stabilityAlex Crichton-2/+4
2015-01-05rollup merge of #20560: aturon/stab-2-iter-ops-sliceAlex Crichton-3/+9
2015-01-05Remove i suffix in docsSteve Klabnik-725/+695
2015-01-05Stabilization of impls and fallout from stabilizationAaron Turon-1/+5
2015-01-04std: Fix missing stability in syncAlex Crichton-0/+3
2015-01-04Merge pull request #20510 from tshepang/patch-6bors-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-128/+131
2015-01-04doc: remove incomplete sentenceTshepang Lekhonkhobe-1/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-7/+7