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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustuv
Age
Commit message (
Expand
)
Author
Lines
2013-11-24
Remove linked failure from the runtime
Alex Crichton
-140
/
+111
2013-11-22
Fix up mingw64 target.
Luqman Aden
-1
/
+1
2013-11-19
auto merge of #10558 : alexcrichton/rust/faster-stdout, r=pcwalton,pcwalton
bors
-1
/
+6
2013-11-18
librustc: Convert `~fn()` to `proc()` everywhere.
Patrick Walton
-2
/
+2
2013-11-18
Allow piped stdout/stderr use uv_tty_t
Alex Crichton
-1
/
+6
2013-11-13
Implement native::IoFactory
Alex Crichton
-5
/
+5
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-24
/
+24
2013-11-12
Implemented a ProcessExit enum and helper methods to std::rt::io::process for...
Matthew Iselin
-8
/
+6
2013-11-11
Remove #[fixed_stack_segment] and #[rust_stack]
Alex Crichton
-224
/
+179
2013-11-11
auto merge of #10409 : alexcrichton/rust/issue-10386, r=brson
bors
-6
/
+0
2013-11-11
auto merge of #10394 : yichoi/rust/make_check_pass_android, r=brson
bors
-0
/
+1
2013-11-10
Enable uv pipe tests on windows
Alex Crichton
-6
/
+0
2013-11-10
Fix usage of libuv for windows
Alex Crichton
-33
/
+74
2013-11-10
Carefully destroy channels at the right time.
Alex Crichton
-9
/
+67
2013-11-10
Another round of test fixes from previous commits
Alex Crichton
-38
/
+277
2013-11-10
Update to the latest libuv
Alex Crichton
-315
/
+144
2013-11-10
Fall back from uv tty instances more aggressively
Alex Crichton
-5
/
+17
2013-11-10
Make the uv bindings resilient to linked failure
Alex Crichton
-828
/
+846
2013-11-10
Assorted test fixes and merge conflicts
Alex Crichton
-140
/
+129
2013-11-10
Rework the idle callback to have a safer interface
Alex Crichton
-65
/
+68
2013-11-10
Update all uv tests to pass again
Alex Crichton
-1341
/
+706
2013-11-10
Work around bugs in 32-bit enum FFI
Alex Crichton
-2
/
+7
2013-11-10
Migrate all streams to synchronous closing
Alex Crichton
-32
/
+14
2013-11-10
Add bindings to uv's utime function
Alex Crichton
-1
/
+20
2013-11-10
Don't overflow in a converting stat times to u64
Alex Crichton
-1
/
+3
2013-11-10
Clean up the remaining chunks of uv
Alex Crichton
-100
/
+82
2013-11-10
Migrate uv net bindings away from ~fn()
Alex Crichton
-1067
/
+618
2013-11-10
Migrate uv getaddrinfo away from ~fn()
Alex Crichton
-142
/
+70
2013-11-10
Migrate uv file bindings away from ~fn()
Alex Crichton
-675
/
+405
2013-11-10
Start migrating stream I/O away from ~fn()
Alex Crichton
-317
/
+501
2013-11-10
Fixing rebase conflicts and such
Alex Crichton
-144
/
+91
2013-11-10
Remove usage of ~fn() from uv async/idle
Alex Crichton
-248
/
+248
2013-11-10
Migrate uv signal handling away from ~fn()
Alex Crichton
-87
/
+56
2013-11-10
Migrate uv process bindings away from ~fn()
Alex Crichton
-200
/
+115
2013-11-10
Migrate uv timer bindings away from ~fn()
Alex Crichton
-122
/
+151
2013-11-10
uv: Remove closure-based home_for_io for raii
Alex Crichton
-385
/
+326
2013-11-10
uv: Provide a helper fn to Result<(), IoError>
Alex Crichton
-74
/
+19
2013-11-10
uv: Remove lots of uv/C++ wrappers
Alex Crichton
-603
/
+310
2013-11-10
disable tests on android since tcp/ip permission cannot be acquired without h...
Young-il Choi
-0
/
+1
2013-11-08
Specify package_id for rust libs, to avoid spurious warnings
Andrei Formiga
-0
/
+1
2013-11-05
Make TypeContents consider the type `T` to be reachable via `*T` pointers
Niko Matsakis
-11
/
+8
2013-11-04
Move io::file to io::fs and fns out of File
Alex Crichton
-12
/
+15
2013-11-03
Fill out the remaining functionality in io::file
Alex Crichton
-264
/
+337
2013-11-03
Remove all blocking std::os blocking functions
Alex Crichton
-9
/
+40
2013-11-03
Modify IoFactory's fs_mkdir, and add fs_rename
Alex Crichton
-3
/
+34
2013-11-03
Rename files to match current recommendations.
Chris Morgan
-0
/
+0
2013-11-02
Statically link libuv to librustuv
Alex Crichton
-0
/
+12
2013-11-01
Reordered the methods in std::Option and std::Result
Marvin Löbel
-1
/
+1
2013-10-30
Make Writer::flush a no-op default method
Alex Crichton
-3
/
+0
2013-10-29
Register new snapshots
Alex Crichton
-9
/
+7
[prev]
[next]