about summary refs log tree commit diff
path: root/src/libnative/task.rs
AgeCommit message (Expand)AuthorLines
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