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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2019-06-25
tweak wording
Ralf Jung
-3
/
+3
2019-06-24
call out explicitly that general read needs to be called with an initialized ...
Ralf Jung
-1
/
+10
2019-05-18
Simplify BufRead doc example using NLL
Brent Kerby
-9
/
+4
2019-04-27
Stabilized vectored IO
Steven Fackler
-31
/
+31
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-4
/
+4
2019-03-29
In doc examples, don't ignore read/write results
Matt Brubeck
-6
/
+19
2019-03-28
Use write_all instead of write in example code
Matt Brubeck
-1
/
+1
2019-03-22
Add tracking issue number for `seek_convenience`
Lukas Kalbertodt
-2
/
+2
2019-03-21
Auto merge of #58422 - LukasKalbertodt:seek-convenience, r=alexcrichton
bors
-2
/
+126
2019-03-17
Apply suggestions from code review
Tobias Bucher
-2
/
+2
2019-03-14
Change "undefined" to "unspecified" in `Seek::stream_len` docs
Lukas Kalbertodt
-1
/
+1
2019-03-14
Avoid third seek operation in `Seek::stream_len` when possible
Lukas Kalbertodt
-5
/
+12
2019-03-10
Add provided methods `Seek::{stream_len, stream_position}`
Lukas Kalbertodt
-2
/
+119
2019-03-07
Always call read/write from default vectored io methods
Steven Fackler
-12
/
+28
2019-02-28
libstd => 2018
Taiki Endo
-12
/
+11
2019-02-27
Rollup merge of #58703 - shepmaster:read_line_return, r=centril
Mazdak Farrokhzad
-1
/
+1
2019-02-26
Auto merge of #58357 - sfackler:vectored-io, r=alexcrichton
bors
-1
/
+131
2019-02-25
Fix copy-pasted typo for read_string return value
Jake Goulding
-1
/
+1
2019-02-20
Rollup merge of #58553 - scottmcm:more-ihle, r=Centril
kennytm
-2
/
+2
2019-02-17
Use more impl header lifetime elision
Scott McMurray
-2
/
+2
2019-02-13
Add a tracking issue
Steven Fackler
-11
/
+11
2019-02-13
impl Deref/DerefMut for IoVec types
Steven Fackler
-14
/
+22
2019-02-13
Add vectored read and write support
Steven Fackler
-1
/
+123
2019-02-10
libs: doc comments
Alexander Regueiro
-3
/
+3
2019-01-12
Rollup merge of #57296 - JosephTLyons:Fix-question-mark-operator-in-stdio-doc...
Mazdak Farrokhzad
-1
/
+1
2019-01-04
Doc rewording, use the same name `writer`
king6cong
-2
/
+2
2019-01-03
Fixed the link to the ? operator
Joseph Lyons
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-19
Rollup merge of #56363 - Lucretiel:patch-3, r=shepmaster
Pietro Albini
-13
/
+10
2018-12-17
Reordered match arms
Nathan West
-1
/
+1
2018-12-04
Replace usages of `..i + 1` ranges with `..=i`.
Corey Farwell
-1
/
+1
2018-11-29
Typo
Nathan West
-1
/
+1
2018-11-29
Removed unnecessary buf subscript
Nathan West
-4
/
+5
2018-11-29
Defactored Bytes::read
Nathan West
-13
/
+9
2018-11-21
fix small doc mistake
antoine-de
-1
/
+1
2018-09-28
Improve docs for std::io::Seek
Marcus Griep
-2
/
+2
2018-09-07
Update documentation for fill_buf in std::io::BufRead
Alva Snædís
-1
/
+2
2018-08-01
Implement custom read_to_end for io::Take
ljedrz
-3
/
+16
2018-07-30
Remove unstable and deprecated APIs
Simon Sapin
-148
/
+0
2018-07-10
Deny bare trait objects in `src/libstd`.
ljedrz
-2
/
+2
2018-06-19
Remove erroneous example of main as a non-Result function.
Sgeo
-1
/
+1
2018-04-15
Deprecate Read::chars and char::decode_utf8
Simon Sapin
-1
/
+13
2018-04-05
Stabilize take_set_limit
Thayne McCombs
-2
/
+1
2018-04-03
Cross-reference fs::read functions from io::Read docs
Matt Brubeck
-0
/
+10
2018-03-28
Remove hidden `foo` functions from doc examples; use `Termination` trait.
Corey Farwell
-303
/
+302
2018-02-19
Add missing link
Andreas Streichardt
-0
/
+2
2018-02-15
Remove "empty buffer" doc in read_until
Ross Light
-2
/
+0
2018-01-08
Add missing links
Guillaume Gomez
-7
/
+14
2018-01-05
Clarify appending behavior of 'io::Read::read_to_string()'.
Sergio Benitez
-1
/
+1
2017-12-20
Fix some rustdoc warnings
Guillaume Gomez
-2
/
+3
[next]