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-02-26
Auto merge of #58357 - sfackler:vectored-io, r=alexcrichton
bors
-1
/
+131
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
2017-12-09
Use Try syntax for Option in place of macros or match
Matt Brubeck
-4
/
+3
2017-11-26
Rollup merge of #46224 - GuillaumeGomez:io-missing-link, r=QuietMisdreavus
kennytm
-2
/
+1
2017-11-23
Remove invalid doc link
Guillaume Gomez
-2
/
+1
2017-11-22
Rollup merge of #46050 - sunfishcode:read_to_end, r=sfackler
kennytm
-6
/
+3
2017-11-21
Auto merge of #45039 - QuietMisdreavus:doc-spotlight, r=GuillaumeGomez,QuietM...
bors
-0
/
+2
2017-11-18
Add doc for `Read`ing from `&str` and some related cleanup
Garrett Berg
-7
/
+27
2017-11-17
spotlight Iterator/Read/Write impls on function return types
QuietMisdreavus
-0
/
+2
2017-11-16
Optimize `read_to_end`.
Dan Gohman
-6
/
+3
2017-11-14
Fixed several pulldown warnings when documenting libstd.
kennytm
-2
/
+2
2017-11-01
Rollup merge of #45664 - mbrubeck:docs, r=estebank
kennytm
-4
/
+5
2017-10-31
Fix incorrect error type in Read::byte docs
Matt Brubeck
-4
/
+5
2017-10-31
Add a hint what `BufRead` functions do on EOF
Tobias Bucher
-0
/
+4
2017-09-01
Fix tests
Nick Cameron
-1
/
+1
2017-08-30
Temporary fix for a test (will require another update when this is fully merged)
Guillaume Gomez
-1
/
+1
2017-08-24
Fix inconsistent doc headings
lukaramu
-2
/
+2
2017-08-21
Add missing links for Read trait
Guillaume Gomez
-41
/
+65
2017-08-10
Add missing links in io module docs
Guillaume Gomez
-4
/
+6
[next]