aboutsummaryrefslogtreecommitdiff
path: root/src/rt/rust_util.h
Commit message (Collapse)AuthorAgeFilesLines
* Add basic file-system functionalityMarijn Haverbeke2011-03-141-4/+1
| | | | | std.fs.list_dir will list the files in a directory, std.fs.file_is_dir will, given a pathname, determine whether it is a directory or not.
* Added peek() to ptr_vec.Michael Bebenita2010-08-091-0/+7
|
* Added the RUST_SEED env variable to seed the Rust task scheduler -- helpful ↵Michael Bebenita2010-08-091-5/+14
| | | | when debugging task race conditions within a single thread domain.
* Attempt number 1 at extinguishing the windows tree remotely (apologies to ↵Roy Frostig2010-07-251-3/+3
| | | | those hacking on Sunday evening PST).
* 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 ↵Michael Bebenita2010-07-191-2/+2
| | | | communication. Channels now buffer on the sending side, and no longer require blocking when sending. Lots of other refactoring and bug fixes.
* Populate tree.Graydon Hoare2010-06-231-0/+155