| Age | Commit message (Expand) | Author | Lines |
| 2024-09-29 | Fix std tests for wasm32-wasip2 target | Nicola Krumschmidt | -5/+6 |
| 2024-09-28 | Rollup merge of #125404 - a1phyr:fix-read_buf-uses, r=workingjubilee | Matthias Krüger | -16/+88 |
| 2024-09-27 | Mark some more types as having insignificant dtor | Michael Goulet | -0/+1 |
| 2024-09-25 | Add tracking issue for io_error_inprogress | nora | -1/+1 |
| 2024-09-25 | Auto merge of #130803 - cuviper:file-buffered, r=joshtriplett | bors | -1/+29 |
| 2024-09-24 | Mark 'get_mut' and 'set_position' in 'std::io::Cursor' as const; | Gabriel Bjørnager Jensen | -2/+4 |
| 2024-09-24 | Pre-allocate buffers in `File::open_buffered` and `create_buffered` | Josh Stone | -1/+29 |
| 2024-09-24 | add InProgress ErrorKind gated behind io_error_inprogress feature | Aviram Hassan | -0/+7 |
| 2024-09-23 | Add a comment to `Read::read_buf` | Benoît du Garreau | -0/+2 |
| 2024-09-23 | Add tests | Benoît du Garreau | -0/+63 |
| 2024-09-23 | Fix `io::default_read_to_end` uses of `read_buf` | Benoît du Garreau | -10/+14 |
| 2024-09-23 | Fix `io::BufReader` uses of `read_buf` | Benoît du Garreau | -2/+4 |
| 2024-09-23 | Fix `io::Take::read_buf` | Benoît du Garreau | -4/+5 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -16/+15 |
| 2024-09-21 | wait for two short reads before uncapping the max read size | The 8472 | -3/+13 |
| 2024-09-20 | [Clippy] Remove final std paths for diagnostic item | GnomedDev | -0/+1 |
| 2024-09-15 | Rollup merge of #130042 - lolbinarycat:bufreaker_peek_eof, r=Amanieu | Stuart Cook | -4/+12 |
| 2024-09-11 | Stabilize `std::io::ErrorKind::CrossesDevices` | Pavel Grigorenko | -1/+1 |
| 2024-09-10 | Auto merge of #130025 - Urgau:missing_docs-expect, r=petrochenkov | bors | -0/+1 |
| 2024-09-09 | Rollup merge of #128316 - GrigorenkoPV:io_error_a_bit_more, r=dtolnay | Jubilee | -16/+16 |
| 2024-09-09 | Add missing `#[allow(missing_docs)]` on hack functions in alloc | Urgau | -0/+1 |
| 2024-09-06 | properly handle EOF in BufReader::peek | binarycat | -4/+12 |
| 2024-09-02 | Rollup merge of #129804 - ranger-ross:fixed-documentation-typos, r=Noratrieb | Matthias Krüger | -1/+1 |
| 2024-08-31 | Fixed some typos in the standard library documentation/comments | ranger-ross | -1/+1 |
| 2024-08-28 | allow BufReader::peek to be called on unsized types | binarycat | -0/+2 |
| 2024-08-07 | Rollup merge of #128406 - lolbinarycat:bufreader_peek, r=Mark-Simulacrum | Matthias Krüger | -0/+55 |
| 2024-08-05 | implement BufReader::peek | binarycat | -0/+55 |
| 2024-07-30 | Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68 | bors | -4/+4 |
| 2024-07-29 | Rollup merge of #109174 - soerenmeier:cursor_fns, r=dtolnay | Matthias Krüger | -32/+37 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -49/+35 |
| 2024-07-28 | Replace `io::Cursor::{remaining_slice, is_empty}` with `io::Cursor::{split, s... | Sören Meier | -32/+37 |
| 2024-07-28 | Partially stabilize `io_error_more` | Pavel Grigorenko | -16/+16 |
| 2024-07-28 | Update CURRENT_RUSTC_VERSION | Mark Rousskov | -4/+4 |
| 2024-07-26 | Fix doc nits | John Arundel | -36/+40 |
| 2024-07-19 | Avoid ref when using format! for perf | Yuri Astrakhan | -1/+1 |
| 2024-07-14 | std: Unsafe-wrap std::io | Jubilee Young | -9/+13 |
| 2024-07-14 | std: deny(unsafe_op_in_unsafe_fn) but allow sites | Jubilee Young | -0/+1 |
| 2024-07-13 | Rollup merge of #127659 - saethlin:manually-drop-bufwriter, r=joboet | Jubilee | -7/+17 |
| 2024-07-12 | Use ManuallyDrop in BufWriter::into_parts | Ben Kimock | -7/+17 |
| 2024-07-12 | Stabilize io_slice_advance | Eduardo Sánchez Muñoz | -12/+4 |
| 2024-07-02 | chore: remove duplicate words | hattizai | -1/+1 |
| 2024-06-20 | Convert some module-level `//` and `///` comments to `//!`. | Nicholas Nethercote | -10/+11 |
| 2024-06-11 | replace version placeholder | Pietro Albini | -1/+1 |
| 2024-06-05 | Rollup merge of #126032 - ChrisDenton:update-docs, r=joboet | Matthias Krüger | -3/+2 |
| 2024-06-05 | Update description of the `IsTerminal` example | Chris Denton | -3/+2 |
| 2024-06-05 | Rollup merge of #123168 - joshtriplett:size-of-prelude, r=Amanieu | Jubilee | -1/+0 |
| 2024-05-21 | Rollup merge of #125123 - a1phyr:fix-read_exact, r=workingjubilee | Matthias Krüger | -10/+55 |
| 2024-05-20 | Address review comments | Benoît du Garreau | -1/+33 |
| 2024-05-19 | Add example to IsTerminal::is_terminal | Martijn | -0/+34 |
| 2024-05-14 | Fix `read_exact` and `read_buf_exact` for `&[u8]` and `io:Cursor` | Benoît du Garreau | -10/+23 |