summary refs log tree commit diff
path: root/src/libnative/task.rs
AgeCommit message (Expand)AuthorLines
2014-01-07auto merge of #11353 : alexcrichton/rust/improve-logging, r=brsonbors-1/+5
2014-01-06Support arbitrary stdout/stderr/logger handlesAlex Crichton-1/+5
2014-01-05Guarantee that native tasks wait for childrenAlex Crichton-1/+5
2014-01-04Add a stack_bounds function to the Runtime traitAlex Crichton-5/+22
2014-01-01Move task count bookeeping out of libstdAlex Crichton-0/+3
2013-12-27Implement native TCP I/OAlex Crichton-7/+5
2013-12-24native: Protect against spurious wakeups on cvarsAlex Crichton-13/+29
2013-12-24green: Properly wait for main before shutdownAlex Crichton-8/+2
2013-12-24green: Fixing all tests from previous refactoringsAlex Crichton-0/+1
2013-12-24Finalize the green::Pool typeAlex Crichton-45/+5
2013-12-24native: Add tests and cleanup entry pointsAlex Crichton-0/+97
2013-12-24std: Get stdtest all passing againAlex Crichton-3/+8
2013-12-24native: Introduce libnativeAlex Crichton-0/+257