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
/
comm
/
stream.rs
Age
Commit message (
Expand
)
Author
Lines
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-484
/
+0
2014-12-18
Fallout from new thread API
Aaron Turon
-3
/
+2
2014-12-18
Add blocking support module for channels
Aaron Turon
-29
/
+28
2014-12-18
libs: merge librustrt into libstd
Aaron Turon
-3
/
+3
2014-12-05
Fall out of the std::sync rewrite
Alex Crichton
-1
/
+1
2014-11-24
Merge libsync into libstd
Aaron Turon
-0
/
+486
2014-06-11
sync: Move underneath libstd
Alex Crichton
-483
/
+0
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-1
/
+2
2014-04-18
std: Make ~[T] no longer a growable vector
Alex Crichton
-1
/
+0
2014-04-10
std: Make std::comm return types consistent
Alex Crichton
-11
/
+13
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-1
/
+1
2014-03-13
std: Rename Chan/Port types and constructor
Alex Crichton
-7
/
+7
2014-02-20
rustc: avoid compiler generated `unsafe` blocks leaking.
Huon Wilson
-8
/
+6
2014-02-17
Fix a deadlock in channels, again.
Alex Crichton
-2
/
+2
2014-02-15
Correctly reset steals when hitting MAX_STEALS
Alex Crichton
-6
/
+19
2014-02-13
Relax an assertion in start_selection()
Alex Crichton
-4
/
+14
2014-02-11
Rewrite channels yet again for upgradeability
Alex Crichton
-0
/
+460