rust/library/std/src/io
2025-04-01 00:08:02 +02:00
..
buffered io: Avoid Avoid marking bytes as uninit in BufReader::peek 2025-04-01 00:08:02 +02: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 library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08: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 Implement default methods for io::Empty and io::Sink 2025-03-10 01:38:20 -07:00
copy.rs io: Avoid marking buffer as uninit when copying to BufWriter 2025-04-01 00:07:59 +02:00
cursor.rs Override default Write methods for cursor-like types 2025-02-27 17:09:09 -08:00
error.rs Stabilize std::io::ErrorKind::InvalidFilename 2025-03-11 14:07:31 +03:00
impls.rs Override default Write methods for cursor-like types 2025-02-27 17:09:09 -08:00
mod.rs io::Take: avoid new BorrowedBuf creation in some case 2025-03-28 16:36:49 +01:00
pipe.rs Mv os-specific trait impl of Pipe* into std::os::* 2025-03-14 01:03:56 +11:00
prelude.rs Use heading for std::prelude and not io::prelude 2021-01-05 17:52:24 -08:00
stdio.rs Implement exact reads for StdinRaw 2025-03-22 01:21:23 -07:00
tests.rs Simulate OOM for the try_oom_error test 2025-03-11 13:27:15 -07:00
util.rs Rollup merge of #137051 - thaliaarchi:io-optional-impls/empty, r=m-ou-se 2025-03-19 16:52:53 +01:00