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-21
Test fixes and rebase conflicts
Alex Crichton
-2
/
+0
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-10
/
+18
2015-01-21
rollup merge of #21444: petrochenkov/null
Alex Crichton
-18
/
+21
2015-01-21
rollup merge of #21438: taralx/kill-racycell
Alex Crichton
-33
/
+15
2015-01-21
rollup merge of #21437: FlaPer87/snapshot
Alex Crichton
-158
/
+0
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-10
/
+18
2015-01-21
Auto merge of #21395 - sfackler:fix-cvar-test, r=alexcrichton
bors
-4
/
+5
2015-01-20
Register snapshot for 9006c3c
Flavio Percoco
-158
/
+0
2015-01-20
Kill RacyCell in favor of marking SyncSender explicitly Send.
JP Sugarbroad
-34
/
+17
2015-01-19
Fix flaky condvar test
Steven Fackler
-4
/
+5
2015-01-19
Replace `0 as *const/mut T` with `ptr::null/null_mut()`
we
-19
/
+23
2015-01-17
Implement the error trait for errors in std::sync.
Michael Sproul
-6
/
+23
2015-01-17
Evaluate # fn in docs
Steve Klabnik
-6
/
+10
2015-01-17
auto merge of #21132 : sfackler/rust/wait_timeout, r=alexcrichton
bors
-11
/
+129
2015-01-16
Rewrite Condvar::wait_timeout and make it public
Steven Fackler
-11
/
+129
2015-01-16
auto merge of #20972 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakis
bors
-0
/
+162
2015-01-16
Don't use NoSend/NoSync in libstd
Flavio Percoco
-0
/
+162
2015-01-15
Fix sync::condvar::Condvar::notify_one docs
Fenhl
-1
/
+1
2015-01-11
Rename AtomicInt and AtomicUint
Steven Fackler
-34
/
+34
2015-01-08
Improvements to feature staging
Brian Anderson
-3
/
+3
2015-01-07
fix the `&mut _` patterns
Jorge Aparicio
-3
/
+3
2015-01-06
More test fixes
Alex Crichton
-1
/
+1
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
[next]