summary refs log tree commit diff
path: root/src/libstd/sync/mod.rs
AgeCommit message (Expand)AuthorLines
2016-07-12std: Clean out deprecated APIsAlex Crichton-11/+3
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-0/+4
2016-05-11Export OnceState from libstdAmanieu d'Antras-1/+1
2016-03-12std: Clean out deprecated APIsAlex Crichton-4/+0
2016-03-04End stdlib module summaries with a full stop.Steve Klabnik-1/+1
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-0/+1
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+11
2015-08-22Auto merge of #27871 - alexcrichton:stabilize-libcore, r=aturonbors-1/+1
2015-08-19Turn TimedOut into a BarrierWaitResult style opaque typeSteven Fackler-1/+1
2015-08-19Make Condvar::wait_timeout return an enum instead of a boolSteven Fackler-1/+1
2015-08-17core: Move `atomic` into a new `sync` moduleAlex Crichton-1/+1
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-4/+0
2015-06-17More test fixes and fallout of stability changesAlex Crichton-0/+1
2015-04-08Implement reentrant mutexes and make stdio use themSimonas Kazlauskas-7/+6
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-3/+0
2015-02-25allow(deprecated) for TaskPool (fixup #22783)Manish Goregaokar-0/+1
2015-01-23grandfathered -> rust1Brian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
2015-01-05rollup merge of #20565: alexcrichton/missing-stabilityAlex Crichton-1/+1
2015-01-05rollup merge of #20519: ville-h/rwlock-renameAlex Crichton-2/+2
2015-01-04std: Fix missing stability in syncAlex Crichton-1/+1
2015-01-04fix code referencing RwLockWriteGuardville-h-1/+1
2015-01-04fix code referencing RwLockReadGuardville-h-1/+1
2015-01-04fix code and comments referencing RW_LOCK_INITville-h-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-1/+1
2015-01-04fix code and comments referencing StaticRwLockville-h-1/+1
2015-01-04fix code and comments referencing RwLockville-h-1/+1
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-1/+1
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-0/+2
2015-01-01std: Second pass stabilization of syncAlex Crichton-1/+1
2014-12-29std: Stabilization pass for mutex/rwlock/condvarAlex Crichton-12/+2
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-0/+2
2014-12-29std: Return Result from RWLock/Mutex methodsAlex Crichton-2/+13
2014-12-05std: Rewrite the `sync` moduleAlex Crichton-29/+15
2014-11-24Merge libsync into libstdAaron Turon-7/+31
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-3/+0
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-1/+1
2014-08-07Fix typomdinger-1/+1
2014-08-04stabilize atomics (now atomic)Aaron Turon-1/+7
2014-06-30libstd: set baseline stability levels.Aaron Turon-0/+2
2014-06-11sync: Move underneath libstdAlex Crichton-5/+11
2014-05-19std: Remove UnsafeArcAlex Crichton-1/+0
2014-03-23Register new snapshotsFlavio Percoco-4/+0
2014-03-20std: Make atomics immutable. #11583Brian Anderson-0/+4
2013-12-24std: Introduce std::syncAlex Crichton-0/+23