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-05-22
auto merge of #14357 : huonw/rust/spelling, r=pnkfelix
bors
-1
/
+1
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-2
/
+2
2014-05-22
Spelling/doc formatting fixes.
Huon Wilson
-1
/
+1
2014-05-20
Add .isatty() method to StdReader
Kevin Ballard
-0
/
+10
2014-05-15
Updates with core::fmt changes
Alex Crichton
-3
/
+3
2014-05-07
core: Add unwrap()/unwrap_err() methods to Result
Alex Crichton
-1
/
+1
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-10
/
+10
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-3
/
+3
2014-04-22
Fixed Win64 build
Vadim Chugunov
-14
/
+2
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-1
/
+1
2014-04-15
std: Impl Deref/DerefMut for a borrowed task
Alex Crichton
-4
/
+2
2014-04-14
Use new attribute syntax in python files in src/etc too (#13478)
Manish Goregaokar
-1
/
+1
2014-04-08
std: User a smaller stdin buffer on windows
Alex Crichton
-1
/
+9
2014-03-31
std: Switch field privacy as necessary
Alex Crichton
-2
/
+2
2014-03-27
Fix fallout of removing default bounds
Alex Crichton
-9
/
+12
2014-03-20
auto merge of #12980 : cmr/rust/overhaul-stdio, r=thestinger
bors
-1
/
+7
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-1
/
+1
2014-03-19
std: io: flush stdout on stdin read from tty
Corey Richardson
-1
/
+7
2014-03-13
std: Rename Chan/Port types and constructor
Alex Crichton
-6
/
+6
2014-03-01
std: Switch stdout/stderr to buffered by default
Alex Crichton
-5
/
+29
2014-02-23
Closes #12386. Removed 'pub mod' doc-comments in std::io's mod.rs file. Added...
zslayton
-5
/
+5
2014-02-20
Return a buffered stdin by default.
Alex Crichton
-3
/
+16
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
[prev]