rust/library/std/src/io
Christopher Durham 4d93f60568 use generic Atomic type where possible
in core/alloc/std only for now, and ignoring test files

Co-authored-by: Pavel Grigorenko <GrigorenkoPV@ya.ru>
2025-04-27 02:18:08 +03: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 rustdoc-search: add unbox flag to Result aliases 2025-04-11 11:36:40 -07:00
impls.rs Override default Write methods for cursor-like types 2025-02-27 17:09:09 -08:00
mod.rs Grammar fixes for BufRead::has_data_left docs 2025-04-25 22:21:40 -07:00
pipe.rs replace version placeholder 2025-04-09 12:29:59 +01:00
prelude.rs Use heading for std::prelude and not io::prelude 2021-01-05 17:52:24 -08:00
stdio.rs use generic Atomic type where possible 2025-04-27 02:18:08 +03: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