| Age | Commit message (Expand) | Author | Lines |
| 2021-08-25 | Rollup merge of #88299 - ijackson:bufwriter, r=Mark-Simulacrum | Léo Lanteri Thauvin | -10/+8 |
| 2021-08-24 | Stabilise BufWriter::into_parts | Ian Jackson | -10/+8 |
| 2021-08-24 | Fix tidy | Ian Jackson | -2/+2 |
| 2021-08-24 | io::ErrorKind: rationalise ordering in main enum | Ian Jackson | -17/+24 |
| 2021-08-24 | io::Error: alphabeticise the match in as_str() | Ian Jackson | -5/+6 |
| 2021-08-22 | Fix typos “an”→“a” and a few different ones that appeared in the sa... | Frank Steffahn | -1/+1 |
| 2021-08-09 | Auto merge of #87820 - elichai:patch-2, r=kennytm | bors | -14/+14 |
| 2021-08-08 | Auto merge of #86744 - ijackson:sink-default, r=dtolnay | bors | -0/+2 |
| 2021-08-06 | Replace read_to_string with read_line in Stdin example | Elichai Turkel | -14/+14 |
| 2021-07-30 | Consistent spelling of "adapter" in the standard library | Frank Steffahn | -12/+12 |
| 2021-07-30 | Auto merge of #87445 - amalik18:issue-83584-fix, r=kennytm | bors | -2/+2 |
| 2021-07-29 | Rename feature gate bufwriter_into_parts from bufwriter_into_raw_parts | Ian Jackson | -10/+10 |
| 2021-07-29 | BufWriter: rename `into_parts` from `into_raw_parts` | Ian Jackson | -6/+6 |
| 2021-07-29 | BufWriter: actually export WriterPanicked error | Ian Jackson | -0/+4 |
| 2021-07-29 | Fix may not to appropriate might not or must not | Ali Malik | -2/+2 |
| 2021-07-24 | Rollup merge of #87175 - inquisitivecrystal:inner-error, r=kennytm | Yuki Okushi | -4/+2 |
| 2021-07-22 | Remove Option from BufWriter | Alex Macleod | -10/+14 |
| 2021-07-21 | Auto merge of #86847 - tlyu:stdin-forwarders, r=joshtriplett | bors | -1/+44 |
| 2021-07-18 | Rollup merge of #87170 - xFrednet:clippy-5393-add-diagnostic-items, r=Manishe... | Yuki Okushi | -0/+2 |
| 2021-07-15 | Stabilize `into_parts()` and `into_error()` | inquisitivecrystal | -4/+2 |
| 2021-07-15 | Added diagnostic items to structs and traits for Clippy | xFrednet | -0/+2 |
| 2021-07-12 | add Stdin::lines, Stdin::split forwarder methods | Taylor Yu | -1/+44 |
| 2021-07-13 | Rollup merge of #86846 - tlyu:stdio-locked-tracking, r=joshtriplett | Yuki Okushi | -7/+7 |
| 2021-07-13 | Rollup merge of #86811 - soerenmeier:remove_remaining, r=yaahc | Yuki Okushi | -26/+0 |
| 2021-07-06 | Rollup merge of #86794 - inquisitivecrystal:seek-rewind, r=m-ou-se | Yuki Okushi | -2/+5 |
| 2021-07-04 | Add missing code example for Write::write_vectored | Guillaume Gomez | -0/+21 |
| 2021-07-03 | stdio_locked: add tracking issue | Taylor Yu | -7/+7 |
| 2021-07-03 | Auto merge of #86799 - tlyu:stdio-locked, r=joshtriplett | bors | -1/+337 |
| 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 |