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