| Age | Commit message (Expand) | Author | Lines |
| 2022-02-24 | word wrpa | Dylan DPC | -5/+5 |
| 2022-02-24 | word wrpa | Dylan DPC | -6/+9 |
| 2022-02-23 | Update library/std/src/io/error.rs | Dylan DPC | -1/+1 |
| 2022-02-23 | add some more summary from pr discussion | Dylan DPC | -1/+1 |
| 2022-02-23 | add some more summary from pr discussion | Dylan DPC | -2/+4 |
| 2022-02-23 | add matching to errorkind | Dylan DPC | -0/+8 |
| 2022-02-10 | Rename to `InvalidFilename` | Yuki Okushi | -6/+5 |
| 2022-02-10 | Fix description of FilenameInvalid | Josh Triplett | -1/+1 |
| 2022-02-10 | Rename `FilenameTooLong` to `FilenameInvalid` | Yuki Okushi | -2/+2 |
| 2022-02-04 | Add more tests for io::Error packing, and fix some comments that weren't quit... | Thom Chiovoloni | -16/+101 |
| 2022-02-04 | Update documentation somewhat | Thom Chiovoloni | -12/+26 |
| 2022-02-04 | Use wrapping pointer arithmetic in the bitpacked io::Error | Thom Chiovoloni | -8/+15 |
| 2022-02-04 | Elaborate some in the documentation and respond to some review comments | Thom Chiovoloni | -8/+19 |
| 2022-02-04 | Update library/std/src/io/error/repr_bitpacked.rs | Thom Chiovoloni | -1/+1 |
| 2022-02-04 | Fix comment typos noticed by code review. | Thom Chiovoloni | -2/+2 |
| 2022-02-04 | Address address comments, improve comments slightly | Thom Chiovoloni | -5/+20 |
| 2022-02-04 | Optimize io::error::Repr layout on 64 bit targets. | Thom Chiovoloni | -4/+364 |
| 2022-02-04 | Hide Repr details from io::Error, and rework `io::Error::new_const`. | Thom Chiovoloni | -91/+178 |
| 2022-01-31 | Rollup merge of #93090 - jyn514:errorkind-asstr, r=dtolnay | Eric Huss | -1/+17 |
| 2022-01-20 | delete `Stdin::split` forwarder | Taylor Yu | -24/+1 |
| 2022-01-19 | `impl Display for io::ErrorKind` | Joshua Nelson | -1/+17 |
| 2022-01-13 | Remove `&mut` from `io::read_to_string` signature | Noah Lev | -2/+2 |
| 2022-01-09 | Compute most of Public/Exported access level in rustc_resolve | Lamb | -21/+14 |
| 2021-12-26 | fix typo: intialized -> initialized | Hiroshi Kori | -2/+2 |
| 2021-12-16 | Rollup merge of #91947 - ibraheemdev:io-error-other, r=joshtriplett | Matthias Krüger | -0/+27 |
| 2021-12-14 | add `io::Error::other` constructor | Ibraheem Ahmed | -0/+27 |
| 2021-12-14 | Fix a bunch of typos | Frank Steffahn | -3/+3 |
| 2021-12-09 | Auto merge of #81156 - DrMeepster:read_buf, r=joshtriplett | bors | -226/+807 |
| 2021-12-07 | correct typo | DrMeepster | -1/+1 |
| 2021-12-02 | Document how `last_os_error` should be used | Chris Denton | -1/+7 |
| 2021-11-21 | Mention std::io::Error::from(ErrorKind) in Error::new() docs | Georg Brandl | -0/+6 |
| 2021-11-02 | formatting | DrMeepster | -1/+1 |
| 2021-11-02 | fix change clobbered by rebase | DrMeepster | -7/+23 |
| 2021-11-02 | implement review suggestions | DrMeepster | -9/+31 |
| 2021-11-02 | fix test failure from trying to assume_init too much | DrMeepster | -1/+1 |
| 2021-11-02 | add safety comments | DrMeepster | -0/+2 |
| 2021-11-02 | Don't reinitialize here | DrMeepster | -1/+8 |
| 2021-11-02 | more efficent File::read_buf impl for windows and unix | DrMeepster | -3/+10 |
| 2021-11-02 | consolidate 2 unsafe blocks into 1 | DrMeepster | -2/+2 |
| 2021-11-02 | read_buf | DrMeepster | -240/+767 |
| 2021-10-31 | Rollup merge of #90430 - jkugelman:must-use-std-a-through-n, r=joshtriplett | Matthias Krüger | -0/+14 |
| 2021-10-31 | Rollup merge of #89068 - bjorn3:restructure_rt2, r=joshtriplett | Matthias Krüger | -3/+1 |
| 2021-10-30 | Add #[must_use] to remaining std functions (A-N) | John Kugelman | -0/+14 |
| 2021-10-12 | Add #[must_use] to expensive computations | John Kugelman | -0/+1 |
| 2021-10-11 | Rollup merge of #89753 - jkugelman:must-use-from_value-conversions, r=joshtri... | Guillaume Gomez | -0/+1 |
| 2021-10-11 | Rollup merge of #89729 - jkugelman:must-use-core-std-constructors, r=joshtrip... | Guillaume Gomez | -0/+1 |
| 2021-10-11 | Auto merge of #89755 - jkugelman:must-use-conversions-that-move-self, r=josht... | bors | -0/+3 |
| 2021-10-10 | Add #[must_use] to conversions that move self | John Kugelman | -0/+3 |
| 2021-10-10 | Add #[must_use] to from_value conversions | John Kugelman | -0/+1 |
| 2021-10-10 | Add #[must_use] to core and std constructors | John Kugelman | -0/+1 |