about summary refs log tree commit diff
path: root/src/libstd/sync/mod.rs
AgeCommit message (Expand)AuthorLines
2019-02-28libstd => 2018Taiki Endo-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-10-23fix typos in various placesMatthias Krüger-1/+1
2018-10-05Address review commentsGabriel Majeri-43/+67
2018-09-28Rewrite section on concurrencyGabriel Majeri-4/+5
2018-09-28Fix broken linksGabriel Majeri-5/+7
2018-09-27Address review commentsGabriel Majeri-14/+15
2018-09-27Make example code use global variablesGabriel Majeri-13/+14
2018-09-27Expand the documentation for the std::sync moduleGabriel Majeri-4/+119
2018-06-29Rename alloc::arc to alloc::sync, to match std::syncSimon Sapin-1/+1
2018-04-12Import the `alloc` crate as `alloc_crate` in stdSimon Sapin-1/+1
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