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
/
sys
/
unix
/
mutex.rs
Age
Commit message (
Expand
)
Author
Lines
2020-07-27
mv std libs to library/
mark
-137
/
+0
2020-05-04
edit Mutex comment
Ralf Jung
-4
/
+6
2020-05-04
expand comment on default mutex behavior
Ralf Jung
-3
/
+7
2020-03-20
Fix abort-on-eprintln during process shutdown
Alex Crichton
-2
/
+2
2019-12-22
Format the world
Mark Rousskov
-4
/
+8
2019-06-26
Avoid mem::uninitialized() in std::sys::unix
Josh Stone
-12
/
+12
2019-02-28
libstd => 2018
Taiki Endo
-4
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-08-09
Auto merge of #53108 - RalfJung:mutex, r=alexcrichton
bors
-2
/
+4
2018-08-08
missed one
Ralf Jung
-2
/
+2
2018-08-06
clarify partially initialized Mutex issues
Ralf Jung
-2
/
+4
2018-08-06
Remove references to `StaticMutex` which got removed a while ago
Ralf Jung
-3
/
+0
2016-06-02
Fix undefined behavior when re-locking a mutex from the same thread
Amanieu d'Antras
-0
/
+33
2015-11-09
std: Migrate to the new libc
Alex Crichton
-21
/
+21
2015-08-11
Register new snapshots
Alex Crichton
-3
/
+0
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-0
/
+1
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-7
/
+2
2015-05-07
std: Remove a double-box in ReentrantMutex
Alex Crichton
-10
/
+7
2015-04-08
Implement reentrant mutexes and make stdio use them
Simonas Kazlauskas
-0
/
+48
2015-03-12
std: Remove #[allow] directives in sys modules
Alex Crichton
-1
/
+1
2015-02-20
std: Tidy up some `unsafe impl`s for `sync`
Alex Crichton
-1
/
+3
2015-01-08
Fix destroy assertions in mutex/rwlock/condvar
Michael Neumann
-0
/
+12
2015-01-07
markers -> marker
Nick Cameron
-1
/
+1
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-1
/
+1
2014-12-26
Relax `Arc` bounds don't require Sync+Send
Flavio Percoco
-3
/
+2
2014-12-26
Move RacyCell to `std::comm`
Flavio Percoco
-1
/
+2
2014-12-26
Make Send and Sync traits unsafe
Flavio Percoco
-1
/
+3
2014-12-26
Require types to opt-in Sync
Flavio Percoco
-3
/
+4
2014-12-05
std: Rewrite the `sync` module
Alex Crichton
-0
/
+52