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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2014-09-16
Fallout from renaming
Aaron Turon
-13
/
+13
2014-09-16
Align with _mut conventions
Aaron Turon
-1
/
+1
2014-09-15
silence various warnings in stdlib, no idea why they suddenly started
Niko Matsakis
-6
/
+6
2014-08-29
Register new snapshots
Alex Crichton
-8
/
+0
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-0
/
+8
2014-08-26
Clarify what tx and rx mean
Robert Clipsham
-0
/
+4
2014-08-13
Fix various fallout from timer changes
Brian Anderson
-2
/
+4
2014-08-07
Rename `Share` to `Sync`
Alex Crichton
-6
/
+6
2014-07-26
std: Stabilize unit, bool, ty, tuple, arc, any
Alex Crichton
-19
/
+23
2014-07-17
sync: Ensure try_send() wakes up receivers
Alex Crichton
-0
/
+19
2014-07-13
Stabilization for `owned` (now `boxed`) and `cell`
Aaron Turon
-1
/
+1
2014-07-02
Apply stability attributes to std::comm
Alex Crichton
-0
/
+25
2014-06-29
librustc: Remove the fallback to `int` for integers and `f64` for
Patrick Walton
-2
/
+2
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-69
/
+69
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
/
+2030