aboutsummaryrefslogtreecommitdiff
path: root/src/rt/rust_util.h
Commit message (Expand)AuthorAgeFilesLines
* Overhaul logging system in runtimeMarijn Haverbeke2011-04-191-6/+4
* Move to macro-based logging checks in the C++ codeMarijn Haverbeke2011-04-071-2/+2
* Change rust_vec to have a 16-byte header, to 16-byte-align vec-body data. Maj...Graydon Hoare2011-04-021-0/+1
* Add basic file-system functionalityMarijn Haverbeke2011-03-141-4/+1
* Added peek() to ptr_vec.Michael Bebenita2010-08-091-0/+7
* Added the RUST_SEED env variable to seed the Rust task scheduler -- helpful w...Michael Bebenita2010-08-091-5/+14
* Attempt number 1 at extinguishing the windows tree remotely (apologies to tho...Roy Frostig2010-07-251-3/+3
* Expose an RNG (the one used by our runtime) to Rust via std.Roy Frostig2010-07-251-0/+32
* Added a message passing system based on lock free queues for inter-thread com...Michael Bebenita2010-07-191-2/+2
* Populate tree.Graydon Hoare2010-06-231-0/+155