aboutsummaryrefslogtreecommitdiff
path: root/src/rt/rust.cpp
Commit message (Expand)AuthorAgeFilesLines
* Overhaul logging system in runtimeMarijn Haverbeke2011-04-191-4/+5
* Add a proper check for rustbootMarijn Haverbeke2011-04-181-4/+2
* Temporarily turn off logging initializationMarijn Haverbeke2011-04-181-3/+4
* Update foregoing patches to leave rust_crate alone.Marijn Haverbeke2011-04-181-2/+4
* Make log the log level configurable per moduleMarijn Haverbeke2011-04-181-0/+2
* Move to macro-based logging checks in the C++ codeMarijn Haverbeke2011-04-071-2/+2
* Add ABI tagging to crates, adjust rustc output and runtime stack-frame setup ...Graydon Hoare2011-02-221-3/+5
* Lots of design changes around proxies and message passing. Made it so that do...Michael Bebenita2010-09-071-40/+45
* 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