summary refs log tree commit diff
path: root/src/libgreen/task.rs
AgeCommit message (Expand)AuthorLines
2014-03-27Fix fallout of removing default boundsAlex Crichton-3/+2
2014-03-24green: Remove the dependence on the crate mapAlex Crichton-1/+1
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-2/+1
2014-03-14green: Don't return the red zone in stack_bounds()Alex Crichton-3/+6
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-28/+27
2014-03-04Cleaned up `std::any`Marvin Löbel-0/+1
2014-02-24green,native,rustuv: Replace many pointer `transmute`'s with `as` or referenc...Huon Wilson-1/+1
2014-02-23std: Move raw to std::rawBrian Anderson-1/+1
2014-02-16Clean up std::task docs, make TaskBuilder a real builderKevin Ballard-1/+0
2014-02-16Convert some unnecessary StaticNativeMutexes to NativeMutexes.Huon Wilson-10/+4
2014-02-16std: Rename unstable::mutex::Mutex to StaticNativeMutex.Huon Wilson-4/+4
2014-02-16std: add an RAII unlocker to Mutex.Huon Wilson-2/+1
2014-02-13Remove two allocations from spawning a green taskAlex Crichton-45/+63
2014-02-13Don't require an allocation for on_exit messagesAlex Crichton-3/+2
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