summary refs log tree commit diff
path: root/src/librustuv/net.rs
AgeCommit message (Expand)AuthorLines
2014-01-07Fix remaining cases of leaking importsAlex Crichton-0/+1
2013-12-24rustuv: Get all tests passing again after refactorAlex Crichton-264/+70
2013-12-24rustuv: Reimplement without using std::rt::schedAlex Crichton-50/+41
2013-12-16Test fallout from std::comm rewriteAlex Crichton-20/+19
2013-12-15std::vec: convert to(_mut)_ptr to as_... methods on &[] and &mut [].Huon Wilson-1/+1
2013-12-10libstd: Remove `Cell` from the library.Patrick Walton-2/+7
2013-12-10librustdoc: Remove a couple of `Cell`s.Patrick Walton-3/+4
2013-12-10librustuv: RAII-ify `Local::borrow`, and remove some 12 Cells.Patrick Walton-5/+4
2013-12-10libextra: Another round of de-`Cell`-ing.Patrick Walton-53/+28
2013-12-08Remove dead codesKiet Tran-8/+0
2013-12-04Rename std::rt::deque::*::init() to *::new()Kevin Ballard-1/+1
2013-12-04std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter.Huon Wilson-1/+1
2013-11-29Implement a lock-free work-stealing dequeAlex Crichton-6/+7
2013-11-28Register new snapshotsAlex Crichton-8/+8
2013-11-26auto merge of #10581 : pcwalton/rust/dedo, r=pcwaltonbors-32/+30
2013-11-26librustc: Fix merge fallout.Patrick Walton-2/+2
2013-11-26Correctly handle libuv errors in addrinfo callsAlex Crichton-3/+8
2013-11-26librustc: Make `||` lambdas not infer to `proc`sPatrick Walton-2/+2
2013-11-26librustuv: Remove all non-`proc` uses of `do` from `libextra` andPatrick Walton-27/+25
2013-11-26libsyntax: Remove the old-style borrowed closure type syntax from thePatrick Walton-1/+1
2013-11-24Remove linked failure from the runtimeAlex Crichton-72/+63
2013-11-18librustc: Convert `~fn()` to `proc()` everywhere.Patrick Walton-2/+2
2013-11-11Move std::rt::io to std::ioAlex Crichton-2/+2
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-3/+0
2013-11-10Fix usage of libuv for windowsAlex Crichton-0/+1
2013-11-10Another round of test fixes from previous commitsAlex Crichton-0/+50
2013-11-10Update to the latest libuvAlex Crichton-132/+89
2013-11-10Make the uv bindings resilient to linked failureAlex Crichton-437/+452
2013-11-10Assorted test fixes and merge conflictsAlex Crichton-28/+29
2013-11-10Update all uv tests to pass againAlex Crichton-265/+474
2013-11-10Migrate all streams to synchronous closingAlex Crichton-1/+1
2013-11-10Clean up the remaining chunks of uvAlex Crichton-27/+24
2013-11-10Migrate uv net bindings away from ~fn()Alex Crichton-299/+503
2013-11-10uv: Remove lots of uv/C++ wrappersAlex Crichton-13/+15
2013-10-29Move rust's uv implementation to its own crateAlex Crichton-0/+851