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
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