index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustuv
/
net.rs
Age
Commit message (
Expand
)
Author
Lines
2014-01-07
Fix remaining cases of leaking imports
Alex Crichton
-0
/
+1
2013-12-24
rustuv: Get all tests passing again after refactor
Alex Crichton
-264
/
+70
2013-12-24
rustuv: Reimplement without using std::rt::sched
Alex Crichton
-50
/
+41
2013-12-16
Test fallout from std::comm rewrite
Alex Crichton
-20
/
+19
2013-12-15
std::vec: convert to(_mut)_ptr to as_... methods on &[] and &mut [].
Huon Wilson
-1
/
+1
2013-12-10
libstd: Remove `Cell` from the library.
Patrick Walton
-2
/
+7
2013-12-10
librustdoc: Remove a couple of `Cell`s.
Patrick Walton
-3
/
+4
2013-12-10
librustuv: RAII-ify `Local::borrow`, and remove some 12 Cells.
Patrick Walton
-5
/
+4
2013-12-10
libextra: Another round of de-`Cell`-ing.
Patrick Walton
-53
/
+28
2013-12-08
Remove dead codes
Kiet Tran
-8
/
+0
2013-12-04
Rename std::rt::deque::*::init() to *::new()
Kevin Ballard
-1
/
+1
2013-12-04
std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter.
Huon Wilson
-1
/
+1
2013-11-29
Implement a lock-free work-stealing deque
Alex Crichton
-6
/
+7
2013-11-28
Register new snapshots
Alex Crichton
-8
/
+8
2013-11-26
auto merge of #10581 : pcwalton/rust/dedo, r=pcwalton
bors
-32
/
+30
2013-11-26
librustc: Fix merge fallout.
Patrick Walton
-2
/
+2
2013-11-26
Correctly handle libuv errors in addrinfo calls
Alex Crichton
-3
/
+8
2013-11-26
librustc: Make `||` lambdas not infer to `proc`s
Patrick Walton
-2
/
+2
2013-11-26
librustuv: Remove all non-`proc` uses of `do` from `libextra` and
Patrick Walton
-27
/
+25
2013-11-26
libsyntax: Remove the old-style borrowed closure type syntax from the
Patrick Walton
-1
/
+1
2013-11-24
Remove linked failure from the runtime
Alex Crichton
-72
/
+63
2013-11-18
librustc: Convert `~fn()` to `proc()` everywhere.
Patrick Walton
-2
/
+2
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-2
/
+2
2013-11-11
Remove #[fixed_stack_segment] and #[rust_stack]
Alex Crichton
-3
/
+0
2013-11-10
Fix usage of libuv for windows
Alex Crichton
-0
/
+1
2013-11-10
Another round of test fixes from previous commits
Alex Crichton
-0
/
+50
2013-11-10
Update to the latest libuv
Alex Crichton
-132
/
+89
2013-11-10
Make the uv bindings resilient to linked failure
Alex Crichton
-437
/
+452
2013-11-10
Assorted test fixes and merge conflicts
Alex Crichton
-28
/
+29
2013-11-10
Update all uv tests to pass again
Alex Crichton
-265
/
+474
2013-11-10
Migrate all streams to synchronous closing
Alex Crichton
-1
/
+1
2013-11-10
Clean up the remaining chunks of uv
Alex Crichton
-27
/
+24
2013-11-10
Migrate uv net bindings away from ~fn()
Alex Crichton
-299
/
+503
2013-11-10
uv: Remove lots of uv/C++ wrappers
Alex Crichton
-13
/
+15
2013-10-29
Move rust's uv implementation to its own crate
Alex Crichton
-0
/
+851