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
/
io
/
stdio.rs
Age
Commit message (
Expand
)
Author
Lines
2014-02-11
Move replace and swap to std::mem. Get rid of std::util
Edward Wang
-4
/
+4
2014-02-03
std: Fixing all documentation
Alex Crichton
-7
/
+8
2014-02-03
std: Fix tests with io_error usage
Alex Crichton
-2
/
+2
2014-02-03
std: Remove io::io_error
Alex Crichton
-47
/
+29
2014-01-29
Removing do keyword from libstd and librustc
Scott Lawrence
-4
/
+4
2014-01-17
Tweak the interface of std::io
Alex Crichton
-2
/
+1
2014-01-09
Remove eof() from io::Reader
Alex Crichton
-2
/
+0
2014-01-07
std: Fill in all missing imports
Alex Crichton
-0
/
+3
2014-01-07
auto merge of #11353 : alexcrichton/rust/improve-logging, r=brson
bors
-27
/
+105
2014-01-06
Support arbitrary stdout/stderr/logger handles
Alex Crichton
-27
/
+105
2014-01-06
Remove some unnecessary type casts
Florian Hahn
-1
/
+1
2013-12-25
Test fixes and rebase conflicts
Alex Crichton
-2
/
+1
2013-12-24
std: Get stdtest all passing again
Alex Crichton
-15
/
+2
2013-12-24
std: Handle prints with literally no context
Alex Crichton
-1
/
+11
2013-12-24
std: Expose that LocalIo may not always be available
Alex Crichton
-16
/
+10
2013-12-10
libstd: Remove `Cell` from the library.
Patrick Walton
-1
/
+1
2013-12-10
librustuv: Change `with_local_io` to use RAII.
Patrick Walton
-6
/
+13
2013-12-04
Don't dup the stdio file descriptors.
Alex Crichton
-12
/
+2
2013-11-28
Register new snapshots
Alex Crichton
-4
/
+4
2013-11-26
libstd: Remove all non-`proc` uses of `do` from libstd
Patrick Walton
-23
/
+15
2013-11-19
libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd
Patrick Walton
-2
/
+2
2013-11-19
Implement more native file I/O
Alex Crichton
-1
/
+11
2013-11-13
Implement native::IoFactory
Alex Crichton
-9
/
+15
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-0
/
+321