| Age | Commit message (Expand) | Author | Lines |
| 2021-07-03 | Auto merge of #79965 - ijackson:moreerrnos, r=joshtriplett | bors | -21/+139 |
| 2021-07-02 | stdio_locked: updates based on feedback | Taylor Yu | -74/+14 |
| 2021-07-02 | Remove unstable `Cursor::remaining` | Sören Meier | -26/+0 |
| 2021-07-02 | Auto merge of #85746 - m-ou-se:io-error-other, r=joshtriplett | bors | -8/+23 |
| 2021-07-01 | add owned locked stdio handles | Taylor Yu | -1/+397 |
| 2021-07-01 | Stabilize `Seek::rewind` | Aris Merchant | -2/+5 |
| 2021-06-30 | impl Default, Copy, Clone for std::io::Sink and Empty | Ian Jackson | -0/+2 |
| 2021-06-25 | Restore original ordering of `ErrorKind::Other`. | Mara Bos | -8/+9 |
| 2021-06-24 | Use `#[non_exhaustive]` where appropriate | Jacob Pratt | -8/+6 |
| 2021-06-22 | Rollup merge of #86037 - soerenmeier:cursor_remaining, r=yaahc | Yuki Okushi | -4/+85 |
| 2021-06-20 | ErrorKind: Add missing full stops | Ian Jackson | -3/+3 |
| 2021-06-20 | ErrorKind::FilesystemLoop: Generalise dscription | Ian Jackson | -3/+4 |
| 2021-06-18 | Auto merge of #85815 - YuhanLiin:buf-read-data-left, r=m-ou-se | bors | -0/+41 |
| 2021-06-18 | ErrorKind::NotSeekable: Fix reference to File::open() | Ian Jackson | -1/+1 |
| 2021-06-18 | ErrorKind: Provide many more ErrorKinds, motivated by Unix errnos | Ian Jackson | -0/+116 |
| 2021-06-18 | ErrorKind: Reformat the error string table | Ian Jackson | -21/+22 |
| 2021-06-17 | Update tracking issue | YuhanLiin | -1/+1 |
| 2021-06-17 | Rollup merge of #86202 - a1phyr:spec_io_bytes_size_hint, r=m-ou-se | Mara Bos | -3/+96 |
| 2021-06-17 | Rollup merge of #85802 - Thomasdezeeuw:ioslice-advance, r=m-ou-se | Yuki Okushi | -30/+81 |
| 2021-06-17 | Fix typos in code examples. | Mara Bos | -2/+2 |
| 2021-06-17 | rename `remaining` to `remaining_slice` and add a new `remaining` | Sören Meier | -8/+34 |
| 2021-06-16 | Update tracking issue | Sören Meier | -2/+2 |
| 2021-06-15 | Rename ErrorKind::Unknown to Uncategorized. | Mara Bos | -7/+7 |
| 2021-06-15 | Redefine `ErrorKind::Other` and stop using it in std. | Mara Bos | -11/+25 |
| 2021-06-10 | Specialize `io::Bytes::size_hint` for more types | Benoît du Garreau | -3/+96 |
| 2021-06-07 | Forwarding implementation for Seek trait's stream_position method | myshylin | -0/+10 |
| 2021-06-05 | Implement `Cursor::{remaining, is_empty}` | Sören Meier | -4/+59 |
| 2021-06-05 | Rename IoSlice(Mut)::advance_slice to advance_slices | Thomas de Zeeuw | -24/+24 |
| 2021-05-29 | Add has_data_left() to BufRead | YuhanLiin | -0/+41 |
| 2021-05-29 | Add IoSlice(Mut)::advance | Thomas de Zeeuw | -2/+54 |
| 2021-05-29 | Rename IoSlice(Mut)::advance to advance_slice | Thomas de Zeeuw | -28/+27 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -4/+2 |
| 2021-05-23 | Rollup merge of #85288 - Geal:clarify-std-io-read, r=dtolnay | Dylan DPC | -1/+7 |
| 2021-05-20 | Rollup merge of #85275 - CDirkx:memchr, r=m-ou-se | Guillaume Gomez | -2/+2 |
| 2021-05-19 | Auto merge of #85176 - a1phyr:impl_clone_from, r=yaahc | bors | -1/+18 |
| 2021-05-18 | fix typo | Jorge Ferreira | -2/+2 |
| 2021-05-14 | add an example to explain std::io::Read::read returning 0 in some cases | Geoffroy Couprie | -1/+7 |
| 2021-05-14 | Move `std::memchr` to `sys_common` | Christiaan Dirkx | -2/+2 |
| 2021-05-11 | Override `clone_from` for some types | Benoît du Garreau | -1/+18 |
| 2021-05-10 | io::Seek::rewind: Set tracking issue | Ian Jackson | -1/+1 |
| 2021-05-10 | Fix typo in doc | Ian Jackson | -1/+1 |
| 2021-05-10 | io::Seek: Provide rewind() | Ian Jackson | -0/+35 |
| 2021-05-10 | io::Seek: Mention that seeking can fail due to buffer flush fail | Ian Jackson | -0/+2 |
| 2021-05-06 | Auto merge of #79930 - tgnottingham:bufwriter_performance, r=m-ou-se | bors | -39/+178 |
| 2021-05-03 | Correct stability of ErrorKind::OutOfMemory | Kornel | -1/+1 |
| 2021-05-02 | Add ErrorKind::OutOfMemory | Kornel | -0/+6 |
| 2021-04-22 | Rework `at_exit` to `cleanup` | Christiaan Dirkx | -23/+22 |
| 2021-04-21 | Replace all `fmt.pad` with `debug_struct` | Christiaan Dirkx | -9/+9 |
| 2021-04-18 | Bump to 1.53.0 | CDirkx | -1/+1 |
| 2021-04-18 | Rename `NotSupported` to `Unsupported` | Christiaan Dirkx | -4/+6 |