about summary refs log tree commit diff
path: root/src/libstd/sync/mutex.rs
AgeCommit message (Expand)AuthorLines
2020-03-06Don't redundantly repeat field names (clippy::redundant_field_names)Matthias Krüger-1/+1
2019-12-22Format the worldMark Rousskov-27/+35
2019-12-06get rid of __ in field namesRalf Jung-12/+10
2019-05-04Fix intra-doc link resolution failure on re-exporting libstdTaiki Endo-0/+2
2019-03-31libstd: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-6/+8
2019-02-28libstd => 2018Taiki Endo-11/+11
2019-02-20Rollup merge of #58553 - scottmcm:more-ihle, r=Centrilkennytm-7/+7
2019-02-17Use more impl header lifetime elisionScott McMurray-7/+7
2019-02-10libs: doc commentsAlexander Regueiro-1/+1
2019-01-17Simplify Debug implementation of MutexGuard.Mara Bos-7/+1
2019-01-17Make MutexGuard's Debug implementation more useful.Mara Bos-3/+7
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-16Replace data.clone() by Arc::clone(&data) in mutex doc.Benoît C-1/+1
2018-09-06Fix invalid urlsGuillaume Gomez-2/+0
2018-06-17libstd: add an RAII utility for sys_common::mutex::MutexNODA, Kai-2/+2
2018-05-07Add explanation for #[must_use] on mutex guardsManish Goregaokar-1/+1
2017-12-27Correct a few stability attributesOliver Middleton-1/+1
2017-11-18impl From<T> for Mutex<T>Eduardo Pinho-0/+11
2017-10-10Rollup merge of #44775 - MaloJaffre:debug-struct, r=sfacklerkennytm-3/+10
2017-10-09Refactor to use `debug_struct` in several Debug implsMalo Jaffré-3/+10
2017-10-04Add missing urls for MutexGuillaume Gomez-7/+17
2017-07-10Correct some stability attributesOliver Middleton-1/+1
2017-06-22Ensure Guard types impl Display & DebugChris MacNaughton-0/+7
2017-05-20Correct some stability versionsOliver Middleton-2/+2
2017-04-29need to pick a new feature nameRalf Jung-1/+1
2017-04-29MutexGuard<T> may be Sync only if T is SyncRalf Jung-5/+3
2017-04-09Minor fix to mutex exampleGeoffry Song-1/+1
2017-04-03Fix mutex's docs inconsistencyGuillaume Gomez-7/+7
2017-03-19Rollup merge of #40611 - ScottAbbey:patch-1, r=GuillaumeGomezCorey Farwell-1/+1
2017-03-17Fix typo in mutex.rs docsScottAbbey-1/+1
2017-03-13Remove function invokation parens from documentation links.Corey Farwell-3/+3
2017-02-23Add missing urls in MutexGuard docsGuillaume Gomez-1/+3
2017-01-29Fix a few impl stability attributesOliver Middleton-1/+1
2017-01-10Add missing doc examples for MutexGuillaume Gomez-1/+79
2016-12-28Replace uses of `#[unsafe_destructor_blind_to_params]` with `#[may_dangle]`Andrew Paseltiner-2/+1
2016-12-18Implement `fmt::Debug` for all structures in libstd.Corey Farwell-0/+9
2016-11-25Document how the `MutexGuard` structure is created.Corey Farwell-1/+8
2016-09-30Ignore various entire test modules on emscriptenBrian Anderson-9/+1
2016-09-30Ignore lots and lots of std tests on emscriptenBrian Anderson-0/+8
2016-09-11Documentation of what does for each typeathulappadan-0/+1
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-4/+0
2016-07-12std: Clean out deprecated APIsAlex Crichton-173/+46
2016-06-03Auto merge of #33861 - Amanieu:lock_elision_fix, r=alexcrichtonbors-1/+5
2016-06-02Fix undefined behavior when re-locking a mutex from the same threadAmanieu d'Antras-1/+5
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-1/+27
2016-04-22doc: that line was too longTshepang Lekhonkhobe-2/+2
2016-04-17Add a comment about locking a `Mutex` multiple timesTobias Bucher-0/+9
2016-04-15Implement `Default` for more types in the standard libraryTobias Bucher-0/+7
2016-03-22try! -> ?Jorge Aparicio-2/+2
2016-02-08std: `_lock` -> `_guard` in Mutex exampleBenjamin Herr-1/+1