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
/
libsync
/
comm
Age
Commit message (
Expand
)
Author
Lines
2014-08-13
Fix various fallout from timer changes
Brian Anderson
-2
/
+4
2014-08-12
Deprecation fallout in libsync
Aaron Turon
-0
/
+1
2014-08-07
Rename `Share` to `Sync`
Alex Crichton
-6
/
+6
2014-08-04
stabilize atomics (now atomic)
Aaron Turon
-98
/
+98
2014-08-01
libsync: Add safer abstraction for SPSC queue.
Kevin Butler
-1
/
+1
2014-07-26
std: Stabilize unit, bool, ty, tuple, arc, any
Alex Crichton
-22
/
+26
2014-07-17
sync: Ensure try_send() wakes up receivers
Alex Crichton
-1
/
+26
2014-07-13
Stabilization for `owned` (now `boxed`) and `cell`
Aaron Turon
-6
/
+6
2014-07-03
Fix spelling errors.
Joseph Crail
-3
/
+3
2014-07-02
Apply stability attributes to std::comm
Alex Crichton
-0
/
+36
2014-06-29
librustc: Remove the fallback to `int` for integers and `f64` for
Patrick Walton
-3
/
+3
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-85
/
+85
2014-06-19
sync: Enable the fast path of select()
Alex Crichton
-1
/
+1
2014-06-16
Add examples of how to read from a channel with a timeout, refs #13862
Jordi Boggiano
-0
/
+46
2014-06-11
sync: Move underneath libstd
Alex Crichton
-0
/
+4643