| Age | Commit message (Expand) | Author | Lines |
| 2020-04-29 | Rollup merge of #71296 - ChiefMilesEdgeworth:fix_doc_wording, r=Dylan-DPC | Dylan DPC | -2/+3 |
| 2020-04-26 | Suppress file length check temporarily | Steven Fackler | -0/+1 |
| 2020-04-26 | Update name | Steven Fackler | -48/+48 |
| 2020-04-26 | Add Read/Write::can_read/write_vectored | Steven Fackler | -0/+159 |
| 2020-04-25 | Rollup merge of #71545 - Askaholic:patch-1, r=jonas-schievink | Dylan DPC | -2/+2 |
| 2020-04-25 | Fix comment in docstring example for Error::kind | Askaholic | -2/+2 |
| 2020-04-24 | Replace filter_map().next() calls with find_map() | Josh Stone | -9/+4 |
| 2020-04-18 | Change wording on read_vectored docs | Nathan Abel | -2/+3 |
| 2020-04-07 | Rollup merge of #70612 - Thomasdezeeuw:issue_70436, r=LukasKalbertodt | Dylan DPC | -1/+169 |
| 2020-04-07 | Put reference to write_vectored in quotes in doc | Thomas de Zeeuw | -1/+1 |
| 2020-04-06 | Improve io::Write::write_all_vectored docs | Thomas de Zeeuw | -11/+17 |
| 2020-04-01 | Fix link to write_vectored | Thomas de Zeeuw | -1/+1 |
| 2020-04-01 | Use unspecified over undefined in io::Write::write_all_vectored docs | Thomas de Zeeuw | -7/+9 |
| 2020-03-31 | Add io::Write::write_all_vectored | Thomas de Zeeuw | -1/+161 |
| 2020-03-31 | more clippy fixes | Matthias Krüger | -2/+2 |
| 2020-03-24 | spaces between braces really ruin readability | Without Boats | -4/+4 |
| 2020-03-24 | correct rustc version | Without Boats | -2/+2 |
| 2020-03-24 | IoSlice/IoSliceMut should be Send and Sync | Without Boats | -0/+12 |
| 2020-03-21 | Rollup merge of #70232 - adrian5:patch-1, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-03-21 | Tweak wording for std::io::Read::read function | adrian5 | -1/+1 |
| 2020-03-21 | Rollup merge of #69955 - alexcrichton:stderr-infallible, r=sfackler | Dylan DPC | -18/+31 |
| 2020-03-20 | Fix abort-on-eprintln during process shutdown | Alex Crichton | -18/+31 |
| 2020-03-19 | Rollup merge of #69959 - alexcrichton:fix-panic-in-print, r=Mark-Simulacrum | Mazdak Farrokhzad | -4/+8 |
| 2020-03-18 | std: Don't abort process when printing panics in tests | Alex Crichton | -4/+8 |
| 2020-03-14 | Rollup merge of #69403 - LeSeulArtichaut:copy-ioslice, r=sfackler | Yuki Okushi | -0/+1 |
| 2020-03-10 | Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnison | Mazdak Farrokhzad | -2/+0 |
| 2020-03-06 | Don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -3/+3 |
| 2020-02-27 | use char instead of &str for single char patterns | Matthias Krüger | -2/+2 |
| 2020-02-27 | Remove spotlight usage | Guillaume Gomez | -2/+0 |
| 2020-02-23 | docs: Stdin::read_line: mention the appending | Jakub Kądziołka | -1/+1 |
| 2020-02-23 | Implement `Copy` for `IoSlice` | LeSeulArtichaut | -0/+1 |
| 2020-02-05 | Fix issue number of `capacity` method | Yuki Okushi | -2/+2 |
| 2020-02-04 | Auto merge of #68558 - HeroicKatora:buf-writer-capacity, r=alexcrichton | bors | -0/+45 |
| 2020-01-28 | Document that write_all will not call write if given an empty buffer | Josh Triplett | -0/+2 |
| 2020-01-28 | Add capacity to BufReader with same unstable gate | Andreas Molzer | -0/+26 |
| 2020-01-26 | Add a method to query the capacity of a BufWriter | Andreas Molzer | -0/+19 |
| 2020-01-02 | Use drop instead of the toilet closure `|_| ()` | Lzu Tao | -1/+1 |
| 2019-12-24 | Deprecate Error::description for real | David Tolnay | -8/+6 |
| 2019-12-24 | Rollup merge of #67561 - euclio:remove-description, r=jonas-schievink | Mazdak Farrokhzad | -3/+1 |
| 2019-12-23 | remove `description` from `Error` impls in docs | Andy Russell | -3/+1 |
| 2019-12-23 | Rollup merge of #67233 - Luro02:cursor_traits, r=sfackler | Mazdak Farrokhzad | -1/+13 |
| 2019-12-22 | Format the world | Mark Rousskov | -132/+189 |
| 2019-12-22 | add partialeq and eq to cursor | Luro02 | -1/+13 |
| 2019-12-21 | Require issue = "none" over issue = "0" in unstable attributes | Ross MacArthur | -5/+5 |
| 2019-12-12 | std: Implement `LineWriter::write_vectored` | Alex Crichton | -1/+171 |
| 2019-12-05 | Simplify {IoSlice, IoSliceMut}::advance examples and tests | Tomasz Miąsko | -29/+26 |
| 2019-11-29 | Format libstd with rustfmt | David Tolnay | -215/+283 |
| 2019-11-08 | docs: Fix link to BufWriter::flush | Bryan Burgers | -1/+1 |
| 2019-10-31 | rephrase sentence regarding data loss when using BufReader::into_inner | Marco Conte | -2/+3 |
| 2019-10-31 | enhance the documentation of std::io::BufReader regarding potential data loss | Marco Conte | -2/+4 |