| Age | Commit message (Expand) | Author | Lines |
| 2024-05-13 | Rollup merge of #123817 - slanterns:seek_relative, r=dtolnay | Matthias Krüger | -2/+1 |
| 2024-05-13 | Add `size_of`, `size_of_val`, `align_of`, and `align_of_val` to the prelude | Josh Triplett | -1/+0 |
| 2024-05-11 | io::Write::write_fmt: panic if the formatter fails when the stream does not fail | Ralf Jung | -1/+5 |
| 2024-05-04 | Rollup merge of #122441 - a1phyr:improve_read_impls, r=ChrisDenton | Matthias Krüger | -10/+29 |
| 2024-05-03 | Rollup merge of #124412 - RalfJung:io-safety, r=Amanieu | Matthias Krüger | -1/+1 |
| 2024-05-01 | Replace version placeholders for 1.79 | Mark Rousskov | -7/+7 |
| 2024-04-27 | io safety: update Unix explanation | Ralf Jung | -1/+1 |
| 2024-04-25 | Rollup merge of #124076 - NobodyXu:patch-1, r=dtolnay | Michael Goulet | -3/+1 |
| 2024-04-18 | Stablise io_error_downcast | Jiahao XU | -3/+1 |
| 2024-04-17 | Stabilize `const_io_structs` | Slanterns | -6/+6 |
| 2024-04-15 | Auto merge of #123851 - NobodyXu:patch-1, r=BurntSushi | bors | -6/+10 |
| 2024-04-15 | Update doc for std::io::Error::downcast | Jiahao XU | -1/+5 |
| 2024-04-14 | Rollup merge of #120900 - marcospb19:std-use-seek-stream-position, r=joshtrip... | Guillaume Gomez | -2/+5 |
| 2024-04-12 | Update document for std::io::Error::downcast | Jiahao XU | -6/+6 |
| 2024-04-12 | Avoid panicking branch in `append_to_string` | Benoît du Garreau | -1/+4 |
| 2024-04-12 | `VecDeque::read_to_string`: avoid making the slices contiguous | Benoît du Garreau | -9/+2 |
| 2024-04-12 | Improve several `Read` implementations | Benoît du Garreau | -1/+24 |
| 2024-04-11 | Rollup merge of #123806 - joboet:advanced_overflow, r=Amanieu | Matthias Krüger | -0/+9 |
| 2024-04-11 | Rollup merge of #122882 - Zoxc:panic-output-panic, r=Amanieu | Matthias Krüger | -5/+25 |
| 2024-04-12 | Stabilize `Seek::seek_relative` | Slanterns | -2/+1 |
| 2024-04-11 | core: panic on overflow in `BorrowedCursor` | joboet | -0/+9 |
| 2024-04-11 | Factor some common `io::Error` constants | Benoît du Garreau | -51/+36 |
| 2024-04-10 | Auto merge of #122393 - a1phyr:specialize_read_buf_exact, r=joboet | bors | -18/+74 |
| 2024-03-22 | Avoid a panic in `set_output_capture` in the default panic handler | John Kåre Alsaker | -5/+25 |
| 2024-03-20 | Auto merge of #122754 - Mark-Simulacrum:bootstrap-bump, r=albertlarsan68 | bors | -2/+2 |
| 2024-03-19 | branch 1.78: replace-version-placeholder | Mark Rousskov | -2/+2 |
| 2024-03-20 | resolve clippy errors | onur-ozkan | -4/+3 |
| 2024-03-14 | Fix minor documentation issue. Code outside the test would fail. Seek documen... | baitcode | -0/+2 |
| 2024-03-12 | Specialize many implementations of `Read::read_buf_exact` | Benoît du Garreau | -18/+74 |
| 2024-03-10 | Rollup merge of #122276 - RalfJung:io-read, r=Nilstrieb | Matthias Krüger | -10/+7 |
| 2024-03-10 | io::Read trait: make it more clear when we are adressing implementations vs c... | Ralf Jung | -10/+7 |
| 2024-03-10 | disable OOM test in Miri | Ralf Jung | -0/+2 |
| 2024-03-09 | Rollup merge of #121403 - kornelski:io-oom, r=dtolnay | Guillaume Boisseau | -5/+27 |
| 2024-03-09 | Rollup merge of #99153 - Dajamante:issue/95622, r=dtolnay | Guillaume Boisseau | -0/+26 |
| 2024-03-03 | Fix quadratic behavior of repeated vectored writes | Jan Verbeek | -31/+50 |
| 2024-03-01 | Auto merge of #114016 - krtab:delete_sys_memchr, r=workingjubilee | bors | -2/+2 |
| 2024-02-29 | Rollup merge of #110543 - joboet:reentrant_lock, r=m-ou-se | Matthias Krüger | -10/+35 |
| 2024-02-26 | Fill in Read::read_buf for &Stdin | David Tolnay | -0/+3 |
| 2024-02-26 | Fix stable feature name and stabilization version of Read for &Stdin | David Tolnay | -1/+1 |
| 2024-02-23 | std: make `ReentrantLock` public | joboet | -10/+35 |
| 2024-02-22 | Use generic `NonZero` everywhere in `std`. | Markus Reiter | -2/+2 |
| 2024-02-21 | rename ptr::invalid -> ptr::without_provenance | Ralf Jung | -2/+8 |
| 2024-02-21 | Remove unnecessary map_err | Kornel | -5/+5 |
| 2024-02-21 | TryReserveError to ErrorKind::OutOfMemory | Kornel | -0/+22 |
| 2024-02-20 | Delete architecture-specific memchr code in std::sys | Arthur Carcano | -2/+2 |
| 2024-02-19 | Remove an old hack for rustdoc | Pavel Grigorenko | -4/+2 |
| 2024-02-19 | Auto merge of #105917 - a1phyr:read_chain_more_impls, r=workingjubilee | bors | -3/+66 |
| 2024-02-11 | std: use `stream_position` where applicable | João Marcos P. Bezerra | -2/+5 |
| 2024-02-07 | Make `io::BorrowedCursor::advance` safe | Benoît du Garreau | -12/+4 |
| 2024-02-05 | Rollup merge of #120607 - conradludgate:fix-120603, r=dtolnay | Matthias Krüger | -2/+36 |