| Age | Commit message (Expand) | Author | Lines |
| 2021-10-04 | Auto merge of #89165 - jkugelman:read-to-end-overallocation, r=joshtriplett | bors | -22/+31 |
| 2021-09-25 | Auto merge of #88343 - steffahn:fix_code_spacing, r=jyn514 | bors | -9/+10 |
| 2021-09-25 | Apply 16 commits (squashed) | Frank Steffahn | -9/+10 |
| 2021-09-22 | Fix read_to_end to not grow an exact size buffer | John Kugelman | -22/+31 |
| 2021-09-05 | Tweak `write_fmt` doc. | kraktus | -1/+1 |
| 2021-08-24 | Stabilise BufWriter::into_parts | Ian Jackson | -1/+1 |
| 2021-08-22 | Fix typos “an”→“a” and a few different ones that appeared in the sa... | Frank Steffahn | -1/+1 |
| 2021-07-30 | Consistent spelling of "adapter" in the standard library | Frank Steffahn | -12/+12 |
| 2021-07-30 | Auto merge of #87445 - amalik18:issue-83584-fix, r=kennytm | bors | -2/+2 |
| 2021-07-29 | Rename feature gate bufwriter_into_parts from bufwriter_into_raw_parts | Ian Jackson | -1/+1 |
| 2021-07-29 | BufWriter: actually export WriterPanicked error | Ian Jackson | -0/+2 |
| 2021-07-29 | Fix may not to appropriate might not or must not | Ali Malik | -2/+2 |
| 2021-07-18 | Rollup merge of #87170 - xFrednet:clippy-5393-add-diagnostic-items, r=Manishe... | Yuki Okushi | -0/+2 |
| 2021-07-15 | Added diagnostic items to structs and traits for Clippy | xFrednet | -0/+2 |
| 2021-07-13 | Rollup merge of #86846 - tlyu:stdio-locked-tracking, r=joshtriplett | Yuki Okushi | -1/+1 |
| 2021-07-06 | Rollup merge of #86794 - inquisitivecrystal:seek-rewind, r=m-ou-se | Yuki Okushi | -2/+1 |
| 2021-07-04 | Add missing code example for Write::write_vectored | Guillaume Gomez | -0/+21 |
| 2021-07-03 | stdio_locked: add tracking issue | Taylor Yu | -1/+1 |
| 2021-07-03 | Auto merge of #86799 - tlyu:stdio-locked, r=joshtriplett | bors | -0/+2 |
| 2021-07-02 | stdio_locked: updates based on feedback | Taylor Yu | -2/+0 |
| 2021-07-02 | Auto merge of #85746 - m-ou-se:io-error-other, r=joshtriplett | bors | -1/+1 |
| 2021-07-01 | add owned locked stdio handles | Taylor Yu | -0/+4 |
| 2021-07-01 | Stabilize `Seek::rewind` | Aris Merchant | -2/+1 |
| 2021-06-18 | Auto merge of #85815 - YuhanLiin:buf-read-data-left, r=m-ou-se | bors | -0/+31 |
| 2021-06-17 | Update tracking issue | YuhanLiin | -1/+1 |
| 2021-06-17 | Rollup merge of #86202 - a1phyr:spec_io_bytes_size_hint, r=m-ou-se | Mara Bos | -1/+57 |
| 2021-06-17 | Fix typos in code examples. | Mara Bos | -2/+2 |
| 2021-06-15 | Rename ErrorKind::Unknown to Uncategorized. | Mara Bos | -1/+1 |
| 2021-06-15 | Redefine `ErrorKind::Other` and stop using it in std. | Mara Bos | -1/+1 |
| 2021-06-10 | Specialize `io::Bytes::size_hint` for more types | Benoît du Garreau | -1/+57 |
| 2021-06-05 | Rename IoSlice(Mut)::advance_slice to advance_slices | Thomas de Zeeuw | -8/+8 |
| 2021-05-29 | Add has_data_left() to BufRead | YuhanLiin | -0/+31 |
| 2021-05-29 | Add IoSlice(Mut)::advance | Thomas de Zeeuw | -2/+54 |
| 2021-05-29 | Rename IoSlice(Mut)::advance to advance_slice | Thomas de Zeeuw | -10/+9 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -4/+2 |
| 2021-05-23 | Rollup merge of #85288 - Geal:clarify-std-io-read, r=dtolnay | Dylan DPC | -1/+7 |
| 2021-05-20 | Rollup merge of #85275 - CDirkx:memchr, r=m-ou-se | Guillaume Gomez | -1/+1 |
| 2021-05-18 | fix typo | Jorge Ferreira | -2/+2 |
| 2021-05-14 | add an example to explain std::io::Read::read returning 0 in some cases | Geoffroy Couprie | -1/+7 |
| 2021-05-14 | Move `std::memchr` to `sys_common` | Christiaan Dirkx | -1/+1 |
| 2021-05-10 | io::Seek::rewind: Set tracking issue | Ian Jackson | -1/+1 |
| 2021-05-10 | Fix typo in doc | Ian Jackson | -1/+1 |
| 2021-05-10 | io::Seek: Provide rewind() | Ian Jackson | -0/+35 |
| 2021-05-10 | io::Seek: Mention that seeking can fail due to buffer flush fail | Ian Jackson | -0/+2 |
| 2021-04-22 | Rework `at_exit` to `cleanup` | Christiaan Dirkx | -0/+4 |
| 2021-04-02 | Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514 | bors | -2/+4 |
| 2021-03-27 | Derive Debug for io::Chain instead of manually implementing it. | Mara Bos | -7/+1 |
| 2021-03-24 | Rollup merge of #83353 - m-ou-se:io-error-avoid-alloc, r=nagisa | Dylan DPC | -5/+11 |
| 2021-03-21 | Use io::Error::new_const everywhere to avoid allocations. | Mara Bos | -5/+11 |
| 2021-03-18 | Clarify docs for Read::read's return value | Jannis Harder | -2/+7 |