aboutsummaryrefslogtreecommitdiff
path: root/src/rt/rust_port.cpp
Commit message (Expand)AuthorAgeFilesLines
* Lots of design changes around proxies and message passing. Made it so that do...Michael Bebenita2010-09-071-3/+3
* Fixed deadlock by removing channel flushing.Michael Bebenita2010-08-171-7/+6
* Ignore upcall_flush for channels that are disassociated from ports. This make...Michael Bebenita2010-08-111-2/+2
* Synthesize a flush_chan upcall right before a channel's ref_count drops to ze...Michael Bebenita2010-08-091-3/+21
* Some pretty printing in the runtime.Michael Bebenita2010-08-091-0/+16
* Move ports out into their own file, add data_message and make communication s...Michael Bebenita2010-07-281-0/+39