rust/library/std/src/io
bors 124cc92199 Auto merge of #136751 - bjorn3:update_rustfmt, r=Mark-Simulacrum
Update bootstrap compiler and rustfmt

The rustfmt version we previously used formats things differently from what the latest nightly rustfmt does. This causes issues for subtrees that get formatted both in-tree and in their own repo. Updating the rustfmt used in-tree solves those issues. Also bumped the bootstrap compiler as the stage0 update command always updates both at the same
time.
2025-02-09 15:44:16 +00:00
..
buffered Add inherent versions of MaybeUninit methods for slices 2025-01-11 23:57:00 -05:00
copy Fix testing of the standard library with Emscripten 2025-01-24 09:25:34 +00:00
cursor attempt to optimise vectored write 2022-06-26 17:15:31 +01:00
error Use NonNull::without_provenance within the standard library 2025-01-10 23:23:10 +01:00
impls std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
pipe Test pipes also when not running on Windows and Linux simultaneously 2025-01-26 12:48:33 +01:00
stdio Rustfmt 2025-02-08 22:12:13 +00:00
util Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
copy.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
cursor.rs Stabilise 'Cursor::{get_mut, set_position}' in 'const' scenarios; 2025-02-06 11:54:25 +01:00
error.rs update version placeholders 2025-01-08 20:02:18 +01:00
impls.rs Specialize read_exact and read_buf_exact for VecDeque 2024-10-23 10:09:24 +02:00
mod.rs std: get rid of sys_common::io 2025-02-07 16:54:07 +01:00
pipe.rs Update std::io::{pipe, PipeReader, PipeWriter} docs the new location 2025-01-26 12:42:52 +01:00
prelude.rs Use heading for std::prelude and not io::prelude 2021-01-05 17:52:24 -08:00
stdio.rs add isatty alias for is_terminal 2024-12-01 13:54:04 -06:00
tests.rs Move std::io::pipe code into its own file 2025-01-26 12:40:36 +01:00
util.rs Replace version placeholders for 1.79 2024-05-01 21:01:51 -04:00