about summary refs log tree commit diff
path: root/library/std/src/io/util
AgeCommit message (Expand)AuthorLines
2025-03-10Implement default methods for io::Empty and io::SinkThalia Archibald-11/+100
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+0
2023-07-30Rollup merge of #98154 - vidhanio:master, r=workingjubileeMatthias Krüger-2/+11
2023-06-17Extend io::copy buffer reuse to BufReader tooThe 8472-60/+1
2023-05-05feat: merge functionality of `io::Sink` into `io::Empty`Vidhan Bhatt-2/+11
2022-08-05non-linux platformsNick Cameron-5/+5
2022-08-04std::io: migrate ReadBuf to BorrowBuf/BorrowCursorNick Cameron-24/+24
2021-11-02read_bufDrMeepster-1/+28
2021-01-31specialize io::copy to use the memory of the writer if it is a BufWriterThe8472-1/+49
2021-01-30impl Seek for Emptyoberien-1/+21
2020-11-06Make some std::io functions `const`Benoît du Garreau-1/+8
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-0/+45