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
Age
Commit message (
Expand
)
Author
Lines
2013-10-24
Move stdin to using libuv's pipes instead of a tty
Alex Crichton
-30
/
+18
2013-10-24
Remove io::read_error
Alex Crichton
-44
/
+38
2013-10-24
Move as much I/O as possible off of native::io
Alex Crichton
-24
/
+52
2013-10-24
Migrate the last typedefs to ~Trait in rtio
Alex Crichton
-4
/
+4
2013-10-24
Don't attempt to export uv functions directly
Alex Crichton
-14
/
+0
2013-10-24
Remove IoFactoryObject for ~IoFactory
Alex Crichton
-183
/
+157
2013-10-24
Remove rt::io::support
Alex Crichton
-74
/
+23
2013-10-24
Migrate Rtio objects to true trait objects
Alex Crichton
-26
/
+21
2013-10-24
Move rt::io::stdio from FileStream to a TTY
Alex Crichton
-14
/
+88
2013-10-24
Remove unbound pipes from io::pipe
Alex Crichton
-29
/
+4
2013-10-24
Address a few XXX comments throughout the runtime
Alex Crichton
-12
/
+20
2013-10-24
Finish implementing io::net::addrinfo
Alex Crichton
-46
/
+129
2013-10-24
Implement io::net::unix
Alex Crichton
-19
/
+271
2013-10-23
Merge remote-tracking branch 'upstream/master'
Ziad Hatahet
-9
/
+9
2013-10-22
Remove thread-blocking call to `libc::stat` in `Path::stat`
Ziad Hatahet
-2
/
+8
2013-10-22
auto merge of #10020 : mletterle/rust/documentation-fixes, r=thestinger
bors
-2
/
+2
2013-10-23
Removed Unnecessary comments and white spaces #4386
reedlepee
-34
/
+0
2013-10-23
Making fields in std and extra : private #4386
reedlepee
-7
/
+41
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
-82
/
+82
2013-10-20
Don't allocate a string when calling println
Alex Crichton
-1
/
+18
2013-10-17
std: Move size/align functions to std::mem. #2240
Brian Anderson
-2
/
+2
2013-10-16
auto merge of #9721 : klutzy/rust/uv-net-read-fix, r=alexcrichton
bors
-6
/
+22
2013-10-15
path2: Adjust the API to remove all the _str mutation methods
Kevin Ballard
-15
/
+15
2013-10-15
path2: Replace the path module outright
Kevin Ballard
-23
/
+27
2013-10-10
auto merge of #9749 : alexcrichton/rust/less-io, r=brson
bors
-59
/
+1222
2013-10-10
Make the file::DirectoryInfo trait public
Alex Crichton
-1
/
+1
2013-10-10
Remove some users of io::file_reader
Alex Crichton
-4
/
+24
2013-10-10
Migrate users of io::fd_t to io::native::file::fd_t
Alex Crichton
-2
/
+5
2013-10-10
Implement BufferedReader.{read_until, read_line}
Alex Crichton
-7
/
+65
2013-10-10
Implement rt::io::stdio
Alex Crichton
-25
/
+83
2013-10-09
auto merge of #9780 : sfackler/rust/extensions2, r=alexcrichton
bors
-1
/
+1
2013-10-09
Implement io::native::process
Alex Crichton
-0
/
+752
2013-10-09
Implement io::native::stdio
Alex Crichton
-0
/
+67
2013-10-09
Implement io::native::file
Alex Crichton
-25
/
+230
2013-10-09
option: rewrite the API to use composition
Daniel Micay
-7
/
+7
2013-10-08
Make std::rt::io::extensions public
Steven Fackler
-1
/
+1
2013-10-07
Fix existing privacy/visibility violations
Alex Crichton
-3
/
+5
2013-10-05
rt::io::net::tcp: Fix eof_twice tests on Win32
klutzy
-6
/
+20
2013-10-05
std::rt: Add NotConnected to IoErrorKind
klutzy
-0
/
+2
2013-10-03
Close out #9155
Steven Fackler
-13
/
+9
2013-10-02
Stop using newtype wrappers in std::rt::io
Steven Fackler
-30
/
+48
2013-10-01
auto merge of #9578 : alexcrichton/rust/un-ignore-libuv-process-tests, r=brson
bors
-142
/
+2
2013-10-01
Move the rt::io::process tests to run-pass
Alex Crichton
-142
/
+2
2013-09-30
std: Remove usage of fmt!
Alex Crichton
-118
/
+104
2013-09-26
Visibility fixes
Steven Fackler
-11
/
+11
2013-09-25
Some struct visibility fixes
Steven Fackler
-2
/
+2
2013-09-25
rustdoc: Change all code-blocks with a script
Alex Crichton
-16
/
+16
2013-09-24
auto merge of #9336 : alexcrichton/rust/issue-7981, r=catamorphism
bors
-1
/
+1
2013-09-24
Stop accepting 'impl ...;', require {} instead
Alex Crichton
-1
/
+1
[prev]
[next]