about summary refs log tree commit diff
path: root/src/rt/rust.h
AgeCommit message (Collapse)AuthorLines
2010-09-07Added a few utility classes, cleaned up the include order of .h files, and ↵Michael Bebenita-4/+0
started to make the Rust kernel own domain message queues rather than the Rust domains themselves.
2010-08-17Lots of changes around memory managment in the Runtime. Added memory regions ↵Michael Bebenita-5/+0
and fixed race caused by calling rust_srv::malloc() from multiple threads when sending messages.
2010-08-16Pulled rust_srv in its own file. Some cleanup, and added varargs to ↵Michael Bebenita-15/+1
assertion macros.
2010-07-28Add a warning interface to rust_srv.Michael Bebenita-0/+1
2010-07-28Move allocation-tracking into rust_srv.Michael Bebenita-0/+3
2010-06-23Populate tree.Graydon Hoare-0/+49