| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-05-25 | Add test that impl Seek for BufReader correctly invalidates buffer between seeks | Chris Gregory | -0/+34 |
| 2019-05-04 | Fix intra-doc link resolution failure on re-exporting libstd | Taiki Endo | -1/+1 |
| 2019-04-29 | Rollup merge of #60334 - sfackler:stable-iovec, r=alexcrichton | Mazdak Farrokhzad | -3/+4 |
| 2019-04-27 | tidy | Steven Fackler | -1/+2 |
| 2019-04-27 | Stabilized vectored IO | Steven Fackler | -3/+3 |
| 2019-04-26 | Use "capacity" as parameter name in with_capacity() methods | Matthias Geier | -7/+7 |
| 2019-04-11 | Make BufWriter use get_mut instead of manipulating inner in Write implementation | Chris Gregory | -2/+2 |
| 2019-03-31 | libstd: deny(elided_lifetimes_in_paths) | Mazdak Farrokhzad | -4/+4 |
| 2019-03-28 | Rollup merge of #59474 - czipperz:bufwriter-fix-link-capitalization, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-03-27 | Fix link capitalization in documentation of std::io::BufWriter. | Chris Gregory | -2/+2 |
| 2019-03-27 | Document that `std::io::BufReader` discards contents on drop | Chris Gregory | -0/+4 |
| 2019-03-21 | Auto merge of #58913 - Milack27:patch_buf_reader, r=joshtriplett | bors | -2/+45 |
| 2019-03-06 | Fix buffer invalidation at BufReader.read_vectored | André Vicente Milack | -9/+11 |
| 2019-03-06 | Fix buffer invalidation for BufRead | André Vicente Milack | -2/+43 |
| 2019-03-05 | Auto merge of #58423 - nox:relax-bounds-buf-reader, r=dtolnay | bors | -0/+2 |
| 2019-02-28 | libstd => 2018 | Taiki Endo | -11/+10 |
| 2019-02-26 | Auto merge of #58357 - sfackler:vectored-io, r=alexcrichton | bors | -2/+31 |
| 2019-02-20 | Rollup merge of #58553 - scottmcm:more-ihle, r=Centril | kennytm | -1/+1 |
| 2019-02-17 | Use more impl header lifetime elision | Scott McMurray | -1/+1 |
| 2019-02-13 | impl Deref/DerefMut for IoVec types | Steven Fackler | -2/+2 |
| 2019-02-13 | Add vectored read and write support | Steven Fackler | -2/+31 |
| 2019-02-13 | Relax Read bounds on a bunch of BufReader<R> methods | Anthony Ramine | -0/+2 |
| 2019-02-10 | tests: doc comments | Alexander Regueiro | -4/+4 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-17 | deny intra-doc link resolution failures in libstd | Andy Russell | -1/+4 |
| 2018-12-04 | Replace usages of `..i + 1` ranges with `..=i`. | Corey Farwell | -1/+1 |
| 2018-11-02 | Fix compile errors in test | Jonathan Behrens | -9/+9 |
| 2018-11-02 | Suggested edits | Jonathan Behrens | -24/+24 |
| 2018-11-02 | Add some tests | Jonathan Behrens | -11/+20 |
| 2018-11-02 | Add BufWriter::buffer method | Jonathan Behrens | -0/+19 |
| 2018-09-06 | Fix invalid urls | Guillaume Gomez | -4/+2 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -1/+1 |
| 2018-07-30 | Remove unstable and deprecated APIs | Simon Sapin | -46/+0 |
| 2018-07-26 | State default capacity for BufReader/BufWriter | Jonathan Behrens | -2/+4 |
| 2018-07-11 | simplify assertions | Andy Russell | -5/+4 |
| 2018-07-08 | rework `LineWriter` example | Andy Russell | -10/+24 |
| 2018-04-15 | Deprecate Read::chars and char::decode_utf8 | Simon Sapin | -0/+2 |
| 2018-04-05 | Rollup merge of #49594 - mbrubeck:docs, r=steveklabnik | kennytm | -0/+12 |
| 2018-04-03 | Add performance notes to BufReader/BufWriter docs | Matt Brubeck | -0/+12 |
| 2018-04-02 | Fix typo | Rolf van de Krol | -1/+1 |
| 2018-03-28 | Remove hidden `foo` functions from doc examples; use `Termination` trait. | Corey Farwell | -109/+110 |
| 2018-03-18 | Add BufReader::buffer | Steven Fackler | -1/+29 |
| 2018-02-17 | fix more typos found by codespell. | Matthias Krüger | -1/+1 |
| 2018-01-15 | Rollup merge of #47330 - bmusin:patch-2, r=shepmaster | kennytm | -4/+4 |
| 2018-01-14 | Auto merge of #46832 - Diggsey:bufread-cheaper-seek, r=alexcrichton | bors | -0/+46 |
| 2018-01-13 | Add note to documentation | Diggory Blake | -0/+4 |
| 2018-01-13 | Implement "seek_relative" | Diggory Blake | -0/+42 |