summary refs log tree commit diff
path: root/src/librustuv/queue.rs
AgeCommit message (Expand)AuthorLines
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-02-24green,native,rustuv: Replace many pointer `transmute`'s with `as` or referenc...Huon Wilson-1/+1
2014-02-16std: add a NativeMutex type as a wrapper to destroy StaticNativeMutex.Huon Wilson-3/+3
2014-02-11Shuffle around ownership in concurrent queuesAlex Crichton-25/+26
2014-02-03std: Remove try_send_deferred plus all falloutAlex Crichton-1/+1
2014-02-03rustuv: Require all results are used and fix falloutAlex Crichton-1/+1
2013-12-24rustuv: Fix a use-after-free on destructionAlex Crichton-1/+7
2013-12-24Test fixes and rebase problemsAlex Crichton-0/+2
2013-12-24rustuv: Reimplement without using std::rt::schedAlex Crichton-0/+184