about summary refs log tree commit diff
path: root/src/rt/rust_scheduler.cpp
AgeCommit message (Expand)AuthorLines
2011-07-21Lots of work on memory tracking and channels.Eric Holk-1/+2
2011-07-14Move the responsibility for process failure from tasks to the schedulerBrian Anderson-0/+1
2011-07-13Fix compile-command lines in rt.Graydon Hoare-1/+1
2011-07-13Attempt to correct buggy win32 timer code (causing tinderbox failures).Graydon Hoare-2/+3
2011-07-06Added a task wakeup callback. Closes #599.Eric Holk-1/+3
2011-06-29Added inheritance for task pinning. Closes #598 for real.Eric Holk-0/+2
2011-06-29Adding support for pinning tasks to the currently running thread. Closes #598.Eric Holk-10/+9
2011-06-28Renamed what's left of rust_dom to rust_schedulerEric Holk-0/+308