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
/
rwlock.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-16
Don't use NoSend/NoSync in libstd
Flavio Percoco
-0
/
+54
2015-01-06
rollup merge of #20615: aturon/stab-2-thread
Alex Crichton
-8
/
+8
2015-01-07
markers -> marker
Nick Cameron
-5
/
+5
2015-01-06
Fallout from stabilization
Aaron Turon
-8
/
+8
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-5
/
+5
2015-01-05
Revert "Remove i suffix in docs"
Alex Crichton
-1
/
+1
2015-01-05
rollup merge of #20560: aturon/stab-2-iter-ops-slice
Alex Crichton
-0
/
+6
2015-01-05
rollup merge of #20519: ville-h/rwlock-rename
Alex Crichton
-81
/
+81
2015-01-05
Remove i suffix in docs
Steve Klabnik
-1
/
+1
2015-01-05
Stabilization of impls and fallout from stabilization
Aaron Turon
-0
/
+6
2015-01-04
fix code referencing RwLockWriteGuard
ville-h
-8
/
+8
2015-01-04
rename std::sync::RWLockWriteGuard to RwLockWriteGuard
ville-h
-7
/
+7
2015-01-04
fix code referencing RwLockReadGuard
ville-h
-8
/
+8
2015-01-04
rename std::sync::RWLockReadGuard to RwLockReadGuard
ville-h
-6
/
+6
2015-01-04
fix code and comments referencing RW_LOCK_INIT
ville-h
-6
/
+6
2015-01-04
rename std::sync::RWLOCK_INIT to RW_LOCK_INIT
ville-h
-1
/
+1
2015-01-04
fix code and comments referencing StaticRwLock
ville-h
-11
/
+11
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-04
rename std::sync::StaticRWLock to StaticRwLock
ville-h
-4
/
+4
2015-01-04
fix code and comments referencing RwLock
ville-h
-31
/
+31
2015-01-03
rename std::sync::RWLock to RwLock
ville-h
-7
/
+7
2015-01-02
rollup merge of #20410: japaric/assoc-types
Alex Crichton
-3
/
+7
2015-01-02
core: use assoc types in `Deref[Mut]`
Jorge Aparicio
-3
/
+7
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-4
/
+4
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-4
/
+6
2014-12-29
Test fixes and rebase conflicts
Alex Crichton
-5
/
+7
2014-12-29
rollup merge of #20264: nagisa/threadrng
Alex Crichton
-1
/
+1
2014-12-29
std: Stabilization pass for mutex/rwlock/condvar
Alex Crichton
-101
/
+63
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-4
/
+4
2014-12-29
std: Return Result from RWLock/Mutex methods
Alex Crichton
-139
/
+167
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-6
/
+8
2014-12-28
Rename TaskRng to ThreadRng
Simonas Kazlauskas
-1
/
+1
2014-12-26
Make Barrier and Condvar Sync/Send
Flavio Percoco
-0
/
+6
2014-12-23
Fix some spelling errors.
Huon Wilson
-1
/
+1
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-11
/
+7
2014-12-18
Fallout from new thread API
Aaron Turon
-15
/
+19
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-8
/
+8
2014-12-05
std: Rewrite the `sync` module
Alex Crichton
-0
/
+514
[prev]