about summary refs log tree commit diff
path: root/src/rt/rust_message.cpp
AgeCommit message (Expand)AuthorLines
2011-07-29Removing proxies and message queues.Eric Holk-125/+0
2011-07-28Atomic reference counting for tasks.Eric Holk-2/+2
2011-07-21Lots of work on memory tracking and channels.Eric Holk-3/+4
2011-07-13Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.Graydon Hoare-1/+1
2011-07-13Remove 'Nop.' comments, add emacs lines, remove obsolete file.Graydon Hoare-4/+0
2011-07-13Fix compile-command lines in rt.Graydon Hoare-1/+1
2011-06-28Renamed what's left of rust_dom to rust_schedulerEric Holk-1/+1
2011-06-28Removed dom_owned, splitting things between task_owned and kernel_owned. Had ...Eric Holk-3/+4
2011-04-19Overhaul logging system in runtimeMarijn Haverbeke-8/+2
2010-09-07Lots of design changes around proxies and message passing. Made it so that do...Michael Bebenita-39/+63
2010-08-17Lots of changes around memory managment in the Runtime. Added memory regions ...Michael Bebenita-8/+11
2010-08-09Synthesize a flush_chan upcall right before a channel's ref_count drops to ze...Michael Bebenita-2/+1
2010-07-28Move ports out into their own file, add data_message and make communication s...Michael Bebenita-0/+32
2010-07-28Move notification-messages out into their own file and unify into notify_mess...Michael Bebenita-0/+75