| Age | Commit message (Expand) | Author | Lines |
| 2025-03-16 | Rollup merge of #137890 - lolbinarycat:docs-bufreader-peek-consume, r=Mark-Si... | 许杰友 Jieyou Xu (Joe) | -1/+5 |
| 2025-03-02 | doc: clarify that consume can be called after BufReader::peek | binarycat | -1/+5 |
| 2025-02-28 | Tweak BufReader::peek() doctest to expose bug in Buffer::read_more() | Will Woods | -3/+3 |
| 2024-09-28 | Rollup merge of #125404 - a1phyr:fix-read_buf-uses, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2024-09-24 | Pre-allocate buffers in `File::open_buffered` and `create_buffered` | Josh Stone | -0/+8 |
| 2024-09-23 | Fix `io::BufReader` uses of `read_buf` | Benoît du Garreau | -1/+1 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -2/+2 |
| 2024-09-15 | Rollup merge of #130042 - lolbinarycat:bufreaker_peek_eof, r=Amanieu | Stuart Cook | -2/+10 |
| 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 | -2/+10 |
| 2024-08-28 | allow BufReader::peek to be called on unsized types | binarycat | -0/+2 |
| 2024-08-05 | implement BufReader::peek | binarycat | -0/+34 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -1/+2 |
| 2024-04-11 | Factor some common `io::Error` constants | Benoît du Garreau | -6/+1 |
| 2024-04-10 | Auto merge of #122393 - a1phyr:specialize_read_buf_exact, r=joboet | bors | -0/+8 |
| 2024-03-20 | resolve clippy errors | onur-ozkan | -4/+3 |
| 2024-03-12 | Specialize many implementations of `Read::read_buf_exact` | Benoît du Garreau | -0/+8 |
| 2024-02-21 | Remove unnecessary map_err | Kornel | -1/+1 |
| 2024-02-19 | Remove an old hack for rustdoc | Pavel Grigorenko | -2/+1 |
| 2024-01-29 | Handle out of memory errors in io:Read::read_to_end() | Kornel | -0/+1 |
| 2023-11-19 | Rollup merge of #116750 - fintelia:seek_seek_relative, r=Mark-Simulacrum | Takayuki Maeda | -0/+10 |
| 2023-10-20 | Specialize `Bytes<R>::next` when `R` is a `BufReader`. | Nicholas Nethercote | -5/+20 |
| 2023-10-14 | Add Seek::seek_relative | Jonathan Behrens | -0/+10 |
| 2023-07-06 | Rollup merge of #112008 - intruder-kat:master, r=Nilstrieb | Michael Goulet | -1/+1 |
| 2023-06-17 | Extend io::copy buffer reuse to BufReader too | The 8472 | -1/+1 |
| 2023-05-26 | Fix incorrect documented default bufsize in bufreader/writer | Kathryn R | -1/+1 |
| 2023-05-01 | Relax implicit `R: Sized` bound on `BufReader<R>` | Maybe Waffle | -12/+15 |
| 2022-10-06 | Avoid defensive re-initialization of the BufReader buffer | Ben Kimock | -0/+8 |
| 2022-08-18 | Address reviewer comments | Nick Cameron | -2/+2 |
| 2022-08-05 | non-linux platforms | Nick Cameron | -3/+2 |
| 2022-08-04 | std::io: migrate ReadBuf to BorrowBuf/BorrowCursor | Nick Cameron | -7/+8 |
| 2022-07-26 | Add Buffer::consume_with to enable direct buffer access with one check | Ben Kimock | -3/+1 |
| 2022-07-24 | Rename and document the new BufReader internals | Ben Kimock | -7/+7 |
| 2022-07-24 | Remove some redundant checks from BufReader | Ben Kimock | -53/+30 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -1/+1 |
| 2022-02-04 | Hide Repr details from io::Error, and rework `io::Error::new_const`. | Thom Chiovoloni | -2/+2 |
| 2021-11-02 | implement review suggestions | DrMeepster | -1/+1 |
| 2021-11-02 | consolidate 2 unsafe blocks into 1 | DrMeepster | -2/+2 |
| 2021-11-02 | read_buf | DrMeepster | -16/+43 |
| 2021-10-09 | Apply clippy suggestions | Clemens Wasser | -6/+5 |
| 2021-10-07 | Optimize File::read_to_end and read_to_string | John Kugelman | -0/+45 |
| 2021-09-25 | Apply 16 commits (squashed) | Frank Steffahn | -4/+4 |
| 2021-06-10 | Specialize `io::Bytes::size_hint` for more types | Benoît du Garreau | -1/+7 |
| 2021-03-21 | Bump stable version of bufreader_seek_relative. | Mara Bos | -1/+1 |
| 2021-03-10 | Stabilize `bufreader_seek_relative` | philippeitis | -1/+1 |
| 2021-03-05 | Rollup merge of #82728 - calebsander:refactor/bufreader-buf, r=m-ou-se | Mara | -4/+3 |
| 2021-03-03 | Avoid unnecessary Vec construction in BufReader | Caleb Sander | -4/+3 |
| 2021-01-31 | Remove trailing newline | Xavientois | -2/+3 |
| 2021-01-31 | Implement SizeHint trait for BufReader, Emtpy, and Chain | Xavientois | -1/+8 |
| 2021-01-24 | Stabilize `Seek::stream_position` & change feature of `Seek::stream_len` | Lukas Kalbertodt | -1/+0 |