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
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
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
[next]