| Age | Commit message (Expand) | Author | Lines |
| 2022-07-24 | Allow Buffer methods to inline | Ben Kimock | -0/+9 |
| 2022-07-24 | Remove some redundant checks from BufReader | Ben Kimock | -53/+106 |
| 2022-07-23 | Remove `mut` | Phosra | -1/+1 |
| 2022-07-16 | Rollup merge of #98387 - NobodyXu:feature/std_io_Error_try_downgrade_inner, r... | Yuki Okushi | -1/+127 |
| 2022-07-15 | Apply suggestions from code review | Jane Losare-Lusby | -1/+1 |
| 2022-07-15 | Improve example of `downcast` | Jiahao XU | -3/+4 |
| 2022-07-14 | Rename `std::io::Error::try_downcast_inner` to `downcast` | Jiahao XU | -11/+11 |
| 2022-07-05 | Add `BufRead::skip_until` | William Venner | -0/+84 |
| 2022-06-28 | Follow C-RW-VALUE in std::io::Cursor example | Matt Fellenz | -1/+1 |
| 2022-06-28 | Auto merge of #98324 - conradludgate:write-vectored-vec, r=Mark-Simulacrum | bors | -25/+149 |
| 2022-06-26 | attempt to optimise vectored write | Conrad Ludgate | -25/+149 |
| 2022-06-23 | Rollup merge of #96173 - jmaargh:jmaargh/with-capacity-doc-fix, r=Dylan-DPC | Michael Goulet | -4/+4 |
| 2022-06-23 | Use `unwrap` instead of `unwrap_unchecked` | Jiahao XU | -3/+7 |
| 2022-06-22 | Add new unit test `test_try_downcast_inner` | Jiahao XU | -1/+52 |
| 2022-06-22 | Add new unstable API `Error::try_downgrade_inner` | Jiahao XU | -0/+57 |
| 2022-06-22 | Impl `io::error::repr_bitpacked::Repr::new` | Jiahao XU | -0/+9 |
| 2022-06-22 | Impl `io::error::repr_unpacked::Repr::new` | Jiahao XU | -0/+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 | -20/+38 |
| 2022-06-19 | Fix documentation for with_capacity and reserve families of methods | jmaargh | -4/+4 |
| 2022-06-16 | Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock` | Maybe Waffle | -5/+4 |
| 2022-06-10 | Rollup merge of #97922 - paolobarbolini:no-vecdeque-extra-reserve, r=the8472 | Yuki Okushi | -2/+0 |
| 2022-06-10 | Auto merge of #95770 - nrc:read-buf-builder, r=joshtriplett | bors | -7/+11 |
| 2022-06-09 | Remove redundant calls to reserve in impl Write for VecDeque | Paolo Barbolini | -2/+0 |
| 2022-06-09 | Rollup merge of #95632 - evanrichter:master, r=joshtriplett | Yuki Okushi | -0/+48 |
| 2022-05-29 | protect `std::io::Take::limit` from overflow in `read` | Frank King | -0/+20 |
| 2022-05-29 | Use Box::new() instead of box syntax in std tests | est31 | -3/+3 |
| 2022-05-19 | impl Read and Write for VecDeque<u8> | Evan Richter | -0/+48 |
| 2022-05-09 | Use Rust 2021 prelude in std itself. | Mara Bos | -3/+0 |
| 2022-05-03 | std::io: Modify some ReadBuf method signatures to return `&mut Self` | Nick Cameron | -7/+11 |
| 2022-04-07 | Rollup merge of #95185 - m-ou-se:stabilize-stdin-lines, r=Mark-Simulacrum | Dylan DPC | -2/+1 |
| 2022-04-06 | Bump stabilization of stdin_forwarders to 1.62.0. | Mara Bos | -1/+1 |
| 2022-03-30 | Auto merge of #95241 - Gankra:cleaned-provenance, r=workingjubilee | bors | -5/+5 |
| 2022-03-30 | Rollup merge of #95294 - sourcefrog:doc-copy, r=dtolnay | Dylan DPC | -0/+10 |
| 2022-03-29 | Warn that platform-specific behavior may change | Martin Pool | -0/+4 |
| 2022-03-29 | cleanup some of the less terrifying library code | Aria Beingessner | -1/+1 |
| 2022-03-29 | Make the stdlib largely conform to strict provenance. | Aria Beingessner | -5/+5 |
| 2022-03-29 | Indicate the correct error code in the `compile_fail` block. | Thom Chiovoloni | -1/+1 |
| 2022-03-24 | Document Linux kernel handoff in std::io::copy and std::fs::copy | Martin Pool | -0/+6 |
| 2022-03-23 | Add a `compile_fail` doctest to check that `io::Error: !UnwindSafe` | Thom Chiovoloni | -0/+9 |
| 2022-03-23 | Ensure io::Error's bitpacked repr doesn't accidentally impl UnwindSafe | Thom Chiovoloni | -5/+6 |
| 2022-03-21 | Stabilize Stdin::lines. | Mara Bos | -2/+1 |
| 2022-03-19 | Rollup merge of #93263 - sunfishcode:sunfishcode/detatched-console-handle, r=... | Dylan DPC | -9/+70 |
| 2022-03-19 | Rollup merge of #92663 - cuviper:generic-write-cursor, r=dtolnay | Dylan DPC | -51/+86 |
| 2022-03-18 | Bump impl Write for Cursor<[u8; N]> to 1.61 | David Tolnay | -1/+1 |
| 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 tests. | Mara Bos | -4/+4 |
| 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 |