| Age | Commit message (Expand) | Author | Lines |
| 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-08 | std: Change how EBADF is handled in `sys` | Alex Crichton | -3/+1 |
| 2017-11-06 | Auto merge of #45369 - fintelia:patch-1, r=BurntSushi | bors | -0/+25 |
| 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-10-18 | Implement is_empty() for BufReader | Jonathan Behrens | -0/+25 |
| 2017-10-07 | Add read_to_end implementation to &[u8]'s Read impl | Florian Hartwig | -0/+8 |
| 2017-09-23 | Rollup merge of #44712 - oconnor663:copy_test, r=GuillaumeGomez | Corey Farwell | -1/+2 |
| 2017-09-20 | fix an incorrect assertion in the doc example for `std::io::copy` | Jack O'Connor | -1/+2 |
| 2017-09-19 | Add some missing links in io docs | Guillaume Gomez | -4/+6 |
| 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-17 | Fix typo in doc | adrian5 | -1/+1 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -4/+4 |
| 2017-08-10 | Add missing links for Error docs | Guillaume Gomez | -1/+4 |
| 2017-08-10 | Add missing links in io module docs | Guillaume Gomez | -4/+6 |
| 2017-08-10 | Add missing links in io::Error docs | Guillaume Gomez | -7/+11 |
| 2017-08-02 | Fixed errors in libstd. | Isaac van Bakel | -1/+1 |
| 2017-07-20 | Remove mut where possible | Evan Cameron | -10/+10 |
| 2017-07-12 | Rollup merge of #43136 - jgallag88:bufWriterDocs, r=steveklabnik | Mark Simulacrum | -1/+5 |
| 2017-07-11 | Allow setting the limit on std::io::Take. | Mark Simulacrum | -0/+29 |
| 2017-07-09 | Add warning to BufWriter documentation | John Gallagher | -1/+5 |
| 2017-06-30 | Stabilize 'more_io_inner_methods' feature. | Sergio Benitez | -15/+5 |
| 2017-06-20 | Add `Read::initializer`. | Steven Fackler | -40/+183 |
| 2017-06-16 | Rollup merge of #42685 - Havvy:doc-remove-sometimes, r=steveklabnik | Corey Farwell | -1/+1 |
| 2017-06-15 | Update older URLs pointing to the first edition of the Book | Wonwoo Choi | -1/+1 |
| 2017-06-13 | Remove sometimes in std::io::Read doc | Havvy | -1/+1 |
| 2017-06-04 | inline io::Error creation from ErrorKind | arthurprs | -0/+1 |
| 2017-05-10 | Fix up stability annotations per feedback. | Zack Weinberg | -5/+5 |
| 2017-05-10 | Revise the eprint(ln)! feature. | Zack Weinberg | -51/+30 |
| 2017-05-10 | Add `eprint!` and `eprintln!` macros to the prelude. | Zack Weinberg | -0/+38 |
| 2017-04-25 | Rollup merge of #41463 - SergioBenitez:master, r=alexcrichton | Corey Farwell | -0/+139 |
| 2017-04-24 | Add cautions to io::get_mut method documentation. | Sergio Benitez | -0/+8 |
| 2017-04-24 | Reference tracking issue for more_io_inner_methods. | Sergio Benitez | -5/+5 |
| 2017-04-24 | Add internal accessor methods to io::{Chain, Take}. | Sergio Benitez | -0/+131 |
| 2017-04-21 | Specify behavior of `write_all` for `ErrorKind::Interrupted` errors | Tobias Bucher | -6/+16 |
| 2017-04-06 | Fix Markdown issues in the docs | Oliver Middleton | -12/+14 |
| 2017-03-31 | Rollup merge of #40763 - pirate:patch-2, r=steveklabnik | Corey Farwell | -0/+12 |
| 2017-03-28 | Rollup merge of #40783 - stepancheg:cursor-new-0, r=aturon | Corey Farwell | -0/+4 |
| 2017-03-28 | add missing import | Nick Sweeting | -0/+2 |
| 2017-03-27 | Fix tidy errors and simplify example | Nick Sweeting | -8/+6 |
| 2017-03-23 | Rewrite `io::BufRead` doc examples to better demonstrate behaviors. | Corey Farwell | -53/+84 |