about summary refs log tree commit diff
path: root/src/libgreen/lib.rs
AgeCommit message (Expand)AuthorLines
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-11Rewrite channels yet again for upgradeabilityAlex Crichton-2/+2
2014-02-11Shuffle around ownership in concurrent queuesAlex Crichton-0/+1
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-3/+3
2014-02-07Delete send_str, rewrite clients on top of MaybeOwned<'static>Kevin Ballard-1/+1
2014-02-06Add some doc examples to lib{green,native}Alex Crichton-3/+149
2014-01-29Removing do keyword from libgreenScott Lawrence-4/+4
2014-01-20Register new snapshotsAlex Crichton-2/+1
2014-01-12Bump version to 0.10-preBrian Anderson-0/+1
2014-01-07doc: Add libgreen and libnative to the indexBrian Anderson-0/+3
2014-01-06Register new snapshotsAlex Crichton-3/+0
2014-01-02Bump version to 0.9Brian Anderson-1/+1
2014-01-01Move task count bookeeping out of libstdAlex Crichton-15/+77
2013-12-26Remove green scheduler bootstrap tasksAlex Crichton-12/+2
2013-12-26Register new snapshotsAlex Crichton-1/+0
2013-12-25Test fixes and rebase conflictsAlex Crichton-16/+13
2013-12-24green: Properly wait for main before shutdownAlex Crichton-15/+34
2013-12-24Test fixes and rebase problemsAlex Crichton-7/+15
2013-12-24green: Fixing all tests from previous refactoringsAlex Crichton-2/+0
2013-12-24green: Allow specifying an IoFactory for poolsAlex Crichton-6/+16
2013-12-24rustuv: Write homing tests with SchedPoolAlex Crichton-26/+27
2013-12-24Finalize the green::Pool typeAlex Crichton-171/+105
2013-12-24std: Get stdtest all passing againAlex Crichton-0/+2
2013-12-24green: Rip the bandaid off, introduce libgreenAlex Crichton-0/+351