| Age | Commit message (Expand) | Author | Lines |
| 2022-02-04 | Hide Repr details from io::Error, and rework `io::Error::new_const`. | Thom Chiovoloni | -7/+11 |
| 2022-01-13 | Remove `&mut` from `io::read_to_string` signature | Noah Lev | -2/+2 |
| 2022-01-09 | Compute most of Public/Exported access level in rustc_resolve | Lamb | -17/+10 |
| 2021-12-14 | Fix a bunch of typos | Frank Steffahn | -2/+2 |
| 2021-11-02 | formatting | DrMeepster | -1/+1 |
| 2021-11-02 | fix change clobbered by rebase | DrMeepster | -7/+23 |
| 2021-11-02 | implement review suggestions | DrMeepster | -3/+13 |
| 2021-11-02 | more efficent File::read_buf impl for windows and unix | DrMeepster | -3/+10 |
| 2021-11-02 | read_buf | DrMeepster | -133/+103 |
| 2021-10-31 | Rollup merge of #90430 - jkugelman:must-use-std-a-through-n, r=joshtriplett | Matthias Krüger | -0/+3 |
| 2021-10-31 | Rollup merge of #89068 - bjorn3:restructure_rt2, r=joshtriplett | Matthias Krüger | -3/+1 |
| 2021-10-30 | Add #[must_use] to remaining std functions (A-N) | John Kugelman | -0/+3 |
| 2021-10-10 | Add #[must_use] to core and std constructors | John Kugelman | -0/+1 |
| 2021-10-07 | Optimize File::read_to_end and read_to_string | John Kugelman | -30/+41 |
| 2021-10-04 | Auto merge of #89165 - jkugelman:read-to-end-overallocation, r=joshtriplett | bors | -22/+31 |
| 2021-10-03 | Re-export io::stdio::cleanup instead of wrap it | bjorn3 | -3/+1 |
| 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 |