about summary refs log tree commit diff
path: root/src/rt/rust_util.h
AgeCommit message (Collapse)AuthorLines
2010-08-09Added peek() to ptr_vec.Michael Bebenita-0/+7
2010-08-09Added the RUST_SEED env variable to seed the Rust task scheduler -- helpful ↵Michael Bebenita-5/+14
when debugging task race conditions within a single thread domain.
2010-07-25Attempt number 1 at extinguishing the windows tree remotely (apologies to ↵Roy Frostig-3/+3
those hacking on Sunday evening PST).
2010-07-25Expose an RNG (the one used by our runtime) to Rust via std.Roy Frostig-0/+32
2010-07-19Added a message passing system based on lock free queues for inter-thread ↵Michael Bebenita-2/+2
communication. Channels now buffer on the sending side, and no longer require blocking when sending. Lots of other refactoring and bug fixes.
2010-06-23Populate tree.Graydon Hoare-0/+155