| Age | Commit message (Expand) | Author | Lines |
| 2025-03-07 | Rollup merge of #138034 - thaliaarchi:use-prelude-size-of, r=tgross35 | Matthias Krüger | -1/+0 |
| 2025-03-07 | Rollup merge of #137832 - wgwoods:fix-bufreader-peek, r=joboet | Matthias Krüger | -5/+5 |
| 2025-03-07 | Rollup merge of #137107 - thaliaarchi:io-optional-methods/cursors, r=joboet | Matthias Krüger | -14/+146 |
| 2025-03-06 | library: Use size_of from the prelude instead of imported | Thalia Archibald | -1/+0 |
| 2025-03-05 | Rollup merge of #136798 - pcorwin:master, r=tgross35 | 许杰友 Jieyou Xu (Joe) | -0/+34 |
| 2025-03-04 | Added documentation for flushing | pcorwin | -0/+34 |
| 2025-03-02 | Rollup merge of #137375 - steffahn:clarify-read_line-comment, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2025-03-02 | doc: clarify that consume can be called after BufReader::peek | binarycat | -1/+5 |
| 2025-02-28 | Fix logic error in Buffer::read_more() | Will Woods | -2/+2 |
| 2025-02-28 | Tweak BufReader::peek() doctest to expose bug in Buffer::read_more() | Will Woods | -3/+3 |
| 2025-02-28 | Use correct error message casing for `io::const_error`s | Noratrieb | -1/+1 |
| 2025-02-27 | Override default Write methods for cursor-like types | Thalia Archibald | -14/+143 |
| 2025-02-27 | Inline VecDeque<u8> and BorrowedCursor methods | Thalia Archibald | -0/+3 |
| 2025-02-23 | Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrum | bors | -2/+2 |
| 2025-02-21 | Use faster thread_local! for stdout | Kornel | -1/+1 |
| 2025-02-21 | Clarify/update comments in `BufRead::read_line`'s default body | Frank Steffahn | -1/+1 |
| 2025-02-18 | update version placeholders | Josh Stone | -2/+2 |
| 2025-02-18 | add last std diagnostic items for clippy | cyrgani | -0/+1 |
| 2025-02-17 | Rollup merge of #136844 - thaliaarchi:const-io-error, r=ChrisDenton | Matthias Krüger | -1/+1 |
| 2025-02-14 | Forward all default methods for I/O impls | Thalia Archibald | -0/+62 |
| 2025-02-13 | Use `slice::fill` in `io::Repeat` implementation | DaniPopes | -18/+10 |
| 2025-02-12 | Rollup merge of #136945 - samueltardieu:push-rsqlyknnvyqm, r=fmease | Jacob Pratt | -0/+1 |
| 2025-02-12 | Add diagnostic item for `std::io::BufRead` | Samuel Tardieu | -0/+1 |
| 2025-02-10 | Fix &&str and trailing commas in io::const_error! | Thalia Archibald | -1/+1 |
| 2025-02-10 | Implement `read*_exact` for `std:io::repeat` | Benoît du Garreau | -0/+11 |
| 2025-02-09 | Auto merge of #136751 - bjorn3:update_rustfmt, r=Mark-Simulacrum | bors | -3/+4 |
| 2025-02-08 | Rustfmt | bjorn3 | -3/+4 |
| 2025-02-08 | Rollup merge of #135696 - joboet:move_pal_io, r=Noratrieb | Matthias Krüger | -1/+1 |
| 2025-02-07 | std: get rid of `sys_common::io` | joboet | -1/+1 |
| 2025-02-06 | Stabilise 'Cursor::{get_mut, set_position}' in 'const' scenarios; | Gabriel Bjørnager Jensen | -2/+2 |
| 2025-01-28 | clarify BufRead::{fill_buf, consume} docs | Marijn Schouten | -24/+17 |
| 2025-01-26 | Test pipes also when not running on Windows and Linux simultaneously | Tobias Bucher | -1/+1 |
| 2025-01-26 | Update `std::io::{pipe, PipeReader, PipeWriter}` docs the new location | Tobias Bucher | -16/+20 |
| 2025-01-26 | Move `std::io::pipe` code into its own file | Tobias Bucher | -272/+277 |
| 2025-01-25 | Rollup merge of #135948 - bjorn3:update_emscripten_std_tests, r=Mark-Simulacrum | Jacob Pratt | -2/+1 |
| 2025-01-25 | Improve and expand documentation of pipes | Josh Triplett | -8/+14 |
| 2025-01-24 | Remove a bunch of emscripten test ignores | bjorn3 | -2/+0 |
| 2025-01-24 | Fix testing of the standard library with Emscripten | bjorn3 | -0/+1 |
| 2025-01-17 | Move `std::pipe::*` into `std::io` | Jiahao XU | -0/+266 |
| 2025-01-11 | Add inherent versions of MaybeUninit methods for slices | ltdk | -1/+1 |
| 2025-01-10 | Use `NonNull::without_provenance` within the standard library | Samuel Tardieu | -3/+4 |
| 2025-01-08 | update version placeholders | Pietro Albini | -2/+2 |
| 2024-12-21 | Avoid short writes in LineWriter | Chris Denton | -6/+21 |
| 2024-12-21 | Less unwrap() in documentation | Kornel | -10/+15 |
| 2024-12-06 | Rollup merge of #130254 - GrigorenkoPV:QuotaExceeded, r=dtolnay | Matthias Krüger | -9/+9 |
| 2024-12-06 | Rollup merge of #130209 - GrigorenkoPV:CrossesDevices, r=dtolnay | Matthias Krüger | -1/+1 |
| 2024-12-01 | add isatty alias for is_terminal | cod10129 | -0/+1 |
| 2024-11-26 | std: update internal uses of `io::const_error!` | joboet | -21/+21 |
| 2024-11-25 | std: expose `const_io_error!` as `const_error!` | joboet | -20/+36 |
| 2024-11-20 | Rollup merge of #130800 - bjoernager:const-mut-cursor, r=joshtriplett | Matthias Krüger | -2/+4 |