about summary refs log tree commit diff
path: root/src/rt/rust_proxy.h
AgeCommit message (Expand)AuthorLines
2011-07-29Removing proxies and message queues.Eric Holk-77/+0
2011-07-13Remove 'Nop.' comments, add emacs lines, remove obsolete file.Graydon Hoare-3/+0
2011-07-13Fix compile-command lines in rt.Graydon Hoare-1/+1
2011-05-08rt: Consistently refer to structs as structs and classes as classes. Clang co...Patrick Walton-1/+1
2010-09-07Lots of design changes around proxies and message passing. Made it so that do...Michael Bebenita-20/+33
2010-07-28Rename rust_proxy_delegate to maybe_proxy, flesh out logic in it. Add strong-...Michael Bebenita-11/+36
2010-07-28Add modeline / file-local emacs var blocks.Michael Bebenita-0/+11
2010-07-19Added a message passing system based on lock free queues for inter-thread com...Michael Bebenita-0/+31