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
/
lib
/
comm.rs
Age
Commit message (
Expand
)
Author
Lines
2011-09-12
Pretty-print for new arg-mode syntax
Marijn Haverbeke
-2
/
+2
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-3
/
+3
2011-09-02
Reformat. Issue #855
Brian Anderson
-2
/
+2
2011-08-25
Cleaning up task and comm exports, updating all the test cases.
Eric Holk
-21
/
+8
2011-08-20
Reformat
Brian Anderson
-27
/
+15
2011-08-17
Better type inference for chans and ports.
Eric Holk
-16
/
+15
2011-08-17
Making more of the rust_task structure directly accessible from Rust.
Eric Holk
-2
/
+0
2011-08-17
Yet another comm interface.
Eric Holk
-14
/
+28
2011-08-16
Port the stdlib to the expr foo::<T> syntax.
Erick Tryzelaar
-1
/
+1
2011-08-16
Port the stdlib to the decl foo<T> syntax.
Erick Tryzelaar
-7
/
+7
2011-08-16
Port the stdlib to the typaram foo<T> syntax.
Erick Tryzelaar
-1
/
+1
2011-08-15
Removed old object-based chans.
Eric Holk
-29
/
+3
2011-08-15
Move mode for lib comm, converted a few tests.
Eric Holk
-6
/
+4
2011-08-15
Port ID-based channels.
Eric Holk
-5
/
+33
2011-08-08
Converted the rest of the task-comm-* tests over. Also fixed some
Eric Holk
-2
/
+0
2011-08-08
Added an unsafe way to pass libchans over spawn and chans, and converted task...
Eric Holk
-1
/
+12
2011-08-05
Removing an invalid operation in the attempt to restore valgrind cleanness.
Eric Holk
-1
/
+0
2011-08-05
Rewrote receive to return a value. This lets us initialize variables by recei...
Eric Holk
-4
/
+6
2011-08-01
Added send and receive to comm library.
Eric Holk
-2
/
+9
2011-08-01
Objectified library chans and ports.
Eric Holk
-11
/
+14
2011-08-01
Started working on a library-based comm system. Creating and deleting ports w...
Eric Holk
-0
/
+48