index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
sync
/
rwlock.rs
Age
Commit message (
Expand
)
Author
Lines
2019-05-04
Fix intra-doc link resolution failure on re-exporting libstd
Taiki Endo
-0
/
+2
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-10
/
+12
2019-02-28
libstd => 2018
Taiki Endo
-11
/
+11
2019-02-20
Rollup merge of #58553 - scottmcm:more-ihle, r=Centril
kennytm
-13
/
+13
2019-02-17
Use more impl header lifetime elision
Scott McMurray
-13
/
+13
2019-02-10
libs: doc comments
Alexander Regueiro
-1
/
+1
2019-02-10
tests: doc comments
Alexander Regueiro
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-09-06
Fix invalid urls
Guillaume Gomez
-2
/
+0
2018-09-04
Breaking change upgrades
Mark Rousskov
-1
/
+1
2018-05-07
Add explanation for #[must_use] on mutex guards
Manish Goregaokar
-2
/
+2
2018-02-17
fix more typos found by codespell.
Matthias Krüger
-2
/
+2
2018-01-10
fix typo rwlock.rs
Bulat Musin
-1
/
+1
2017-12-27
Correct a few stability attributes
Oliver Middleton
-1
/
+1
2017-11-18
impl From<T> for RwLock<T>
Eduardo Pinho
-0
/
+11
2017-11-08
std: Remove `rand` crate and module
Alex Crichton
-3
/
+1
2017-11-01
RwLock guards are Sync if T is
Ralf Jung
-3
/
+8
2017-10-13
remove the `T: Sync` requirement for `RwLock<T>: Send`
Jack O'Connor
-1
/
+1
2017-10-09
Refactor to use `debug_struct` in several Debug impls
Malo Jaffré
-3
/
+10
2017-09-22
std::sync::RwLock docs improvement
Lucas Morales
-13
/
+120
2017-07-10
Correct some stability attributes
Oliver Middleton
-2
/
+2
2017-06-22
Ensure Guard types impl Display & Debug
Chris MacNaughton
-0
/
+14
2017-05-20
Correct some stability versions
Oliver Middleton
-1
/
+1
2017-03-13
Remove function invokation parens from documentation links.
Corey Farwell
-6
/
+6
2017-01-29
Fix a few impl stability attributes
Oliver Middleton
-2
/
+2
2016-12-28
Replace uses of `#[unsafe_destructor_blind_to_params]` with `#[may_dangle]`
Andrew Paseltiner
-2
/
+1
2016-12-18
Implement `fmt::Debug` for all structures in libstd.
Corey Farwell
-0
/
+18
2016-11-25
Document how the `RwLockWriteGuard` structure is created.
Corey Farwell
-0
/
+7
2016-11-25
Document how the `RwLockReadGuard` structure is created.
Corey Farwell
-0
/
+7
2016-10-13
Update
Nabeel Omer
-3
/
+8
2016-10-13
Updated RwLock Docs
Nabeel Omer
-0
/
+3
2016-09-30
Ignore various entire test modules on emscripten
Brian Anderson
-10
/
+1
2016-09-30
Ignore lots and lots of std tests on emscripten
Brian Anderson
-0
/
+9
2016-09-11
Documentation of what does for each type
athulappadan
-0
/
+1
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-6
/
+0
2016-07-12
std: Clean out deprecated APIs
Alex Crichton
-200
/
+49
2016-05-30
std: Clean out old unstable + deprecated APIs
Alex Crichton
-104
/
+1
2016-05-24
std: Stabilize APIs for the 1.10 release
Alex Crichton
-1
/
+30
2016-05-06
Indicate struct names are code-like in doc-comment.
Corey Farwell
-2
/
+2
2016-04-15
Implement `Default` for more types in the standard library
Tobias Bucher
-0
/
+7
2016-03-22
try! -> ?
Jorge Aparicio
-4
/
+4
2016-02-29
std: Stabilize APIs for the 1.8 release
Alex Crichton
-0
/
+8
2016-02-05
Fix RwLock*Guard::map to not allow escaping a reference to the data.
Jonathan Reem
-4
/
+6
2016-02-03
Auto merge of #30834 - reem:rwlock-read-guard-map, r=alexcrichton
bors
-35
/
+143
2016-02-02
Add issue number to guard map methods.
Jonathan Reem
-31
/
+50
2016-02-01
docs: Standardize on 'Errors' header in std docs
Kamal Marhubi
-6
/
+6
2016-01-30
Change MutexGuard and RwLockWriteGuard to store &mut T not &UnsafeCell<T>
Jonathan Reem
-20
/
+27
2016-01-29
Add guard map methods for transforming guards to contain sub-borrows.
Jonathan Reem
-4
/
+86
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-2
/
+2
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-0
/
+4
[next]