| Age | Commit message (Expand) | Author | Lines |
| 2021-03-19 | Rollup merge of #82892 - jix:clarify-read-read, r=joshtriplett | Dylan DPC | -2/+7 |
| 2021-03-18 | Clarify docs for Read::read's return value | Jannis Harder | -2/+7 |
| 2021-03-07 | Generalize Write impl for Vec<u8> to Vec<u8, A> | Joel Höner | -1/+2 |
| 2021-03-05 | Rollup merge of #82728 - calebsander:refactor/bufreader-buf, r=m-ou-se | Mara | -4/+3 |
| 2021-03-05 | Rollup merge of #81136 - Xavientois:io_reader_size_hint, r=cramertj | Mara | -3/+103 |
| 2021-03-03 | Avoid unnecessary Vec construction in BufReader | Caleb Sander | -4/+3 |
| 2021-03-02 | Rollup merge of #80189 - jyn514:convert-primitives, r=poliorcetics | Yuki Okushi | -2/+1 |
| 2021-02-27 | Rollup merge of #82395 - pickfire:see-more, r=GuillaumeGomez | Dylan DPC | -2/+2 |
| 2021-02-25 | Convert primitives to use intra-doc links | Joshua Nelson | -2/+1 |
| 2021-02-24 | library: Normalize safety-for-unsafe-block comments | Miguel Ojeda | -1/+1 |
| 2021-02-22 | Add missing "see its documentation for more" stdio | Ivan Tham | -2/+2 |
| 2021-02-20 | Rollup merge of #82244 - pickfire:patch-6, r=dtolnay | Guillaume Gomez | -2/+2 |
| 2021-02-18 | Keep consistency in example for Stdin StdinLock | Ivan Tham | -2/+2 |
| 2021-02-18 | Add missing link from stdio doc | Ivan Tham | -4/+4 |
| 2021-01-31 | specialize io::copy to use the memory of the writer if it is a BufWriter | The8472 | -8/+136 |
| 2021-01-31 | Fix line length format | Xavientois | -1/+3 |
| 2021-01-31 | Fix formatting on mod | Xavientois | -2/+1 |
| 2021-01-31 | Add space for proper indentation | Xavientois | -1/+1 |
| 2021-01-31 | Remove trailing newline | Xavientois | -2/+3 |
| 2021-01-31 | Add tests for SizeHint implementations | Xavientois | -2/+29 |
| 2021-01-31 | Implement SizeHint trait for BufReader, Emtpy, and Chain | Xavientois | -8/+29 |
| 2021-01-31 | Use fully qualified syntax to avoid dyn | Xavientois | -2/+22 |
| 2021-01-31 | Remove unnecessary default keyword | Xavientois | -4/+6 |
| 2021-01-31 | Remove stable annotation | Xavientois | -3/+0 |
| 2021-01-31 | Fix formatting | Xavientois | -10/+2 |
| 2021-01-31 | Add dyn for SizeHint cast | Xavientois | -1/+1 |
| 2021-01-31 | Remove exposing private trait | Xavientois | -2/+2 |
| 2021-01-31 | Fix semicolon | Xavientois | -1/+1 |
| 2021-01-31 | Add back lower_bound as memeber | Xavientois | -0/+2 |
| 2021-01-31 | Add default keyword for specialization | Xavientois | -5/+5 |
| 2021-01-31 | Fix incorrect token | Xavientois | -1/+1 |
| 2021-01-31 | Move default to trait definition | Xavientois | -6/+4 |
| 2021-01-31 | Add missing generic | Xavientois | -1/+1 |
| 2021-01-31 | Use helper trait to follow min_specialization rules | Xavientois | -4/+24 |
| 2021-01-31 | Fix implementation to specialize | Xavientois | -1/+1 |
| 2021-01-31 | Implement size_hint for BufReader | Xavientois | -2/+21 |
| 2021-01-31 | Rollup merge of #78044 - oberien:empty-seek, r=m-ou-se | Jonas Schievink | -2/+37 |
| 2021-01-30 | impl Seek for Empty | oberien | -2/+37 |
| 2021-01-24 | Stabilize `Seek::stream_position` & change feature of `Seek::stream_len` | Lukas Kalbertodt | -5/+3 |
| 2021-01-21 | Rollup merge of #80172 - camelid:prelude-docs-consistent-punct, r=steveklabnik | Yuki Okushi | -1/+1 |
| 2021-01-19 | Auto merge of #79705 - ijackson:bufwriter-disassemble, r=m-ou-se | bors | -0/+99 |
| 2021-01-17 | Add benchmark and fast path for BufReader::read_exact | Ben Kimock | -17/+47 |
| 2021-01-14 | Rollup merge of #80895 - sfackler:read-to-end-ub, r=m-ou-se | Mara Bos | -12/+10 |
| 2021-01-14 | Rollup merge of #80217 - camelid:io-read_to_string, r=m-ou-se | Mara Bos | -0/+48 |
| 2021-01-11 | Add docs on performance | Camelid | -0/+13 |
| 2021-01-11 | clarify docs a bit | Steven Fackler | -4/+3 |
| 2021-01-11 | make check a bit more clear | Steven Fackler | -2/+3 |
| 2021-01-11 | clean up control flow | Steven Fackler | -11/+2 |
| 2021-01-11 | Fix handling of malicious Readers in read_to_end | Steven Fackler | -1/+8 |
| 2021-01-05 | Use heading for `std::prelude` and not `io::prelude` | Camelid | -1/+1 |