aboutsummaryrefslogtreecommitdiff
path: root/src/rt/rust_util.h
Commit message (Collapse)AuthorAgeFilesLines
* 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