..
buffered
Remove an unnecessary mut in BufWriter::into_parts.
2023-04-06 11:48:16 +08:00
cursor
attempt to optimise vectored write
2022-06-26 17:15:31 +01:00
error
std: add type alias for raw OS errors
2023-01-31 17:23:35 +01:00
impls
std: move "mod tests/benches" to separate files
2020-08-31 02:56:59 +00:00
readbuf
Address reviewer comments
2022-08-18 10:34:40 +01:00
stdio
Make default stdio lock() return 'static handles
2022-02-13 10:23:16 -05:00
util
non-linux platforms
2022-08-05 17:18:51 +01:00
copy.rs
Address reviewer comments
2022-08-18 10:34:40 +01:00
cursor.rs
Rollup merge of #98651 - mattfbacon:master, r=ChrisDenton
2023-03-27 08:46:51 +02:00
error.rs
remove some unneeded imports
2023-04-12 19:27:18 +02:00
impls.rs
Rollup merge of #110633 - scottmcm:more-take, r=thomcc
2023-04-21 20:35:29 +05:30
mod.rs
Auto merge of #110655 - ChrisDenton:read-to-end, r=joshtriplett
2023-04-23 06:58:28 +00:00
prelude.rs
Use heading for std::prelude and not io::prelude
2021-01-05 17:52:24 -08:00
readbuf.rs
use memset to initialize a readbuf
2022-10-08 14:40:19 +02:00
stdio.rs
Stabilize IsTerminal
2023-04-10 17:24:23 +09:00
tests.rs
Limit read size in File::read_to_end loop
2023-04-21 20:54:12 +01:00
util.rs
Address reviewer comments
2022-08-18 10:34:40 +01:00