| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-08-20 | auto merge of #8566 : toddaaro/rust/idle-opt+cleaning, r=catamorphism,brson | bors | -2/+1 | |
| Instead of a furious storm of idle callbacks we just have one. This is a major performance gain - around 40% on my machine for the ping pong bench. Also in this PR is a cleanup commit for the scheduler code. Was previously up as a separate PR, but bors load + imminent merge hell led me to roll them together. Was #8549. | ||||
| 2013-08-19 | Try to fix mac valgrind bot by disabling thread-heavy activities. | Graydon Hoare | -1/+27 | |
| 2013-08-19 | Add externfn macro and correctly label fixed_stack_segments | Niko Matsakis | -3/+10 | |
| 2013-08-16 | A round of code cleaning for the primary scheduler code. Comments have been ↵ | toddaaro | -2/+1 | |
| updated, a minor amount of support type restructing has happened, methods have been reordered, and some duplicate code has been purged. | ||||
| 2013-08-10 | std: merge Iterator and IteratorUtil | Erick Tryzelaar | -1/+0 | |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -2/+2 | |
| - Made naming schemes consistent between Option, Result and Either - Changed Options Add implementation to work like the maybe monad (return None if any of the inputs is None) - Removed duplicate Option::get and renamed all related functions to use the term `unwrap` instead | ||||
| 2013-07-09 | std: Make os::set_exit_status work with newsched | Brian Anderson | -0/+22 | |
| 2013-06-24 | extra: Make test runner compatible with newsched | Brian Anderson | -0/+12 | |
| 2013-06-18 | std::rt: Improve the rtabort! macro | Brian Anderson | -2/+63 | |
| 2013-06-17 | std::rt: move abort function to util module | Brian Anderson | -0/+4 | |
| 2013-06-17 | std::rt: Add util mod and num_cpus function | Brian Anderson | -0/+22 | |
