| Age | Commit message (Expand) | Author | Lines |
| 2024-01-30 | Rollup merge of #119991 - kornelski:endless-read, r=the8472 | Guillaume Gomez | -0/+10 |
| 2024-01-29 | Handle out of memory errors in io:Read::read_to_end() | Kornel | -3/+41 |
| 2024-01-27 | Reject infinitely-sized reads from io::Repeat | Kornel | -0/+10 |
| 2024-01-26 | Rollup merge of #120117 - NobodyXu:99262/update-api-and-doc, r=m-ou-se | Matthias Krüger | -7/+33 |
| 2024-01-19 | Update `std::io::Error::downcast` return type | Jiahao XU | -7/+33 |
| 2024-01-17 | specialize `Bytes` on `StdinLock<'_>` by using the underlying `BufReader` | Aldan Tanneo | -1/+10 |
| 2023-12-10 | remove redundant imports | surechen | -2/+0 |
| 2023-11-28 | Rollup merge of #118222 - the8472:copy-use-vec-write, r=m-ou-se | Matthias Krüger | -107/+91 |
| 2023-11-26 | unify read_to_end and io::copy impls for reading into a Vec | The 8472 | -107/+91 |
| 2023-11-24 | Rollup merge of #116807 - seanlinsley:patch-2, r=thomcc | Matthias Krüger | -0/+4 |
| 2023-11-23 | Auto merge of #98943 - WilliamVenner:feat/bufread_skip_until, r=dtolnay | bors | -0/+114 |
| 2023-11-19 | Rollup merge of #116750 - fintelia:seek_seek_relative, r=Mark-Simulacrum | Takayuki Maeda | -0/+40 |
| 2023-11-15 | Substitute version placeholders | Mark Rousskov | -1/+1 |
| 2023-11-09 | Move `BorrowedBuf` and `BorrowedCursor` from `std:io` to `core::io` | John Millikin | -495/+15 |
| 2023-11-08 | Auto merge of #115460 - zachs18:borrowedcursor_write_no_panic, r=dtolnay | bors | -2/+3 |
| 2023-11-04 | Improve documentation | Jonathan Behrens | -1/+5 |
| 2023-11-04 | detect EOF earlier | The 8472 | -5/+7 |
| 2023-11-04 | avoid excessive initialization when copying to a Vec | The 8472 | -17/+47 |
| 2023-10-29 | Add tracking issue | Jonathan Behrens | -1/+1 |
| 2023-10-27 | Hide internal methods from documentation | Jacob Pratt | -0/+1 |
| 2023-10-23 | Fix invalid stability attribute features in standard library | David Tolnay | -4/+4 |
| 2023-10-20 | Specialize `Bytes<R>::next` when `R` is a `BufReader`. | Nicholas Nethercote | -15/+60 |
| 2023-10-16 | Improve rewind documentation | Sean Linsley | -0/+4 |
| 2023-10-16 | Auto merge of #116775 - nnethercote:inline-Bytes-next, r=the8472 | bors | -0/+2 |
| 2023-10-16 | Inline `Bytes::next` and `Bytes::size_hint`. | Nicholas Nethercote | -0/+2 |
| 2023-10-15 | Auto merge of #110604 - a1phyr:vecdeque_buf_read, r=dtolnay | bors | -0/+18 |
| 2023-10-14 | Add Seek::seek_relative | Jonathan Behrens | -0/+36 |
| 2023-10-14 | Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkan | bors | -1/+1 |
| 2023-10-07 | Remove unnecessary tmp variable in default_read_exact | Wilfred Hughes | -2/+1 |
| 2023-10-05 | Add more diagnostic items for clippy | Jason Newcomb | -0/+4 |
| 2023-10-03 | Bump version placeholders | Mark Rousskov | -1/+1 |
| 2023-09-25 | Auto merge of #116070 - eduardosm:IoSlice-advance_slices-checked_add, r=Mark-... | bors | -16/+19 |
| 2023-09-23 | Avoid overflow in `IoSlice::advance_slices` | Eduardo Sánchez Muñoz | -16/+19 |
| 2023-09-22 | Fixes from PR | Ayush Singh | -4/+4 |
| 2023-09-22 | Auto merge of #114780 - RalfJung:io-safety, r=Amanieu | bors | -1/+47 |
| 2023-09-20 | PR feedback | Ben Kimock | -0/+1 |
| 2023-09-06 | Auto merge of #115453 - ibraheemdev:patch-16, r=joshtriplett | bors | -3/+1 |
| 2023-09-04 | Auto merge of #115493 - Ayush1325:raw-os-error, r=workingjubilee | bors | -4/+1 |
| 2023-09-03 | Use std::io::Error::is_interrupted everywhere | Ben Kimock | -7/+8 |
| 2023-09-03 | Move RawOsError defination to sys | Ayush Singh | -4/+1 |
| 2023-09-01 | don't panic in BorrowedCursor::write | Zachary S | -2/+3 |
| 2023-09-01 | stabilize `io_error_other` feature | Ibraheem Ahmed | -3/+1 |
| 2023-08-29 | further expand on Arc and Box analogy | Ralf Jung | -3/+6 |
| 2023-08-25 | Add a new helper to avoid calling io::Error::kind | Ben Kimock | -7/+17 |
| 2023-08-22 | Replace version placeholders with 1.73.0 | Mark Rousskov | -2/+2 |
| 2023-08-22 | clarify what you cannot do | Ralf Jung | -3/+3 |
| 2023-08-22 | typos and wording | Ralf Jung | -3/+3 |
| 2023-08-16 | Partially revert #107200 | Josh Triplett | -3/+3 |
| 2023-08-14 | reference-counting analogy | Ralf Jung | -20/+23 |
| 2023-08-14 | reword the paragraph on file description ownership | Ralf Jung | -9/+10 |