summary refs log tree commit diff
path: root/library/std/src/io/mod.rs
AgeCommit message (Expand)AuthorLines
2021-01-20clarify docs a bitSteven Fackler-4/+3
2021-01-20make check a bit more clearSteven Fackler-2/+3
2021-01-20clean up control flowSteven Fackler-11/+2
2021-01-20Fix handling of malicious Readers in read_to_endSteven Fackler-1/+8
2020-11-17Fix typo in `std::io::Write` docsWilliam Chargin-2/+2
2020-11-16Rollup merge of #78714 - m-ou-se:simplify-local-streams, r=KodrAusMara Bos-5/+3
2020-11-14Auto merge of #75272 - the8472:spec-copy, r=KodrAusbors-1/+4
2020-11-13hide unused exports on other platformsThe8472-3/+1
2020-11-13specialize io::copy to use copy_file_range, splice or sendfileThe8472-1/+6
2020-11-10Merge set_panic and set_print into set_output_capture.Mara Bos-5/+3
2020-11-10Remove io::LocalOutput and use Arc<Mutex<dyn>> for local streams.Mara Bos-1/+1
2020-10-22Capture output from threads spawned in testsTyler Mandry-1/+3
2020-09-24Remove std::io::lazy::Lazy in favour of SyncOnceCellMara Bos-1/+0
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-498/+3
2020-08-23Convert str -> prim@str in `std`Joshua Nelson-1/+1
2020-08-19Fix nits in intra-doc links for std ioAlexis Bourget-22/+22
2020-08-18Move to intra doc links for std::ioAlexis Bourget-39/+42
2020-08-12Fix intra-doc linkCamelid-0/+1
2020-08-12Switch to intra-doc links in `std/io/mod.rs`Camelid-21/+5
2020-07-27mv std libs to library/mark-0/+2993