| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-08-14 | don't link to RFCs, they are not up-to-date docs | Ralf Jung | -2/+1 |
| 2023-08-14 | wording; and explain some of the possible consequences of violating io-safety | Ralf Jung | -1/+7 |
| 2023-08-14 | typos | Ralf Jung | -1/+1 |
| 2023-08-13 | add more explicit I/O safety documentation | Ralf Jung | -1/+35 |
| 2023-08-10 | Rollup merge of #114194 - thomcc:flushinline, r=cuviper | Michael Goulet | -0/+1 |
| 2023-08-03 | Add assertion to test `skip_until` return value | William Venner | -2/+4 |
| 2023-07-30 | Fix empty_write since rust version attribute | Alex Saveau | -2/+2 |
| 2023-07-30 | Rollup merge of #98154 - vidhanio:master, r=workingjubilee | Matthias Krüger | -26/+87 |
| 2023-07-28 | inline trivial (noop) flush calls | Thom Chiovoloni | -0/+1 |
| 2023-07-26 | Add tests and comments about `read_to_string` and `read_line` specializations | Benoît du Garreau | -0/+17 |
| 2023-07-26 | `io::Chain`: specialize some `BufRead` methods | Benoît du Garreau | -3/+16 |
| 2023-07-26 | `io::Chain`: specialize some `Read` methods | Benoît du Garreau | -0/+33 |
| 2023-07-11 | Auto merge of #103754 - SUPERCILEX:filled-mut, r=m-ou-se | bors | -0/+7 |
| 2023-07-09 | additional io::copy specializations | The 8472 | -3/+116 |
| 2023-07-06 | Rollup merge of #112008 - intruder-kat:master, r=Nilstrieb | Michael Goulet | -2/+2 |
| 2023-06-18 | Rollup merge of #107200 - mina86:c, r=Amanieu | Matthias Krüger | -5/+6 |
| 2023-06-17 | Extend io::copy buffer reuse to BufReader too | The 8472 | -74/+207 |
| 2023-06-16 | Rollup merge of #111074 - WaffleLapkin:🌟unsizes_your_buf_reader🌟, r=Ama... | Michael Goulet | -109/+116 |
| 2023-05-26 | Fix incorrect documented default bufsize in bufreader/writer | Kathryn R | -2/+2 |
| 2023-05-26 | Rollup merge of #111940 - zirconium-n:io-read-doc-change, r=thomcc | Matthias Krüger | -3/+4 |
| 2023-05-25 | Clarify safety concern of `io::Read::read` is only relevant in unsafe code | Ziru Niu | -3/+4 |
| 2023-05-18 | Add tracking issue ID for `bufread_skip_until` feature gate | William Venner | -1/+1 |
| 2023-05-18 | Move `BufRead::skip_until` test to a more appropriate location | William Venner | -28/+28 |
| 2023-05-18 | Add `BufRead::skip_until` test | William Venner | -0/+28 |
| 2023-05-15 | wanting => want | Vagelis Prokopiou | -1/+1 |
| 2023-05-05 | feat: merge functionality of `io::Sink` into `io::Empty` | Vidhan Bhatt | -26/+87 |
| 2023-05-01 | Relax implicit `W: Sized` bound on `LineWriter<W>` | Maybe Waffle | -27/+29 |
| 2023-05-01 | Relax implicit `W: Sized` bound on `BufWriter<W>` | Maybe Waffle | -69/+71 |
| 2023-05-01 | Relax implicit `R: Sized` bound on `BufReader<R>` | Maybe Waffle | -13/+16 |
| 2023-04-28 | replace version placeholders | Pietro Albini | -4/+4 |
| 2023-04-26 | Rollup merge of #110419 - jsoref:spelling-library, r=jyn514 | Matthias Krüger | -7/+8 |
| 2023-04-26 | rewrite: line_long_tail_not_flushed description | Josh Soref | -3/+4 |
| 2023-04-26 | rewrite: long_line_flushed description | Josh Soref | -3/+3 |
| 2023-04-26 | Spelling library/ | Josh Soref | -1/+1 |
| 2023-04-23 | Auto merge of #110655 - ChrisDenton:read-to-end, r=joshtriplett | bors | -6/+20 |
| 2023-04-21 | Limit read size in `File::read_to_end` loop | Chris Denton | -6/+20 |