summary refs log tree commit diff
path: root/src/libgreen/simple.rs
AgeCommit message (Expand)AuthorLines
2014-03-27Fix fallout of removing default boundsAlex Crichton-3/+3
2014-03-23std: Move NativeMutex from &mut self to &selfAlex Crichton-2/+2
2014-03-04Cleaned up `std::any`Marvin Löbel-0/+1
2014-02-16std: add a NativeMutex type as a wrapper to destroy StaticNativeMutex.Huon Wilson-5/+5
2014-02-03std: Remove try_send_deferred plus all falloutAlex Crichton-1/+2
2014-01-07std::rt: require known stack bounds for all tasks.Huon Wilson-1/+1
2014-01-04Add a stack_bounds function to the Runtime traitAlex Crichton-0/+1
2013-12-24std: Remove must deferred sending functionsAlex Crichton-1/+1
2013-12-24native: Protect against spurious wakeups on cvarsAlex Crichton-13/+24
2013-12-24green: Properly wait for main before shutdownAlex Crichton-0/+77