summary refs log tree commit diff
path: root/src/libstd/sync/condvar.rs
AgeCommit message (Expand)AuthorLines
2016-07-12std: Clean out deprecated APIsAlex Crichton-296/+72
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-0/+24
2016-04-15Implement `Default` for more types in the standard libraryTobias Bucher-0/+7
2016-03-12std: Clean out deprecated APIsAlex Crichton-49/+4
2016-02-29std: Stabilize APIs for the 1.8 releaseAlex Crichton-0/+3
2016-02-01docs: Standardize on 'Errors' header in std docsKamal Marhubi-1/+1
2015-12-29Fix warnings when compiling stdlib with --testFlorian Hahn-3/+3
2015-11-20Rename #[deprecated] to #[rustc_deprecated]Vadim Petrochenkov-2/+3
2015-11-19std: Add Instant and SystemTime to std::timeAlex Crichton-5/+3
2015-11-09std: Migrate to the new libcAlex Crichton-1/+1
2015-11-04Deprecate `_ms` functions that predate the `Duration` APIBen Striegel-0/+3
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-4/+3
2015-08-19Add issue numbersSteven Fackler-1/+2
2015-08-19Turn TimedOut into a BarrierWaitResult style opaque typeSteven Fackler-37/+24
2015-08-19Add `TimedOut::timed_out`Steven Fackler-1/+8
2015-08-19Make Condvar::wait_timeout return an enum instead of a boolSteven Fackler-18/+44
2015-08-15std: Add issues to all unstable featuresAlex Crichton-12/+24
2015-07-27Show appropriate feature flags in docsSteve Klabnik-1/+2
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-20/+27
2015-05-13std: Redesign Duration, implementing RFC 1040Alex Crichton-19/+63
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-8/+0
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-11/+11
2015-04-08Implement reentrant mutexes and make stdio use themSimonas Kazlauskas-3/+3
2015-04-01Stabilize basic timeout functionalityAaron Turon-19/+31
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+1
2015-03-11Example -> ExamplesSteve Klabnik-2/+2
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-1/+1
2015-02-25Rollup merge of #22596 - alexcrichton:fix-some-impls, r=huonwManish Goregaokar-6/+0
2015-02-23int audit - std::syncNick Cameron-2/+2
2015-02-20std: Tidy up some `unsafe impl`s for `sync`Alex Crichton-6/+0
2015-02-17Fallout from stabilizationAaron Turon-8/+8
2015-02-06sync: Expose PoisonError::newKeegan McAllister-6/+6
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-2/+2
2015-01-23grandfathered -> rust1Brian Anderson-6/+6
2015-01-23Set unstable feature names appropriatelyBrian Anderson-10/+10
2015-01-21Remove 'since' from unstable attributesBrian Anderson-10/+10
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-16/+24
2015-01-19Fix flaky condvar testSteven Fackler-4/+5
2015-01-17auto merge of #21132 : sfackler/rust/wait_timeout, r=alexcrichtonbors-10/+113
2015-01-16Rewrite Condvar::wait_timeout and make it publicSteven Fackler-10/+113
2015-01-15Fix sync::condvar::Condvar::notify_one docsFenhl-1/+1
2015-01-11Rename AtomicInt and AtomicUintSteven Fackler-4/+4
2015-01-06Fallout from stabilizationAaron Turon-2/+2
2015-01-05Stabilization of impls and fallout from stabilizationAaron Turon-0/+1
2015-01-03Remove deprecated functionalityAlex Crichton-3/+3
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-2/+2
2015-01-02Rollup test fixes and rebase conflictsAlex Crichton-2/+2
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-1/+1
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-5/+5
2015-01-02std: Stabilize the prelude moduleAlex Crichton-10/+11