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
2020-04-26
Update name
Steven Fackler
-22
/
+22
2020-04-26
Add Read/Write::can_read/write_vectored
Steven Fackler
-0
/
+56
2020-03-31
more clippy fixes
Matthias Krüger
-2
/
+2
2020-03-21
Rollup merge of #69955 - alexcrichton:stderr-infallible, r=sfackler
Dylan DPC
-18
/
+31
2020-03-20
Fix abort-on-eprintln during process shutdown
Alex Crichton
-18
/
+31
2020-03-18
std: Don't abort process when printing panics in tests
Alex Crichton
-4
/
+8
2020-02-23
docs: Stdin::read_line: mention the appending
Jakub Kądziołka
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-59
/
+78
2019-12-21
Require issue = "none" over issue = "0" in unstable attributes
Ross MacArthur
-4
/
+4
2019-10-20
Fix parameter name in documentation
Adrian Heine né Lang
-1
/
+1
2019-09-11
Fix inconsistent link formatting.
Tomasz Różański
-4
/
+4
2019-04-27
Stabilized vectored IO
Steven Fackler
-12
/
+12
2019-04-10
std: Add `{read,write}_vectored` for more types
Alex Crichton
-1
/
+50
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-16
/
+16
2019-03-28
Use write_all instead of write in example code
Matt Brubeck
-6
/
+6
2019-03-08
expand unused doc comment diagnostic
Andy Russell
-2
/
+2
2019-02-28
Use the correct stderr when testing libstd
Jethro Beekman
-2
/
+14
2019-02-28
libstd => 2018
Taiki Endo
-15
/
+15
2019-02-17
Use more impl header lifetime elision
Scott McMurray
-7
/
+7
2019-02-03
Improve error message and docs for non-UTF-8 bytes in stdio on Windows
Austin Bonander
-0
/
+45
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-2
/
+2
2018-08-31
Implement the `min_const_fn` feature gate
Oliver Schneider
-8
/
+12
2018-08-06
make Lazy::new unsafe and check reentrancy condition in the callers
Ralf Jung
-3
/
+7
2018-07-10
Deny bare trait objects in `src/libstd`.
ljedrz
-4
/
+4
2018-07-02
Make Stdio handle UnwindSafe
Evan Simmons
-0
/
+22
2018-03-28
Remove hidden `foo` functions from doc examples; use `Termination` trait.
Corey Farwell
-53
/
+53
2018-03-01
Fix a bug introduced in previous commit
Stjepan Glavina
-2
/
+2
2018-02-28
Remove thread_local_state
Stjepan Glavina
-20
/
+19
2018-02-28
Stabilize LocalKey::try_with
Stjepan Glavina
-1
/
+4
2017-11-08
std: Change how EBADF is handled in `sys`
Alex Crichton
-3
/
+1
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
[next]