| Age | Commit message (Expand) | Author | Lines |
| 2021-04-18 | Bump since to 1.52.0 | CDirkx | -1/+1 |
| 2021-04-18 | Add and insta-stabilize `std::io::ErrorKind::NotSupported` | Christiaan Dirkx | -0/+5 |
| 2021-04-13 | BufWriter: improve safety comment | Tyson Nottingham | -6/+10 |
| 2021-04-13 | BufWriter: simplify buffer draining | Tyson Nottingham | -5/+1 |
| 2021-04-13 | BufWriter: use #[cold] and less aggressive #[inline] hints | Tyson Nottingham | -1/+3 |
| 2021-04-13 | BufWriter: handle possibility of overflow | Tyson Nottingham | -15/+39 |
| 2021-04-13 | BufWriter: optimize for write sizes less than buffer size | Tyson Nottingham | -24/+32 |
| 2021-04-13 | BufWriter: avoid using expensive Vec methods | Tyson Nottingham | -12/+75 |
| 2021-04-13 | BufWriter: apply #[inline] / #[inline(never)] optimizations | Tyson Nottingham | -24/+66 |
| 2021-04-13 | Auto merge of #82992 - philippeitis:stabilize_bufreader_seek_relative, r=work... | bors | -1/+1 |
| 2021-04-02 | Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514 | bors | -2/+4 |
| 2021-03-27 | Rollup merge of #83555 - m-ou-se:inline-io-error-new-const, r=jackh726 | Dylan DPC | -0/+8 |
| 2021-03-28 | Rollup merge of #83560 - m-ou-se:io-chain-debug, r=sfackler | Yuki Okushi | -7/+1 |
| 2021-03-27 | Derive Debug for io::Chain instead of manually implementing it. | Mara Bos | -7/+1 |
| 2021-03-27 | Use DebugStruct::finish_non_exhaustive() in std. | Mara Bos | -1/+1 |
| 2021-03-27 | Add #[inline] to io::Error methods. | Mara Bos | -0/+8 |
| 2021-03-24 | Rollup merge of #83353 - m-ou-se:io-error-avoid-alloc, r=nagisa | Dylan DPC | -15/+63 |
| 2021-03-21 | Bump stable version of bufreader_seek_relative. | Mara Bos | -1/+1 |
| 2021-03-21 | Fix typos | Mara Bos | -2/+2 |
| 2021-03-21 | Use io::Error::new_const everywhere to avoid allocations. | Mara Bos | -15/+21 |
| 2021-03-21 | Add test for io::Error::new_const. | Mara Bos | -0/+10 |
| 2021-03-21 | Add internal io::Error::new_const tot avoid allocations. | Mara Bos | -0/+26 |
| 2021-03-21 | Add test for io::Error's size. | Mara Bos | -0/+6 |
| 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-15 | Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]` | Camelid | -2/+4 |
| 2021-03-10 | Stabilize `bufreader_seek_relative` | philippeitis | -1/+1 |
| 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 |