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
/
mutex.rs
Age
Commit message (
Expand
)
Author
Lines
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-16
Replace data.clone() by Arc::clone(&data) in mutex doc.
Benoît C
-1
/
+1
2018-09-06
Fix invalid urls
Guillaume Gomez
-2
/
+0
2018-06-17
libstd: add an RAII utility for sys_common::mutex::Mutex
NODA, Kai
-2
/
+2
2018-05-07
Add explanation for #[must_use] on mutex guards
Manish Goregaokar
-1
/
+1
2017-12-27
Correct a few stability attributes
Oliver Middleton
-1
/
+1
2017-11-18
impl From<T> for Mutex<T>
Eduardo Pinho
-0
/
+11
2017-10-10
Rollup merge of #44775 - MaloJaffre:debug-struct, r=sfackler
kennytm
-3
/
+10
2017-10-09
Refactor to use `debug_struct` in several Debug impls
Malo Jaffré
-3
/
+10
2017-10-04
Add missing urls for Mutex
Guillaume Gomez
-7
/
+17
2017-07-10
Correct some stability attributes
Oliver Middleton
-1
/
+1
2017-06-22
Ensure Guard types impl Display & Debug
Chris MacNaughton
-0
/
+7
2017-05-20
Correct some stability versions
Oliver Middleton
-2
/
+2
2017-04-29
need to pick a new feature name
Ralf Jung
-1
/
+1
2017-04-29
MutexGuard<T> may be Sync only if T is Sync
Ralf Jung
-5
/
+3
2017-04-09
Minor fix to mutex example
Geoffry Song
-1
/
+1
2017-04-03
Fix mutex's docs inconsistency
Guillaume Gomez
-7
/
+7
2017-03-19
Rollup merge of #40611 - ScottAbbey:patch-1, r=GuillaumeGomez
Corey Farwell
-1
/
+1
2017-03-17
Fix typo in mutex.rs docs
ScottAbbey
-1
/
+1
2017-03-13
Remove function invokation parens from documentation links.
Corey Farwell
-3
/
+3
2017-02-23
Add missing urls in MutexGuard docs
Guillaume Gomez
-1
/
+3
2017-01-29
Fix a few impl stability attributes
Oliver Middleton
-1
/
+1
2017-01-10
Add missing doc examples for Mutex
Guillaume Gomez
-1
/
+79
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
/
+9
2016-11-25
Document how the `MutexGuard` structure is created.
Corey Farwell
-1
/
+8
2016-09-30
Ignore various entire test modules on emscripten
Brian Anderson
-9
/
+1
2016-09-30
Ignore lots and lots of std tests on emscripten
Brian Anderson
-0
/
+8
2016-09-11
Documentation of what does for each type
athulappadan
-0
/
+1
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-4
/
+0
2016-07-12
std: Clean out deprecated APIs
Alex Crichton
-173
/
+46
2016-06-03
Auto merge of #33861 - Amanieu:lock_elision_fix, r=alexcrichton
bors
-1
/
+5
2016-06-02
Fix undefined behavior when re-locking a mutex from the same thread
Amanieu d'Antras
-1
/
+5
2016-05-24
std: Stabilize APIs for the 1.10 release
Alex Crichton
-1
/
+27
2016-04-22
doc: that line was too long
Tshepang Lekhonkhobe
-2
/
+2
2016-04-17
Add a comment about locking a `Mutex` multiple times
Tobias Bucher
-0
/
+9
2016-04-15
Implement `Default` for more types in the standard library
Tobias Bucher
-0
/
+7
2016-03-22
try! -> ?
Jorge Aparicio
-2
/
+2
2016-02-08
std: `_lock` -> `_guard` in Mutex example
Benjamin Herr
-1
/
+1
2016-02-06
Auto merge of #31428 - reem:remove-mutexguard-map, r=alexcrichton
bors
-60
/
+1
2016-02-05
Remove MutexGuard::map, as it is not safe in combination with Condvar.
Jonathan Reem
-60
/
+1
2016-02-05
Remove an unnecessary 'static bound in the impl of Debug for Mutex.
Jonathan Reem
-1
/
+1
2016-02-03
Auto merge of #30834 - reem:rwlock-read-guard-map, r=alexcrichton
bors
-22
/
+85
2016-02-02
Add issue number to guard map methods.
Jonathan Reem
-18
/
+28
2016-02-01
docs: Standardize on 'Errors' header in std docs
Kamal Marhubi
-4
/
+4
2016-01-30
Change MutexGuard and RwLockWriteGuard to store &mut T not &UnsafeCell<T>
Jonathan Reem
-18
/
+19
2016-01-29
Add guard map methods for transforming guards to contain sub-borrows.
Jonathan Reem
-1
/
+53
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
-1
/
+3
2015-11-16
Correct comment in `Mutex` example
Andrew Paseltiner
-1
/
+1
[next]