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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-28
libstd => 2018
Taiki Endo
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-10-23
fix typos in various places
Matthias Krüger
-1
/
+1
2018-10-05
Address review comments
Gabriel Majeri
-43
/
+67
2018-09-28
Rewrite section on concurrency
Gabriel Majeri
-4
/
+5
2018-09-28
Fix broken links
Gabriel Majeri
-5
/
+7
2018-09-27
Address review comments
Gabriel Majeri
-14
/
+15
2018-09-27
Make example code use global variables
Gabriel Majeri
-13
/
+14
2018-09-27
Expand the documentation for the std::sync module
Gabriel Majeri
-4
/
+119
2018-06-29
Rename alloc::arc to alloc::sync, to match std::sync
Simon Sapin
-1
/
+1
2018-04-12
Import the `alloc` crate as `alloc_crate` in std
Simon Sapin
-1
/
+1
2016-07-12
std: Clean out deprecated APIs
Alex Crichton
-11
/
+3
2016-05-24
std: Stabilize APIs for the 1.10 release
Alex Crichton
-0
/
+4
2016-05-11
Export OnceState from libstd
Amanieu d'Antras
-1
/
+1
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-4
/
+0
2016-03-04
End stdlib module summaries with a full stop.
Steve Klabnik
-1
/
+1
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-0
/
+1
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-0
/
+11
2015-08-22
Auto merge of #27871 - alexcrichton:stabilize-libcore, r=aturon
bors
-1
/
+1
2015-08-19
Turn TimedOut into a BarrierWaitResult style opaque type
Steven Fackler
-1
/
+1
2015-08-19
Make Condvar::wait_timeout return an enum instead of a bool
Steven Fackler
-1
/
+1
2015-08-17
core: Move `atomic` into a new `sync` module
Alex Crichton
-1
/
+1
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-4
/
+0
2015-06-17
More test fixes and fallout of stability changes
Alex Crichton
-0
/
+1
2015-04-08
Implement reentrant mutexes and make stdio use them
Simonas Kazlauskas
-7
/
+6
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-3
/
+0
2015-02-25
allow(deprecated) for TaskPool (fixup #22783)
Manish Goregaokar
-0
/
+1
2015-01-23
grandfathered -> rust1
Brian Anderson
-1
/
+1
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-1
/
+1
2015-01-05
rollup merge of #20565: alexcrichton/missing-stability
Alex Crichton
-1
/
+1
2015-01-05
rollup merge of #20519: ville-h/rwlock-rename
Alex Crichton
-2
/
+2
2015-01-04
std: Fix missing stability in sync
Alex Crichton
-1
/
+1
2015-01-04
fix code referencing RwLockWriteGuard
ville-h
-1
/
+1
2015-01-04
fix code referencing RwLockReadGuard
ville-h
-1
/
+1
2015-01-04
fix code and comments referencing RW_LOCK_INIT
ville-h
-1
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-1
/
+1
2015-01-04
fix code and comments referencing StaticRwLock
ville-h
-1
/
+1
2015-01-04
fix code and comments referencing RwLock
ville-h
-1
/
+1
2015-01-02
rollup merge of #20315: alexcrichton/std-sync
Alex Crichton
-1
/
+1
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-0
/
+2
2015-01-01
std: Second pass stabilization of sync
Alex Crichton
-1
/
+1
2014-12-29
std: Stabilization pass for mutex/rwlock/condvar
Alex Crichton
-12
/
+2
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-0
/
+2
2014-12-29
std: Return Result from RWLock/Mutex methods
Alex Crichton
-2
/
+13
2014-12-05
std: Rewrite the `sync` module
Alex Crichton
-29
/
+15
2014-11-24
Merge libsync into libstd
Aaron Turon
-7
/
+31
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-3
/
+0
2014-08-18
libsyntax: Remove the `use foo = bar` syntax from the language in favor
Patrick Walton
-1
/
+1
2014-08-07
Fix typo
mdinger
-1
/
+1
[next]