| Age | Commit message (Expand) | Author | Lines |
| 2023-03-11 | read_buf_exact: on error, all read bytes are appended to the buffer | Tomasz Miąsko | -2/+16 |
| 2023-02-08 | std: add tracking issue for `RawOsError` | joboet | -1/+1 |
| 2023-01-31 | std: add type alias for raw OS errors | joboet | -0/+2 |
| 2023-01-01 | Document a way to limit read_line length | Kornel | -2/+3 |
| 2023-01-01 | Document read_line gotcha | Kornel | -2/+5 |
| 2022-10-24 | Fix grammar in docs for std::io::Read | Jesse Ruderman | -2/+2 |
| 2022-10-15 | Add `IsTerminal` trait to determine if a descriptor or handle is a terminal | Josh Triplett | -0/+2 |
| 2022-10-07 | Make tests capture the error printed by a Result return | David Tolnay | -0/+1 |
| 2022-09-26 | replace stabilization placeholders | Pietro Albini | -1/+1 |
| 2022-08-28 | Stabilize `std::io::read_to_string` | Noah Lev | -3/+1 |
| 2022-08-28 | Rollup merge of #100520 - jakubdabek:patch-1, r=thomcc | Matthias Krüger | -1/+6 |
| 2022-08-18 | Address reviewer comments | Nick Cameron | -8/+8 |
| 2022-08-14 | Add mention of `BufReader` in `Read::bytes` docs | Jakub Dąbek | -1/+6 |
| 2022-08-05 | non-linux platforms | Nick Cameron | -11/+10 |
| 2022-08-04 | std::io: migrate ReadBuf to BorrowBuf/BorrowCursor | Nick Cameron | -40/+43 |
| 2022-07-26 | Rollup merge of #99716 - sourcelliu:iomut, r=Mark-Simulacrum | Matthias Krüger | -4/+4 |
| 2022-07-25 | Rollup merge of #95040 - frank-king:fix/94981, r=Mark-Simulacrum | Yuki Okushi | -0/+1 |
| 2022-07-25 | remove useless mut from examples | sourcelliu | -4/+4 |
| 2022-06-21 | update ioslice docs to use shared slices | Conrad Ludgate | -6/+6 |
| 2022-06-20 | Rollup merge of #94855 - m-ou-se:advance-slice-panic-docs, r=kennytm | Dylan DPC | -16/+34 |
| 2022-05-29 | protect `std::io::Take::limit` from overflow in `read` | Frank King | -0/+1 |
| 2022-05-09 | Use Rust 2021 prelude in std itself. | Mara Bos | -1/+0 |
| 2022-03-16 | changed wording | Dylan DPC | -1/+2 |
| 2022-03-15 | Improve the explanation about the behaviour of read_line | zed.zy | -1/+1 |
| 2022-03-11 | Update advance and advance_slices docs. | Mara Bos | -14/+28 |
| 2022-03-11 | Panic when advance_slices()'ing too far. | Mara Bos | -2/+6 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -6/+6 |
| 2022-02-13 | Make default stdio lock() return 'static handles | Mark Rousskov | -2/+0 |
| 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 |