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
/
libstd
/
rt
/
rtio.rs
Age
Commit message (
Expand
)
Author
Lines
2014-03-13
auto merge of #12855 : alexcrichton/rust/shutdown, r=brson
bors
-0
/
+1
2014-03-13
io: Bind to shutdown() for TCP streams
Alex Crichton
-0
/
+1
2014-03-13
std: Rename Chan/Port types and constructor
Alex Crichton
-4
/
+4
2014-02-23
Roll std::run into std::io::process
Alex Crichton
-0
/
+1
2014-02-12
Expose whether event loops have active I/O
Alex Crichton
-0
/
+1
2014-02-11
Rewrite channels yet again for upgradeability
Alex Crichton
-2
/
+2
2014-02-05
Implement clone() for TCP/UDP/Unix sockets
Alex Crichton
-0
/
+4
2014-02-03
std: Remove io::io_error
Alex Crichton
-17
/
+6
2014-01-26
Removed all instances of XXX in preparation for relaxing of FIXME rule
Salem Talha
-2
/
+2
2013-12-25
Test fixes and rebase conflicts
Alex Crichton
-8
/
+10
2013-12-24
rustuv: Remove the id() function from IoFactory
Alex Crichton
-2
/
+0
2013-12-24
green: Rip the bandaid off, introduce libgreen
Alex Crichton
-4
/
+7
2013-12-24
std: Expose that LocalIo may not always be available
Alex Crichton
-23
/
+37
2013-12-16
Fallout of rewriting std::comm
Alex Crichton
-2
/
+2
2013-12-15
std::rt: s/pausible/pausable/.
Huon Wilson
-2
/
+2
2013-12-10
libstd: Remove `Cell` from the library.
Patrick Walton
-8
/
+15
2013-12-10
librustuv: Change `with_local_io` to use RAII.
Patrick Walton
-23
/
+48
2013-11-19
libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd
Patrick Walton
-2
/
+2
2013-11-18
Allow piped stdout/stderr use uv_tty_t
Alex Crichton
-0
/
+1
2013-11-13
Implement native::IoFactory
Alex Crichton
-9
/
+17
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-12
/
+12
2013-11-12
Implemented a ProcessExit enum and helper methods to std::rt::io::process for...
Matthew Iselin
-2
/
+2
2013-11-10
Fall back from uv tty instances more aggressively
Alex Crichton
-1
/
+0
2013-11-10
Rework the idle callback to have a safer interface
Alex Crichton
-3
/
+1
2013-11-10
Add bindings to uv's utime function
Alex Crichton
-0
/
+2
2013-11-10
Start migrating stream I/O away from ~fn()
Alex Crichton
-2
/
+0
2013-11-10
Remove usage of ~fn() from uv async/idle
Alex Crichton
-3
/
+7
2013-11-03
Fill out the remaining functionality in io::file
Alex Crichton
-5
/
+18
2013-11-03
Remove all blocking std::os blocking functions
Alex Crichton
-2
/
+5
2013-11-03
Modify IoFactory's fs_mkdir, and add fs_rename
Alex Crichton
-1
/
+2
2013-10-30
Make Writer::flush a no-op default method
Alex Crichton
-1
/
+0
2013-10-25
Enhance timers to create ports
Alex Crichton
-1
/
+3
2013-10-24
Remove the 'callback_ms' function from EventLoop
Alex Crichton
-1
/
+0
2013-10-24
Another round of test fixes and merge conflicts
Alex Crichton
-1
/
+15
2013-10-24
wrapping libuv signal for use in Rust
Do Nhat Minh
-0
/
+6
2013-10-24
Move stdin to using libuv's pipes instead of a tty
Alex Crichton
-0
/
+1
2013-10-24
Move as much I/O as possible off of native::io
Alex Crichton
-1
/
+2
2013-10-24
Migrate the last typedefs to ~Trait in rtio
Alex Crichton
-9
/
+4
2013-10-24
Don't attempt to export uv functions directly
Alex Crichton
-1
/
+0
2013-10-24
Remove IoFactoryObject for ~IoFactory
Alex Crichton
-6
/
+27
2013-10-24
Remove rt::io::support
Alex Crichton
-7
/
+6
2013-10-24
Migrate Rtio objects to true trait objects
Alex Crichton
-26
/
+20
2013-10-24
Move rt::io::stdio from FileStream to a TTY
Alex Crichton
-0
/
+11
2013-10-24
Remove unbound pipes from io::pipe
Alex Crichton
-2
/
+0
2013-10-24
Finish implementing io::net::addrinfo
Alex Crichton
-1
/
+3
2013-10-24
Implement io::net::unix
Alex Crichton
-1
/
+18
2013-10-23
Removed Unnecessary comments and white spaces #4386
reedlepee
-1
/
+0
2013-10-23
Making fields in std and extra : private #4386
reedlepee
-1
/
+2
2013-09-18
Implement process bindings to libuv
Alex Crichton
-0
/
+19
2013-09-17
std: remove RtioStream
Jeff Olson
-5
/
+0
[next]