about summary refs log tree commit diff
path: root/src/libstd/sync/barrier.rs
AgeCommit message (Expand)AuthorLines
2020-01-08Use matches macro in libcore and libstdIgor Aleksanov-4/+1
2019-11-29Format libstd with rustfmtDavid Tolnay-13/+9
2019-03-31libstd: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-2/+2
2019-02-28libstd => 2018Taiki Endo-5/+5
2019-02-10libs: doc commentsAlexander Regueiro-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2017-08-08Use explicit wrapping_add to prevent potential unexpected behavior on debug b...Stefan Schindler-1/+1
2017-03-31Updating the description for BarrierWaitResult #29377projektir-5/+4
2017-03-13Remove function invokation parens from documentation links.Corey Farwell-2/+2
2017-02-21Add missing urls and examples into Barrier structsGuillaume Gomez-7/+69
2017-01-29Fix a few impl stability attributesOliver Middleton-2/+2
2016-12-18Implement `fmt::Debug` for all structures in libstd.Corey Farwell-0/+17
2016-09-30Ignore lots and lots of std tests on emscriptenBrian Anderson-0/+1
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-2/+0
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