summary refs log tree commit diff
path: root/src/libgreen
AgeCommit message (Expand)AuthorLines
2014-01-07doc: Add libgreen and libnative to the indexBrian Anderson-0/+3
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-06Register new snapshotsAlex Crichton-3/+0
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-2/+2
2014-01-04auto merge of #11306 : alexcrichton/rust/native-bounds, r=pcwaltonbors-0/+8
2014-01-04Add a stack_bounds function to the Runtime traitAlex Crichton-0/+8
2014-01-02Bump version to 0.9Brian Anderson-1/+1
2014-01-01Move task count bookeeping out of libstdAlex Crichton-26/+131
2013-12-29Fix a deadlock in a libgreen testAlex Crichton-1/+1
2013-12-26Remove green scheduler bootstrap tasksAlex Crichton-34/+16
2013-12-26Register new snapshotsAlex Crichton-1/+0
2013-12-25Test fixes and rebase conflictsAlex Crichton-21/+20
2013-12-24green: Move a scheduler test inside libgreenAlex Crichton-1/+72
2013-12-24std: Remove must deferred sending functionsAlex Crichton-4/+9
2013-12-24rustuv: Fix a memory leak (documented inside)Alex Crichton-7/+25
2013-12-24native: Protect against spurious wakeups on cvarsAlex Crichton-13/+24
2013-12-24green: Properly wait for main before shutdownAlex Crichton-15/+111
2013-12-24Test fixes and rebase problemsAlex Crichton-7/+15
2013-12-24green: Fixing all tests from previous refactoringsAlex Crichton-279/+347
2013-12-24green: Allow specifying an IoFactory for poolsAlex Crichton-6/+16
2013-12-24rustuv: Write homing tests with SchedPoolAlex Crichton-38/+39
2013-12-24Finalize the green::Pool typeAlex Crichton-188/+141
2013-12-24std: Get stdtest all passing againAlex Crichton-0/+2
2013-12-24green: Rip the bandaid off, introduce libgreenAlex Crichton-0/+3082