| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change rust_vec to have a 16-byte header, to 16-byte-align vec-body data. ↵ | Graydon Hoare | 2011-04-02 | 1 | -0/+1 |
| | | | | | Major perf win. | ||||
| * | Add basic file-system functionality | Marijn Haverbeke | 2011-03-14 | 1 | -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 Bebenita | 2010-08-09 | 1 | -0/+7 |
| | | |||||
| * | Added the RUST_SEED env variable to seed the Rust task scheduler -- helpful ↵ | Michael Bebenita | 2010-08-09 | 1 | -5/+14 |
| | | | | | when debugging task race conditions within a single thread domain. | ||||
| * | Attempt number 1 at extinguishing the windows tree remotely (apologies to ↵ | Roy Frostig | 2010-07-25 | 1 | -3/+3 |
| | | | | | those hacking on Sunday evening PST). | ||||
| * | Expose an RNG (the one used by our runtime) to Rust via std. | Roy Frostig | 2010-07-25 | 1 | -0/+32 |
| | | |||||
| * | Added a message passing system based on lock free queues for inter-thread ↵ | Michael Bebenita | 2010-07-19 | 1 | -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 Hoare | 2010-06-23 | 1 | -0/+155 |