about summary refs log tree commit diff
path: root/src/libstd/sync
AgeCommit message (Expand)AuthorLines
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-6/+6
2015-04-23Auto merge of #24633 - rapha:master, r=alexcrichtonbors-0/+57
2015-04-24Implement IntoIterator for ReceiverRaphael Speyer-0/+57
2015-04-23Indicate trait names in doc-comment are code-likeCorey Farwell-1/+1
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-8/+0
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-27/+27
2015-04-09Indicate keyword in doc comment is code-likeCorey Farwell-2/+2
2015-04-08Auto merge of #24029 - nagisa:print-locking, r=alexcrichtonbors-202/+14
2015-04-08Implement reentrant mutexes and make stdio use themSimonas Kazlauskas-202/+14
2015-04-07Remove another invalid exampleŁukasz Niemier-26/+0
2015-04-07Remove incorrect example from docsŁukasz Niemier-26/+0
2015-04-01Test fixes and rebase conflicts, round 2Alex Crichton-22/+22
2015-04-01rollup merge of #23176: huonw/rm-boundsAlex Crichton-34/+36
2015-04-01rollup merge of #23949: aturon/stab-timeoutAlex Crichton-19/+31
2015-04-01Stabilize basic timeout functionalityAaron Turon-19/+31
2015-04-01Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an aliasNiko Matsakis-2/+3
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-226/+0
2015-03-31rollup merge of #23879: seanmonstar/del-from-errorAlex Crichton-3/+3
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-226/+0
2015-03-31Indicate select! is code-likeCorey Farwell-1/+1
2015-03-30convert: remove FromError, use From<E> insteadSean McArthur-3/+3
2015-03-28Rollup merge of #23803 - richo:unused-braces, r=ManishearthManish Goregaokar-1/+1
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-8/+8
2015-03-24Reject specialized Drop impls.Felix S. Klock II-1/+1
2015-03-24Added `T:Send` bound to `Queue<T>` to avoid specialized `Drop` impl.Felix S. Klock II-1/+1
2015-03-24Added `T:Send` bound to `Packet<T>` to avoid specialized `Drop` impl.Felix S. Klock II-2/+2
2015-03-24added `T:Send` bound to `Mutex<T>` to avoid specialized Drop impl.Felix S. Klock II-1/+1
2015-03-24Added `T:Send` bound to `Queue<T>` to avoid specialized Drop impl.Felix S. Klock II-2/+2
2015-03-24Added `T:Send` bound to `sync::mpsc::Receiver` and `sync::mpsc::Sender`.Felix S. Klock II-16/+16
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+11
2015-03-23rollup merge of #23541: aturon/stab-errorAlex Crichton-6/+6
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+11
2015-03-23Stabilize the Error traitAaron Turon-6/+6
2015-03-21Fix documentation for std::sync::mutex: into_guard -> into_innerBarosl Lee-2/+2
2015-03-20don't use Result::ok just to be able to use unwrap/unwrap_orOliver Schneider-1/+1
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-6/+6
2015-03-11Example -> ExamplesSteve Klabnik-11/+11
2015-03-10Rollup merge of #23125 - danburkert:master, r=brsonManish Goregaokar-0/+63
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-3/+3
2015-03-08Remove unneeded `Send` bounds from `std::sync::mpsc`.Huon Wilson-29/+29
2015-03-08Remove unneeded `Send`/`Sync` bounds from `Mutex`/`RwLock`.Huon Wilson-5/+7
2015-03-06Implement std::error::Error for std::sync::mpsc error typesDan Burkert-0/+63
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-6/+6
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-9/+9
2015-02-27Rollup merge of #22803 - huonw:field-stability, r=alexcrichtonManish Goregaokar-1/+1
2015-02-27Auto merge of #22573 - nwin:impl-debug-rwlock-weak, r=Manishearthbors-0/+28
2015-02-27Add some missing stability attributes on struct fields.Huon Wilson-1/+1
2015-02-26Implement `Debug` for `RwLock`, `arc::Weak` and `Mutex`nwin-0/+28
2015-02-25allow(deprecated) for TaskPool (fixup #22783)Manish Goregaokar-0/+3