about summary refs log tree commit diff
path: root/src/libstd/sync/rwlock.rs
AgeCommit message (Expand)AuthorLines
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
2016-01-30Change MutexGuard and RwLockWriteGuard to store &mut T not &UnsafeCell<T>Jonathan Reem-20/+27
2016-01-29Add guard map methods for transforming guards to contain sub-borrows.Jonathan Reem-4/+86
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-2/+2
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+4
2015-10-16Add `Shared` pointer and have `{Arc, Rc}` use itAndrew Paseltiner-0/+1
2015-10-15std: add into_inner and get_mut to RwLockCristi Cobzarenco-0/+118
2015-09-20Miscellaneous cleanup for old issues.Lee Jeffery-12/+11
2015-08-15std: Add issues to all unstable featuresAlex Crichton-3/+6
2015-07-27Show appropriate feature flags in docsSteve Klabnik-1/+2
2015-06-17std: Stabilize the sync_poison featureAlex Crichton-1/+1
2015-06-17std: Split the `std_misc` featureAlex Crichton-16/+6