aboutsummaryrefslogtreecommitdiff
path: root/src/rt/rust.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added a few utility classes, cleaned up the include order of .h files, and st...Michael Bebenita2010-09-071-1/+2
* Pulled rust_srv in its own file. Some cleanup, and added varargs to assertion...Michael Bebenita2010-08-161-105/+0
* Merge commit 'jyasskin/work'Graydon Hoare2010-08-101-1/+1
|\
| * Add names to tasks and domains. These can either be an explicit literal stringJeffrey Yasskin2010-08-091-1/+1
* | Changed array_list::replace() return behavior.Michael Bebenita2010-08-091-3/+5
|/
* Fix typos in comments, delete obsolete comments and dead commented code.Michael Bebenita2010-07-281-6/+0
* Add a warning interface to rust_srv.Michael Bebenita2010-07-281-0/+10
* Move allocation-tracking into rust_srv.Michael Bebenita2010-07-281-10/+11
* Added a message passing system based on lock free queues for inter-thread com...Michael Bebenita2010-07-191-48/+1
* Add another null byte preceding commandline args passed to the root task, in ...Roy Frostig2010-07-151-1/+1
* Fix bug in win32 command-line arg processing.Graydon Hoare2010-07-041-1/+1
* Populate tree.Graydon Hoare2010-06-231-0/+267