about summary refs log tree commit diff
path: root/src/libgreen/task.rs
AgeCommit message (Expand)AuthorLines
2014-02-07Delete send_str, rewrite clients on top of MaybeOwned<'static>Kevin Ballard-1/+1
2014-02-03std: Remove try_send_deferred plus all falloutAlex Crichton-8/+5
2014-01-30Remove Times traitBrendan Zabarauskas-1/+1
2014-01-29Removing do keyword from libgreenScott Lawrence-16/+16
2014-01-09auto merge of #11360 : huonw/rust/stack_bounds, r=alexcrichtonbors-5/+6
2014-01-07std::rt: require known stack bounds for all tasks.Huon Wilson-5/+6
2014-01-06Support arbitrary stdout/stderr/logger handlesAlex Crichton-1/+5
2014-01-04Add a stack_bounds function to the Runtime traitAlex Crichton-0/+7
2014-01-01Move task count bookeeping out of libstdAlex Crichton-3/+36
2013-12-24std: Remove must deferred sending functionsAlex Crichton-3/+8
2013-12-24green: Fixing all tests from previous refactoringsAlex Crichton-75/+86
2013-12-24rustuv: Write homing tests with SchedPoolAlex Crichton-9/+10
2013-12-24Finalize the green::Pool typeAlex Crichton-17/+31
2013-12-24green: Rip the bandaid off, introduce libgreenAlex Crichton-0/+505