about summary refs log tree commit diff
path: root/src/libstd/sync/rwlock.rs
AgeCommit message (Expand)AuthorLines
2020-03-06Don't redundantly repeat field names (clippy::redundant_field_names)Matthias Krüger-5/+2
2019-12-26Convert collapsed to shortcut reference linksMatthew Kraai-1/+1
2019-12-22Format the worldMark Rousskov-34/+36
2019-12-06get rid of __ in field namesRalf Jung-14/+14
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-10/+12
2019-02-28libstd => 2018Taiki Endo-11/+11
2019-02-20Rollup merge of #58553 - scottmcm:more-ihle, r=Centrilkennytm-13/+13
2019-02-17Use more impl header lifetime elisionScott McMurray-13/+13
2019-02-10libs: doc commentsAlexander Regueiro-1/+1
2019-02-10tests: doc commentsAlexander Regueiro-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-06Fix invalid urlsGuillaume Gomez-2/+0
2018-09-04Breaking change upgradesMark Rousskov-1/+1
2018-05-07Add explanation for #[must_use] on mutex guardsManish Goregaokar-2/+2
2018-02-17fix more typos found by codespell.Matthias Krüger-2/+2
2018-01-10fix typo rwlock.rsBulat Musin-1/+1
2017-12-27Correct a few stability attributesOliver Middleton-1/+1
2017-11-18impl From<T> for RwLock<T>Eduardo Pinho-0/+11
2017-11-08std: Remove `rand` crate and moduleAlex Crichton-3/+1
2017-11-01RwLock guards are Sync if T isRalf Jung-3/+8
2017-10-13remove the `T: Sync` requirement for `RwLock<T>: Send`Jack O'Connor-1/+1
2017-10-09Refactor to use `debug_struct` in several Debug implsMalo Jaffré-3/+10
2017-09-22std::sync::RwLock docs improvementLucas Morales-13/+120
2017-07-10Correct some stability attributesOliver Middleton-2/+2
2017-06-22Ensure Guard types impl Display & DebugChris MacNaughton-0/+14
2017-05-20Correct some stability versionsOliver Middleton-1/+1
2017-03-13Remove function invokation parens from documentation links.Corey Farwell-6/+6
2017-01-29Fix a few impl stability attributesOliver Middleton-2/+2
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/+18
2016-11-25Document how the `RwLockWriteGuard` structure is created.Corey Farwell-0/+7
2016-11-25Document how the `RwLockReadGuard` structure is created.Corey Farwell-0/+7
2016-10-13UpdateNabeel Omer-3/+8
2016-10-13Updated RwLock DocsNabeel Omer-0/+3
2016-09-30Ignore various entire test modules on emscriptenBrian Anderson-10/+1
2016-09-30Ignore lots and lots of std tests on emscriptenBrian Anderson-0/+9
2016-09-11Documentation of what does for each typeathulappadan-0/+1
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-6/+0
2016-07-12std: Clean out deprecated APIsAlex Crichton-200/+49
2016-05-30std: Clean out old unstable + deprecated APIsAlex Crichton-104/+1
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-1/+30
2016-05-06Indicate struct names are code-like in doc-comment.Corey Farwell-2/+2
2016-04-15Implement `Default` for more types in the standard libraryTobias Bucher-0/+7
2016-03-22try! -> ?Jorge Aparicio-4/+4
2016-02-29std: Stabilize APIs for the 1.8 releaseAlex Crichton-0/+8
2016-02-05Fix RwLock*Guard::map to not allow escaping a reference to the data.Jonathan Reem-4/+6
2016-02-03Auto merge of #30834 - reem:rwlock-read-guard-map, r=alexcrichtonbors-35/+143
2016-02-02Add issue number to guard map methods.Jonathan Reem-31/+50
2016-02-01docs: Standardize on 'Errors' header in std docsKamal Marhubi-6/+6