| Age | Commit message (Expand) | Author | Lines |
| 2019-04-26 | Use "capacity" as parameter name in with_capacity() methods | Matthias Geier | -7/+7 |
| 2019-04-14 | Rollup merge of #59906 - czipperz:bufwriter-use-getmut, r=kennytm | Mazdak Farrokhzad | -2/+2 |
| 2019-04-11 | Make BufWriter use get_mut instead of manipulating inner in Write implementation | Chris Gregory | -2/+2 |
| 2019-04-10 | std: Add `{read,write}_vectored` for more types | Alex Crichton | -1/+50 |
| 2019-03-31 | libstd: deny(elided_lifetimes_in_paths) | Mazdak Farrokhzad | -34/+34 |
| 2019-03-29 | In doc examples, don't ignore read/write results | Matt Brubeck | -6/+19 |
| 2019-03-28 | Use write_all instead of write in example code | Matt Brubeck | -7/+7 |
| 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-22 | Add tracking issue number for `seek_convenience` | Lukas Kalbertodt | -2/+2 |
| 2019-03-21 | Auto merge of #58422 - LukasKalbertodt:seek-convenience, r=alexcrichton | bors | -2/+134 |
| 2019-03-21 | Auto merge of #58913 - Milack27:patch_buf_reader, r=joshtriplett | bors | -2/+45 |
| 2019-03-17 | Apply suggestions from code review
| Tobias Bucher | -2/+2 |
| 2019-03-16 | Rollup merge of #59009 - sfackler:fix-sgx-vectors, r=alexcrichton | kennytm | -12/+28 |
| 2019-03-14 | Change "undefined" to "unspecified" in `Seek::stream_len` docs | Lukas Kalbertodt | -1/+1 |
| 2019-03-14 | Overwrite Cursor's `Seek::stream_{len, position}` for performance | Lukas Kalbertodt | -0/+8 |
| 2019-03-14 | Avoid third seek operation in `Seek::stream_len` when possible | Lukas Kalbertodt | -5/+12 |
| 2019-03-10 | Add provided methods `Seek::{stream_len, stream_position}` | Lukas Kalbertodt | -2/+119 |
| 2019-03-09 | Auto merge of #57882 - euclio:unused-doc-attributes, r=estebank | bors | -2/+2 |
| 2019-03-08 | expand unused doc comment diagnostic | Andy Russell | -2/+2 |
| 2019-03-07 | Always call read/write from default vectored io methods | Steven Fackler | -12/+28 |
| 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 | libstd: implement Error::source for io::Error | Sean McArthur | -0/+8 |
| 2019-03-05 | Auto merge of #58423 - nox:relax-bounds-buf-reader, r=dtolnay | bors | -0/+2 |
| 2019-02-28 | Use the correct stderr when testing libstd | Jethro Beekman | -2/+28 |
| 2019-02-28 | libstd => 2018 | Taiki Endo | -68/+66 |
| 2019-02-27 | Rollup merge of #58703 - shepmaster:read_line_return, r=centril | Mazdak Farrokhzad | -1/+1 |
| 2019-02-26 | Auto merge of #58357 - sfackler:vectored-io, r=alexcrichton | bors | -10/+447 |
| 2019-02-25 | Fix copy-pasted typo for read_string return value | Jake Goulding | -1/+1 |
| 2019-02-20 | Rollup merge of #58553 - scottmcm:more-ihle, r=Centril | kennytm | -19/+19 |
| 2019-02-17 | Use more impl header lifetime elision | Scott McMurray | -19/+19 |
| 2019-02-13 | Add a tracking issue | Steven Fackler | -11/+11 |
| 2019-02-13 | impl Deref/DerefMut for IoVec types | Steven Fackler | -25/+31 |
| 2019-02-13 | Add vectored read and write support | Steven Fackler | -10/+441 |
| 2019-02-13 | Relax Read bounds on a bunch of BufReader<R> methods | Anthony Ramine | -0/+2 |
| 2019-02-10 | libs: doc comments | Alexander Regueiro | -3/+3 |
| 2019-02-10 | tests: doc comments | Alexander Regueiro | -4/+4 |
| 2019-02-03 | Improve error message and docs for non-UTF-8 bytes in stdio on Windows | Austin Bonander | -0/+45 |
| 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 | -90/+0 |
| 2018-12-23 | Rollup merge of #56941 - euclio:deny-libstd-resolution-failures, r=QuietMisdr... | kennytm | -1/+7 |
| 2018-12-19 | Rollup merge of #56363 - Lucretiel:patch-3, r=shepmaster | Pietro Albini | -13/+10 |
| 2018-12-17 | deny intra-doc link resolution failures in libstd | Andy Russell | -1/+7 |
| 2018-12-17 | Reordered match arms | Nathan West | -1/+1 |
| 2018-12-14 | Rollup merge of #56708 - oli-obk:stability_internal_const_fn, r=alexcrichton | kennytm | -1/+0 |
| 2018-12-12 | Bump to 1.33.0 | Alex Crichton | -0/+1 |