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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
io
/
stdio.rs
Age
Commit message (
Expand
)
Author
Lines
2017-06-20
Add `Read::initializer`.
Steven Fackler
-11
/
+12
2017-05-10
Fix up stability annotations per feedback.
Zack Weinberg
-2
/
+2
2017-05-10
Revise the eprint(ln)! feature.
Zack Weinberg
-50
/
+29
2017-05-10
Add `eprint!` and `eprintln!` macros to the prelude.
Zack Weinberg
-0
/
+36
2017-03-13
Remove function invokation parens from documentation links.
Corey Farwell
-2
/
+2
2017-01-29
Fix a few impl stability attributes
Oliver Middleton
-6
/
+6
2017-01-22
libstd: replace all `try!` with `?` in documentation examples
Utkarsh Kukreti
-9
/
+9
2016-12-18
Implement `fmt::Debug` for all structures in libstd.
Corey Farwell
-0
/
+42
2016-12-16
Address fallout
Aaron Turon
-3
/
+3
2016-11-28
Move stdout/err flush into sys
Jeremy Soller
-6
/
+0
2016-11-10
Merge branch 'master' into redox
Jeremy Soller
-1
/
+2
2016-11-10
Fixes for stdio and processes on Redox
Jeremy Soller
-0
/
+6
2016-11-05
add missing urls on io structs
Guillaume Gomez
-1
/
+2
2016-11-01
std: Move a plattform-specific constant to sys::stdio
Brian Anderson
-9
/
+1
2016-10-01
std: Move platform specific stdio code into sys
Brian Anderson
-5
/
+2
2016-09-30
Change the sigs of set_print/set_panic to allow restoring the default objects
Brian Anderson
-4
/
+4
2016-09-30
Ignore lots and lots of std tests on emscripten
Brian Anderson
-0
/
+1
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-1
/
+0
2016-07-30
Add doc example for Stdout
Guillaume Gomez
-0
/
+15
2016-07-30
Add doc example for Stdin
Guillaume Gomez
-0
/
+15
2016-07-30
Add doc example for io::Stderr
Guillaume Gomez
-0
/
+15
2016-03-23
doc: Stdin is locked for reads, not writes
Brian Anderson
-2
/
+2
2016-03-10
Fixup stout/stderr on Windows
Oliver Middleton
-19
/
+2
2016-03-08
std: Funnel read_to_end through to one location
Alex Crichton
-2
/
+10
2016-01-25
std: Fix some behavior without stdio handles
Alex Crichton
-1
/
+1
2015-12-30
doc: missed these in a4da9ac
Tshepang Lekhonkhobe
-2
/
+2
2015-12-30
doc: add graves
Tshepang Lekhonkhobe
-23
/
+23
2015-12-30
doc: add some links for io::stdio
Tshepang Lekhonkhobe
-14
/
+35
2015-12-23
doc: make line visible
Tshepang Lekhonkhobe
-1
/
+1
2015-11-09
std: Migrate to the new libc
Alex Crichton
-3
/
+2
2015-10-31
std: Prevent print panics when using TLS
Alex Crichton
-8
/
+26
2015-10-08
typos: fix a grabbag of typos all over the place
Cristi Cobzarenco
-3
/
+3
2015-08-30
Auto merge of #27588 - cesarb:read_all, r=alexcrichton
bors
-0
/
+3
2015-08-24
Implement read_exact for the Read trait
Cesar Eduardo Barros
-0
/
+3
2015-08-15
std: Add issues to all unstable features
Alex Crichton
-3
/
+6
2015-08-11
correct copy/paste typos in stdio.rs comments
Alex Burka
-4
/
+4
2015-07-31
Auto merge of #26897 - RalfJung:stdin-mut, r=alexcrichton
bors
-1
/
+1
2015-07-15
Add specializations of read_to_end for Stdin, TcpStream and File,
Alisdair Owens
-0
/
+4
2015-07-10
Add more std::io documentation.
Steve Klabnik
-15
/
+97
2015-07-08
Stdin::read_line: read_line does not need a mutable borrow
Ralf Jung
-1
/
+1
2015-06-30
doc: add example for Stdin::read_line
Tshepang Lekhonkhobe
-0
/
+22
2015-06-14
Implement RFC 1014
Steven Fackler
-19
/
+77
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-3
/
+3
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-6
/
+6
2015-04-24
Change name of unit test sub-module to "tests".
Johannes Oertel
-1
/
+1
2015-04-22
Explain how to create a Stdin or Stdout
Matt Brubeck
-0
/
+4
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-7
/
+7
2015-04-08
Implement reentrant mutexes and make stdio use them
Simonas Kazlauskas
-17
/
+25
2015-03-27
std: Don't deadlock/panic on recursive prints
Alex Crichton
-11
/
+13
2015-03-19
Auto merge of #23507 - jbcrail:fix-comment-spelling, r=alexcrichton
bors
-1
/
+1
[next]