summary refs log tree commit diff
path: root/src/libstd/sync/barrier.rs
AgeCommit message (Expand)AuthorLines
2016-05-06Fix Typo in Barrier::wait documentationChristopher Serr-1/+1
2016-03-26Fix missing console output in `Barrier` exampleAndreas Linz-2/+7
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+1
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-2/+2
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-3/+3
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-1/+1
2015-02-23int audit - std::syncNick Cameron-5/+5
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-3/+3
2015-02-17Fallout from stabilizationAaron Turon-4/+4
2015-02-03Switch missing_copy_implementations to default-allowSteven Fackler-1/+0
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-3/+3
2015-01-23grandfathered -> rust1Brian Anderson-4/+4
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-4/+4
2015-01-06Fallout from stabilizationAaron Turon-2/+2
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-14/+39
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-4/+4
2015-01-02std: Stabilize the prelude moduleAlex Crichton-4/+5
2015-01-01std: Second pass stabilization of syncAlex Crichton-15/+40
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-4/+4
2014-12-29std: Return Result from RWLock/Mutex methodsAlex Crichton-2/+2
2014-12-29std: Stabilize the prelude moduleAlex Crichton-4/+5
2014-12-26Make Barrier and Condvar Sync/SendFlavio Percoco-0/+7
2014-12-18Revise std::thread API to join by defaultAaron Turon-2/+3
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-2/+2
2014-12-05std: Rewrite the `sync` moduleAlex Crichton-0/+116