| Age | Commit message (Expand) | Author | Lines |
| 2022-02-04 | Hide Repr details from io::Error, and rework `io::Error::new_const`. | Thom Chiovoloni | -5/+5 |
| 2022-01-09 | Compute most of Public/Exported access level in rustc_resolve | Lamb | -4/+4 |
| 2021-11-02 | implement review suggestions | DrMeepster | -1/+1 |
| 2021-11-02 | consolidate 2 unsafe blocks into 1 | DrMeepster | -2/+2 |
| 2021-11-02 | read_buf | DrMeepster | -17/+94 |
| 2021-10-11 | Auto merge of #89755 - jkugelman:must-use-conversions-that-move-self, r=josht... | bors | -0/+1 |
| 2021-10-10 | Add #[must_use] to conversions that move self | John Kugelman | -0/+1 |
| 2021-10-09 | Apply clippy suggestions | Clemens Wasser | -6/+5 |
| 2021-10-07 | Optimize File::read_to_end and read_to_string | John Kugelman | -0/+67 |
| 2021-09-25 | Auto merge of #88343 - steffahn:fix_code_spacing, r=jyn514 | bors | -5/+5 |
| 2021-09-25 | Apply 16 commits (squashed) | Frank Steffahn | -5/+5 |
| 2021-09-09 | Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis | Fabian Wolff | -4/+0 |
| 2021-08-24 | Stabilise BufWriter::into_parts | Ian Jackson | -9/+7 |
| 2021-07-29 | Rename feature gate bufwriter_into_parts from bufwriter_into_raw_parts | Ian Jackson | -9/+9 |
| 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/+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-15 | Stabilize `into_parts()` and `into_error()` | inquisitivecrystal | -4/+2 |
| 2021-06-10 | Specialize `io::Bytes::size_hint` for more types | BenoƮt du Garreau | -1/+7 |
| 2021-05-14 | Move `std::memchr` to `sys_common` | Christiaan Dirkx | -1/+1 |
| 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-03-27 | Use DebugStruct::finish_non_exhaustive() in std. | Mara Bos | -1/+1 |
| 2021-03-21 | Bump stable version of bufreader_seek_relative. | Mara Bos | -1/+1 |
| 2021-03-21 | Use io::Error::new_const everywhere to avoid allocations. | Mara Bos | -2/+2 |
| 2021-03-10 | Stabilize `bufreader_seek_relative` | philippeitis | -1/+1 |
| 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 | -1/+9 |
| 2021-03-03 | Avoid unnecessary Vec construction in BufReader | Caleb Sander | -4/+3 |
| 2021-01-31 | specialize io::copy to use the memory of the writer if it is a BufWriter | The8472 | -1/+13 |
| 2021-01-31 | Remove trailing newline | Xavientois | -2/+3 |
| 2021-01-31 | Implement SizeHint trait for BufReader, Emtpy, and Chain | Xavientois | -1/+8 |
| 2021-01-24 | Stabilize `Seek::stream_position` & change feature of `Seek::stream_len` | Lukas Kalbertodt | -1/+0 |
| 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 | -0/+26 |
| 2021-01-04 | BufWriter::into_raw_parts: Add tracking issue number | Ian Jackson | -6/+6 |
| 2020-12-12 | fixup! WriterPanicked: Use debug_struct | Ian Jackson | -1/+1 |
| 2020-12-12 | WriterPanicked: Use debug_struct | Ian Jackson | -1/+3 |
| 2020-12-12 | bufwriter::WriterPanicked: Provide panicking example | Ian Jackson | -0/+24 |
| 2020-12-09 | Auto merge of #78768 - mzabaluev:optimize-buf-writer, r=cramertj | bors | -14/+53 |
| 2020-12-04 | IntoInnerError: Provide into_error | Ian Jackson | -0/+21 |
| 2020-12-04 | IntoInnerError: Provide into_parts | Ian Jackson | -0/+24 |
| 2020-12-04 | BufWriter: Provide into_raw_parts | Ian Jackson | -0/+73 |