rust/src/libstd/io
Dylan DPC 5768385615
Rollup merge of #70612 - Thomasdezeeuw:issue_70436, r=LukasKalbertodt
Add io::Write::write_all_vectored

Similar to io::Write::write_all but uses io::Write::write_vectored
instead.

Updates #70436

/cc @cramertj @sfackler
2020-04-07 00:31:36 +02:00
..
buffered.rs Fix issue number of capacity method 2020-02-05 15:34:33 +09:00
cursor.rs Don't redundantly repeat field names (clippy::redundant_field_names) 2020-03-06 19:42:18 +01:00
error.rs Deprecate Error::description for real 2019-12-24 22:39:49 -08:00
impls.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
lazy.rs Format the world 2019-12-22 17:42:47 -05:00
mod.rs Put reference to write_vectored in quotes in doc 2020-04-07 00:00:07 +02:00
prelude.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
stdio.rs more clippy fixes 2020-03-31 15:20:05 +02:00
util.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00