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
/
io
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-1224
/
+0
2013-11-10
Another round of test fixes from previous commits
Alex Crichton
-1
/
+5
2013-11-10
Add bindings to uv's utime function
Alex Crichton
-2
/
+3
2013-11-04
Move io::file to io::fs and fns out of File
Alex Crichton
-4
/
+20
2013-11-03
Fill out the remaining functionality in io::file
Alex Crichton
-37
/
+82
2013-11-03
Remove all blocking std::os blocking functions
Alex Crichton
-1
/
+20
2013-10-31
libstd: Remove mocks.
Patrick Walton
-3
/
+0
2013-10-30
Make Writer::flush a no-op default method
Alex Crichton
-2
/
+6
2013-10-28
Remove the extension traits for Readers/Writers
Alex Crichton
-7
/
+468
2013-10-26
Implement another error code found on windows.
Alex Crichton
-0
/
+2
2013-10-24
Implement a basic event loop built on LittleLock
Alex Crichton
-0
/
+7
2013-10-24
wrapping libuv signal for use in Rust
Do Nhat Minh
-0
/
+3
2013-10-24
Remove io::read_error
Alex Crichton
-7
/
+1
2013-10-24
Move as much I/O as possible off of native::io
Alex Crichton
-0
/
+2
2013-10-24
Remove IoFactoryObject for ~IoFactory
Alex Crichton
-2
/
+4
2013-10-24
Remove rt::io::support
Alex Crichton
-4
/
+0
2013-10-24
Remove unbound pipes from io::pipe
Alex Crichton
-1
/
+0
2013-10-24
Address a few XXX comments throughout the runtime
Alex Crichton
-2
/
+1
2013-10-23
Merge remote-tracking branch 'upstream/master'
Ziad Hatahet
-2
/
+2
2013-10-22
Remove thread-blocking call to `libc::stat` in `Path::stat`
Ziad Hatahet
-0
/
+6
2013-10-22
Minor grammatical fixes and removed section on 'rust' tool
Michael Letterle
-2
/
+2
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-1
/
+1
2013-10-16
auto merge of #9721 : klutzy/rust/uv-net-read-fix, r=alexcrichton
bors
-0
/
+2
2013-10-10
auto merge of #9749 : alexcrichton/rust/less-io, r=brson
bors
-2
/
+25
2013-10-10
Remove some users of io::file_reader
Alex Crichton
-0
/
+20
2013-10-10
Migrate users of io::fd_t to io::native::file::fd_t
Alex Crichton
-2
/
+5
2013-10-08
Make std::rt::io::extensions public
Steven Fackler
-1
/
+1
2013-10-07
Fix existing privacy/visibility violations
Alex Crichton
-1
/
+2
2013-10-05
std::rt: Add NotConnected to IoErrorKind
klutzy
-0
/
+2
2013-09-30
std: Remove usage of fmt!
Alex Crichton
-1
/
+1
2013-09-24
Stop accepting 'impl ...;', require {} instead
Alex Crichton
-1
/
+1
2013-09-18
Implement process bindings to libuv
Alex Crichton
-0
/
+9
2013-09-18
Register new snapshots
Alex Crichton
-6
/
+2
2013-09-16
std: generlize & move io::file::suppressed_stat to io::ignore_io_error
Jeff Olson
-0
/
+12
2013-09-16
std: expose more stat info
Jeff Olson
-6
/
+2
2013-09-16
std: clean up Dir/FileInfo inheritence and flesh out Dir Info
Jeff Olson
-2
/
+8
2013-09-16
std/rt: in-progress file io work
Jeff Olson
-0
/
+24
2013-09-10
Buffered I/O wrappers
Steven Fackler
-0
/
+3
2013-09-06
Fix Acceptor iterator ending early if a connection attempt fails
Eric Reed
-4
/
+9
2013-09-05
std::rt: Add get_host_addresses function
Brian Anderson
-7
/
+1
2013-09-05
Implement Stream automatically for Reader + Writer
Chris Morgan
-0
/
+2
2013-09-04
Added explicit pub to several conditions. Enables completion of #6009.
Felix S. Klock II
-5
/
+3
2013-09-03
auto merge of #8963 : jmgrosen/rust/issue-8881, r=alexcrichton
bors
-0
/
+4
2013-09-03
Fixes #8881. condition! imports parent's pub identifiers
jmgrosen
-0
/
+4
2013-08-29
Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ...
Brian Anderson
-3
/
+0
2013-08-27
Implement process bindings to libuv
Alex Crichton
-0
/
+3
2013-08-22
std: put FileMode/Access->whence-mask in uvio, open/unlink as fns in file::
Jeff Olson
-0
/
+24
2013-08-22
std: rework file io.. support [p]read,[p]write, impl seek/tell + more tests
Jeff Olson
-0
/
+1
2013-08-21
auto merge of #8600 : sfackler/rust/http, r=brson
bors
-1
/
+0
2013-08-18
Delete std::rt::io::net::http
Steven Fackler
-1
/
+0
[next]