| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-10-09 | Apply clippy suggestions | Clemens Wasser | -6/+5 |
| 2021-10-09 | Rollup merge of #89693 - jkugelman:must-use-stdin-stdout-stderr-locks, r=josh... | Matthias Krüger | -0/+3 |
| 2021-10-09 | Auto merge of #89582 - jkugelman:optimize-file-read-to-end, r=joshtriplett | bors | -31/+109 |
| 2021-10-08 | Add #[must_use] to stdin/stdout/stderr locks | John Kugelman | -0/+3 |
| 2021-10-07 | Optimize File::read_to_end and read_to_string | John Kugelman | -31/+109 |
| 2021-10-06 | Rollup merge of #87601 - a1phyr:feature_uint_add_signed, r=kennytm | Manish Goregaokar | -6/+1 |
| 2021-10-04 | Auto merge of #89165 - jkugelman:read-to-end-overallocation, r=joshtriplett | bors | -37/+34 |
| 2021-10-03 | Re-export io::stdio::cleanup instead of wrap it | bjorn3 | -3/+1 |
| 2021-10-01 | Add functions to add unsigned and signed integers | Benoît du Garreau | -6/+1 |
| 2021-09-25 | Auto merge of #88343 - steffahn:fix_code_spacing, r=jyn514 | bors | -19/+20 |
| 2021-09-25 | Apply 16 commits (squashed) | Frank Steffahn | -19/+20 |
| 2021-09-22 | Fix read_to_end to not grow an exact size buffer | John Kugelman | -37/+34 |
| 2021-09-10 | Rollup merge of #88667 - kraktus:patch-1, r=dtolnay | Manish Goregaokar | -1/+1 |
| 2021-09-09 | Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis | Fabian Wolff | -4/+0 |
| 2021-09-05 | Tweak `write_fmt` doc. | kraktus | -1/+1 |
| 2021-08-25 | Rollup merge of #88299 - ijackson:bufwriter, r=Mark-Simulacrum | Léo Lanteri Thauvin | -10/+8 |
| 2021-08-24 | Stabilise BufWriter::into_parts | Ian Jackson | -10/+8 |
| 2021-08-24 | Fix tidy | Ian Jackson | -2/+2 |
| 2021-08-24 | io::ErrorKind: rationalise ordering in main enum | Ian Jackson | -17/+24 |
| 2021-08-24 | io::Error: alphabeticise the match in as_str() | Ian Jackson | -5/+6 |
| 2021-08-22 | Fix typos “an”→“a” and a few different ones that appeared in the sa... | Frank Steffahn | -1/+1 |