about summary refs log tree commit diff
path: root/library/std/src/io/impls.rs
AgeCommit message (Expand)AuthorLines
2022-02-04Hide Repr details from io::Error, and rework `io::Error::new_const`.Thom Chiovoloni-3/+6
2021-11-02read_bufDrMeepster-16/+22
2021-06-07Forwarding implementation for Seek trait's stream_position methodmyshylin-0/+10
2021-03-21Use io::Error::new_const everywhere to avoid allocations.Mara Bos-2/+2
2021-03-07Generalize Write impl for Vec<u8> to Vec<u8, A>Joel Höner-1/+2
2020-12-04std: impl of `Write` for `&mut [u8]`: document the buffer full errorIan Jackson-0/+4
2020-11-10Remove io::LocalOutput and use Arc<Mutex<dyn>> for local streams.Mara Bos-14/+0
2020-10-22Capture output from threads spawned in testsTyler Mandry-3/+3
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-61/+3
2020-07-27mv std libs to library/mark-0/+460