summary refs log tree commit diff
path: root/src/libnative
AgeCommit message (Expand)AuthorLines
2014-01-01auto merge of #11212 : alexcrichton/rust/local-task-count, r=brsonbors-8/+54
2014-01-01Move task count bookeeping out of libstdAlex Crichton-8/+54
2013-12-31auto merge of #11187 : alexcrichton/rust/once, r=brsonbors-9/+4
2013-12-31Convert relevant static mutexes to OnceAlex Crichton-9/+4
2013-12-31Implement native UDP I/OAlex Crichton-89/+264
2013-12-27Implement native TCP I/OAlex Crichton-22/+467
2013-12-27Bring native process bindings up to dateAlex Crichton-70/+136
2013-12-26Register new snapshotsAlex Crichton-1/+0
2013-12-25Test fixes and rebase conflictsAlex Crichton-9/+7
2013-12-24rustuv: Remove the id() function from IoFactoryAlex Crichton-3/+0
2013-12-24native: Protect against spurious wakeups on cvarsAlex Crichton-13/+29
2013-12-24green: Properly wait for main before shutdownAlex Crichton-18/+17
2013-12-24Test fixes and rebase problemsAlex Crichton-0/+2
2013-12-24green: Fixing all tests from previous refactoringsAlex Crichton-0/+1
2013-12-24Finalize the green::Pool typeAlex Crichton-46/+9
2013-12-24native: Add tests and cleanup entry pointsAlex Crichton-17/+139
2013-12-24std: Get stdtest all passing againAlex Crichton-3/+8
2013-12-24native: Introduce libnativeAlex Crichton-0/+2153