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
Age
Commit message (
Expand
)
Author
Lines
2015-01-06
rollup merge of #20615: aturon/stab-2-thread
Alex Crichton
-57
/
+57
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-7
/
+7
2015-01-07
markers -> marker
Nick Cameron
-17
/
+17
2015-01-06
Fallout from stabilization
Aaron Turon
-57
/
+57
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-1
/
+2
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-17
/
+17
2015-01-05
Revert "Remove i suffix in docs"
Alex Crichton
-693
/
+722
2015-01-05
rollup merge of #20565: alexcrichton/missing-stability
Alex Crichton
-7
/
+5
2015-01-05
rollup merge of #20560: aturon/stab-2-iter-ops-slice
Alex Crichton
-3
/
+21
2015-01-05
rollup merge of #20519: ville-h/rwlock-rename
Alex Crichton
-84
/
+84
2015-01-05
Remove i suffix in docs
Steve Klabnik
-726
/
+696
2015-01-05
Stabilization of impls and fallout from stabilization
Aaron Turon
-1
/
+17
2015-01-04
std: Fix missing stability in sync
Alex Crichton
-5
/
+4
2015-01-04
Merge pull request #20510 from tshepang/patch-6
bors
-1
/
+1
2015-01-04
fix comment referencing RwLock
ville-h
-1
/
+1
2015-01-04
fix code referencing RwLockWriteGuard
ville-h
-9
/
+9
2015-01-04
rename std::sync::RWLockWriteGuard to RwLockWriteGuard
ville-h
-7
/
+7
2015-01-04
fix code referencing RwLockReadGuard
ville-h
-9
/
+9
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
-7
/
+7
2015-01-03
Remove deprecated functionality
Alex Crichton
-375
/
+147
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
-12
/
+12
2015-01-04
doc: remove incomplete sentence
Tshepang Lekhonkhobe
-1
/
+1
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-7
/
+7
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-12
/
+12
2015-01-04
rename std::sync::StaticRWLock to StaticRwLock
ville-h
-4
/
+4
2015-01-04
fix code and comments referencing RwLock
ville-h
-32
/
+32
2015-01-03
rename std::sync::RWLock to RwLock
ville-h
-7
/
+7
2015-01-03
std: fix fallout
Jorge Aparicio
-2
/
+6
2015-01-02
rollup merge of #20410: japaric/assoc-types
Alex Crichton
-5
/
+11
2015-01-02
Rollup test fixes and rebase conflicts
Alex Crichton
-4
/
+3
2015-01-02
core: use assoc types in `Deref[Mut]`
Jorge Aparicio
-5
/
+11
2015-01-02
rollup merge of #20315: alexcrichton/std-sync
Alex Crichton
-36
/
+81
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-57
/
+5348
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-45
/
+59
2015-01-01
std: Second pass stabilization of sync
Alex Crichton
-35
/
+80
2014-12-30
Remove core::atomic::Ordering::* public reexport
Corey Farwell
-1
/
+1
2014-12-29
Test fixes and rebase conflicts
Alex Crichton
-8
/
+12
2014-12-29
rollup merge of #20289: nick29581/shadowing
Alex Crichton
-1
/
+1
2014-12-29
rollup merge of #20264: nagisa/threadrng
Alex Crichton
-1
/
+1
2014-12-29
rollup merge of #20248: steveklabnik/gh20038
Alex Crichton
-16
/
+16
2014-12-29
std: Stabilization pass for mutex/rwlock/condvar
Alex Crichton
-227
/
+149
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-57
/
+5348
2014-12-29
std: Return Result from RWLock/Mutex methods
Alex Crichton
-282
/
+508
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-44
/
+59
2014-12-29
Fallout from globs/re-export/shadowing change
Nick Cameron
-1
/
+1
2014-12-28
Rename TaskRng to ThreadRng
Simonas Kazlauskas
-1
/
+1
2014-12-26
s/task/thread/g
Steve Klabnik
-16
/
+16
2014-12-26
Make Barrier and Condvar Sync/Send
Flavio Percoco
-8
/
+32
[prev]
[next]