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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
sync
/
mutex.rs
Age
Commit message (
Expand
)
Author
Lines
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
2015-10-16
Add `Shared` pointer and have `{Arc, Rc}` use it
Andrew Paseltiner
-0
/
+1
2015-10-15
std: add into_inner and get_mut to mutex
Cristi Cobzarenco
-0
/
+115
2015-09-20
Miscellaneous cleanup for old issues.
Lee Jeffery
-12
/
+11
2015-09-08
some more clippy-based improvements
Andre Bogus
-2
/
+3
2015-08-15
std: Add issues to all unstable features
Alex Crichton
-3
/
+6
2015-08-12
Fallout in libs -- misc missing bounds uncovered by WF checks.
Niko Matsakis
-1
/
+1
2015-07-27
Show appropriate feature flags in docs
Steve Klabnik
-1
/
+2
2015-06-17
More test fixes and fallout of stability changes
Alex Crichton
-2
/
+0
2015-06-17
std: Stabilize the sync_poison feature
Alex Crichton
-1
/
+1
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-0
/
+2
2015-06-17
std: Split the `std_misc` feature
Alex Crichton
-13
/
+6
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-9
/
+16
2015-05-13
Rebasing
Nick Cameron
-11
/
+12
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-6
/
+6
2015-05-02
Make `UnsafeCell`, `RefCell`, `Mutex`, and `RwLock` accept DSTs
P1start
-15
/
+29
2015-04-28
Register new snapshots
Tamir Duberstein
-2
/
+0
2015-04-24
Change name of unit test sub-module to "tests".
Johannes Oertel
-1
/
+1
2015-04-23
Indicate trait names in doc-comment are code-like
Corey Farwell
-1
/
+1
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-1
/
+1
2015-04-08
Implement reentrant mutexes and make stdio use them
Simonas Kazlauskas
-3
/
+3
2015-04-01
Test fixes and rebase conflicts, round 2
Alex Crichton
-1
/
+1
2015-04-01
rollup merge of #23176: huonw/rm-bounds
Alex Crichton
-3
/
+5
2015-03-24
Reject specialized Drop impls.
Felix S. Klock II
-1
/
+1
2015-03-24
added `T:Send` bound to `Mutex<T>` to avoid specialized Drop impl.
Felix S. Klock II
-1
/
+1
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+2
2015-03-21
Fix documentation for std::sync::mutex: into_guard -> into_inner
Barosl Lee
-2
/
+2
2015-03-13
Remove explicit syntax highlight from docs.
Joseph Crail
-3
/
+3
2015-03-11
Example -> Examples
Steve Klabnik
-1
/
+1
2015-03-08
Remove unneeded `Send`/`Sync` bounds from `Mutex`/`RwLock`.
Huon Wilson
-3
/
+5
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-2
/
+2
[next]