about summary refs log tree commit diff
path: root/src/libstd/sync
AgeCommit message (Expand)AuthorLines
2015-07-01Expand docs for recvSteve Klabnik-0/+42
2015-06-17More test fixes and fallout of stability changesAlex Crichton-10/+8
2015-06-17std: Deprecate the `future` featureAlex Crichton-0/+4
2015-06-17std: Stabilize the `once_new` featureAlex Crichton-1/+1
2015-06-17std: Stabilize the sync_poison featureAlex Crichton-2/+2
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-2/+4
2015-06-17std: Split the `std_misc` featureAlex Crichton-39/+18
2015-06-03Add priority policy to RWLock API Documentationwebmobster-0/+4
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-50/+77
2015-05-25Remove unsafe block around boxed::into_raw() as it is now safeMichael Layzell-6/+4
2015-05-14Auto merge of #24920 - alexcrichton:duration, r=aturonbors-19/+63
2015-05-13std: Redesign Duration, implementing RFC 1040Alex Crichton-19/+63
2015-05-13RebasingNick Cameron-22/+24
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-47/+47
2015-05-06Auto merge of #24392 - seanmonstar:lint-transmute-mut, r=alexcrichtonbors-11/+19
2015-05-06Update documentation for RwLock::try_{read,write}.John Gallagher-10/+17
2015-05-06Make RwLock::try_write try to obtain a write lockJohn Gallagher-2/+19
2015-05-05std: update select internals to not use mutable transmutingSean McArthur-11/+19
2015-05-02Make `UnsafeCell`, `RefCell`, `Mutex`, and `RwLock` accept DSTsP1start-34/+63
2015-04-30Add downcasting to std::error::ErrorAaron Turon-3/+3
2015-04-29rollup merge of #24908: inrustwetrust/once_memory_orderingAlex Crichton-1/+5
2015-04-28Register new snapshotsTamir Duberstein-17/+0
2015-04-28Clarify Once::call_once memory ordering guarantees in docsinrustwetrust-1/+5
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