aboutsummaryrefslogtreecommitdiff
path: root/src/rt/rust.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Michael Bebenita2010-07-191-48/+1
| | | | communication. Channels now buffer on the sending side, and no longer require blocking when sending. Lots of other refactoring and bug fixes.
* Add another null byte preceding commandline args passed to the root task, in ↵Roy Frostig2010-07-151-1/+1
| | | | position of closure/obj pointer.
* Fix bug in win32 command-line arg processing.Graydon Hoare2010-07-041-1/+1
|
* Populate tree.Graydon Hoare2010-06-231-0/+267