| Age | Commit message (Expand) | Author | Lines |
| 2020-02-27 | use char instead of &str for single char patterns | Matthias Krüger | -2/+2 |
| 2020-02-27 | Remove spotlight usage | Guillaume Gomez | -2/+0 |
| 2020-02-23 | docs: Stdin::read_line: mention the appending | Jakub Kądziołka | -1/+1 |
| 2020-02-23 | Implement `Copy` for `IoSlice` | LeSeulArtichaut | -0/+1 |
| 2020-02-05 | Fix issue number of `capacity` method | Yuki Okushi | -2/+2 |
| 2020-02-04 | Auto merge of #68558 - HeroicKatora:buf-writer-capacity, r=alexcrichton | bors | -0/+45 |
| 2020-01-28 | Document that write_all will not call write if given an empty buffer | Josh Triplett | -0/+2 |
| 2020-01-28 | Add capacity to BufReader with same unstable gate | Andreas Molzer | -0/+26 |
| 2020-01-26 | Add a method to query the capacity of a BufWriter | Andreas Molzer | -0/+19 |
| 2020-01-02 | Use drop instead of the toilet closure `|_| ()` | Lzu Tao | -1/+1 |
| 2019-12-24 | Deprecate Error::description for real | David Tolnay | -8/+6 |
| 2019-12-24 | Rollup merge of #67561 - euclio:remove-description, r=jonas-schievink | Mazdak Farrokhzad | -3/+1 |
| 2019-12-23 | remove `description` from `Error` impls in docs | Andy Russell | -3/+1 |
| 2019-12-23 | Rollup merge of #67233 - Luro02:cursor_traits, r=sfackler | Mazdak Farrokhzad | -1/+13 |
| 2019-12-22 | Format the world | Mark Rousskov | -132/+189 |
| 2019-12-22 | add partialeq and eq to cursor | Luro02 | -1/+13 |
| 2019-12-21 | Require issue = "none" over issue = "0" in unstable attributes | Ross MacArthur | -5/+5 |
| 2019-12-12 | std: Implement `LineWriter::write_vectored` | Alex Crichton | -1/+171 |
| 2019-12-05 | Simplify {IoSlice, IoSliceMut}::advance examples and tests | Tomasz Miąsko | -29/+26 |
| 2019-11-29 | Format libstd with rustfmt | David Tolnay | -215/+283 |
| 2019-11-08 | docs: Fix link to BufWriter::flush | Bryan Burgers | -1/+1 |
| 2019-10-31 | rephrase sentence regarding data loss when using BufReader::into_inner | Marco Conte | -2/+3 |
| 2019-10-31 | enhance the documentation of std::io::BufReader regarding potential data loss | Marco Conte | -2/+4 |
| 2019-10-20 | Fix parameter name in documentation | Adrian Heine né Lang | -1/+1 |
| 2019-09-16 | Fix inconsistent link formatting | Ivan Tham | -6/+6 |
| 2019-09-11 | Fix inconsistent link formatting. | Tomasz Różański | -4/+4 |
| 2019-09-03 | Changed comment to better reflect std's exceptional situation | Daniel Henry-Mantilla | -4/+4 |
| 2019-09-03 | Added warning around code with reference to uninit bytes | Daniel Henry-Mantilla | -0/+8 |
| 2019-08-31 | clarify that not all errors are observed | John Erickson | -2/+3 |
| 2019-08-31 | Add in generic type to description of BufReader and BufWriter | John Erickson | -17/+17 |
| 2019-08-31 | Update BufWriter example to include call to flush() | John Erickson | -6/+7 |
| 2019-08-06 | avoid unnecessary reservations in std::io::Take::read_to_end | Jack O'Connor | -8/+58 |
| 2019-08-03 | Add {IoSlice, IoSliceMut}::advance | Thomas de Zeeuw | -1/+199 |
| 2019-08-01 | Rollup merge of #62644 - arnottcr:std_io-doc, r=steveklabnik | Pietro Albini | -1/+1 |
| 2019-07-28 | Rollup merge of #62806 - mati865:clippy, r=TimNN | Mazdak Farrokhzad | -2/+2 |
| 2019-07-22 | Rollup merge of #62845 - RalfJung:read, r=rkruppe | Mazdak Farrokhzad | -2/+2 |
| 2019-07-21 | read: fix doc comment | Ralf Jung | -2/+2 |
| 2019-07-19 | ONCE_INIT is deprecated-in-future only for bootstrap | Ralf Jung | -1/+1 |
| 2019-07-19 | do not use mem::uninitialized in std::io | Ralf Jung | -14/+10 |
| 2019-07-18 | Fix clippy::len_zero warnings | Mateusz Mikuła | -2/+2 |
| 2019-07-16 | Remove last use of mem::uninitialized from std::io::util | nathanwhit | -4/+9 |
| 2019-07-13 | simplify std::io::Write::write rustdoc | Colin Arnott | -1/+1 |
| 2019-07-05 | Rollup merge of #62381 - pawroman:fix_typo_in_write_vectored, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-07-04 | Permit use of mem::uninitialized via allow(deprecated) | Mark Rousskov | -0/+1 |
| 2019-07-04 | Fix a typo in Write::write_vectored docs | Paweł Romanowski | -1/+1 |
| 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-29 | Rollup merge of #61235 - lzutao:stabilize-bufreader_buffer, r=Centril | Mazdak Farrokhzad | -4/+2 |
| 2019-05-27 | Stabilize bufreader_buffer feature | Lzu Tao | -4/+2 |
| 2019-05-25 | Annotate test with #[test] | Chris Gregory | -0/+1 |