| Age | Commit message (Expand) | Author | Lines |
| 2016-09-30 | Fix BufRead::{read_until, read_line} documentation. | Tomasz Miąsko | -7/+3 |
| 2016-09-27 | [std::io::Chain] Mark first as done only when reading into non-zero length bu... | Tomasz Miąsko | -1/+12 |
| 2016-09-21 | Fix outdated Doc Comment on BufReader::seek | Christopher Serr | -2/+2 |
| 2016-09-13 | Rollup merge of #36397 - SuperFluffy:bufwriter_unnecessary_cmp, r=aturon | Guillaume Gomez | -2/+1 |
| 2016-09-12 | Auto merge of #36019 - frewsxcv:take-into-inner, r=alexcrichton | bors | -0/+27 |
| 2016-09-11 | Remove unnecessary `cmp::min` from BufWriter::write | Richard Janis Goldschmidt | -2/+1 |
| 2016-08-31 | Rollup merge of #35911 - tbu-:pr_io_errorkind_traits, r=alexcrichton | Jonathan Turner | -2/+3 |
| 2016-08-26 | Introduce `into_inner` method on `std::io::Take`. | Corey Farwell | -0/+27 |
| 2016-08-24 | Use `#[prelude_import]` in `libstd`. | Jeffrey Seyfried | -26/+0 |
| 2016-08-24 | Restore old ordering of `io::ErrorKind`s | Tobias Bucher | -3/+4 |
| 2016-08-23 | Implement more traits for `std::io::ErrorKind` | Tobias Bucher | -6/+6 |
| 2016-08-18 | Fix links | Nick Cameron | -3/+3 |
| 2016-07-30 | Add urls in std::io types | Guillaume Gomez | -2/+14 |
| 2016-07-30 | Add io::Take doc example | Guillaume Gomez | -0/+18 |
| 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-07-29 | Add io::Error doc examples | Guillaume Gomez | -0/+145 |
| 2016-07-19 | Auto merge of #33974 - habnabit:eintr-retry-for-read-iterators, r=alexcrichton | bors | -11/+18 |
| 2016-07-09 | Auto merge of #34717 - frewsxcv:sink, r=apasel422 | bors | -2/+2 |
| 2016-07-07 | Remove unnecessarily mutable reference in doc example. | Corey Farwell | -2/+2 |
| 2016-07-06 | Add doc examples for `io::Error::from_raw_os_error`. | Corey Farwell | -0/+24 |
| 2016-06-28 | Rollup merge of #34524 - frewsxcv:std-io-sink, r=GuillaumeGomez | Guillaume Gomez | -0/+10 |
| 2016-06-28 | Rollup merge of #34518 - frewsxcv:io-repeat, r=GuillaumeGomez | Guillaume Gomez | -0/+10 |
| 2016-06-28 | Add doc example for `std::io::sink`. | Corey Farwell | -0/+10 |
| 2016-06-27 | Minor rewrite of `std::io::empty` doc example. | Corey Farwell | -6/+3 |
| 2016-06-27 | Add doc example for `std::io::repeat`. | Corey Farwell | -0/+10 |
| 2016-05-30 | Retry on EINTR in Bytes and Chars. | Aaron Gallagher | -11/+18 |
| 2016-05-27 | Inline simple Cursor write calls | Jamey Sharp | -0/+2 |
| 2016-05-24 | std: Stabilize APIs for the 1.10 release | Alex Crichton | -9/+12 |
| 2016-05-09 | Utilize `Result::unwrap_err` in more places. | Corey Farwell | -1/+1 |
| 2016-05-08 | Auto merge of #33091 - sanxiyn:unused-trait-import-3, r=nrc | bors | -1/+0 |
| 2016-05-06 | doc: binding not needed | Tshepang Lekhonkhobe | -2/+1 |
| 2016-05-06 | doc: mut not needed | Tshepang Lekhonkhobe | -1/+1 |
| 2016-05-03 | Remove unused trait imports flagged by lint | Seo Sanghyeon | -1/+0 |
| 2016-05-02 | libstd: correct the link to functions in io module documentation | Ryman | -2/+2 |
| 2016-04-14 | Rollup merge of #32855 - troplin:take-bufread-fix, r=alexcrichton | Steve Klabnik | -0/+12 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -1/+1 |
| 2016-04-09 | Don't read past limit for in BufRead instance of Take | Tobias Müller | -0/+12 |
| 2016-04-02 | Drop the default buffer size to 8K | Steven Fackler | -1/+1 |
| 2016-03-29 | Auto merge of #32541 - troplin:chain-bufread, r=alexcrichton | bors | -0/+54 |
| 2016-03-28 | Auto merge of #32461 - mitaa:rdoc-anchors, r=alexcrichton | bors | -1/+1 |
| 2016-03-28 | Fix formatting | Tobias Müller | -2/+5 |
| 2016-03-28 | Use ? instead of try!, add some basic tests | Tobias Müller | -1/+31 |
| 2016-03-28 | Implement BufRead for Chain | Tobias Müller | -0/+21 |
| 2016-03-27 | Extend linkchecker with anchor checking | mitaa | -1/+1 |
| 2016-03-24 | Rollup merge of #32276 - brson:doc, r=alexcrichton | Steve Klabnik | -2/+2 |
| 2016-03-23 | doc: Stdin is locked for reads, not writes | Brian Anderson | -2/+2 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -17/+17 |
| 2016-03-13 | Auto merge of #32184 - ollie27:win_stdout, r=alexcrichton | bors | -19/+2 |