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
/
rwlock.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-28
libstd => 2018
Taiki Endo
-3
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-11
do not skip return code check in release builds
Ralf Jung
-1
/
+1
2018-11-11
Unix RwLock: avoid racy access to write_locked
Ralf Jung
-2
/
+2
2016-08-19
Fix typos in unix/rwlock.rs
Andrew Paseltiner
-2
/
+2
2016-08-05
Handle RwLock reader count overflow
Amanieu d'Antras
-1
/
+3
2016-06-02
Fix rwlock successfully acquiring a write lock after a read lock
Amanieu d'Antras
-12
/
+27
2016-06-02
Don't allow pthread_rwlock_t to recursively lock itself
Amanieu d'Antras
-9
/
+52
2015-11-09
std: Migrate to the new libc
Alex Crichton
-10
/
+9
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
-4
/
+3
2015-04-30
std: Always check for EDEADLK in rwlocks on unix
Alex Crichton
-2
/
+24
2015-04-30
std: Favor cfg! over #[cfg] in unix rwlocks
Alex Crichton
-10
/
+5
2015-03-12
std: Remove #[allow] directives in sys modules
Alex Crichton
-6
/
+0
2015-02-20
std: Tidy up some `unsafe impl`s for `sync`
Alex Crichton
-0
/
+5
2015-01-08
Fix destroy assertions in mutex/rwlock/condvar
Michael Neumann
-0
/
+13
2014-12-05
std: Rewrite the `sync` module
Alex Crichton
-0
/
+57