about summary refs log tree commit diff
path: root/library/std/src/io/mod.rs
AgeCommit message (Expand)AuthorLines
2025-09-28Fix typoSebastian Speitel-1/+1
2025-09-16Fix spelling of "adaptor"Joe Birr-Pixton-1/+1
2025-08-06Clarify EOF handling for `BufRead::skip_until`ginnyTheCat-2/+7
2025-07-09core: Remove `BorrowedCursor::init_ref` methodBenoît du Garreau-3/+3
2025-07-01Update version placeholdersJosh Stone-1/+1
2025-06-10Rollup merge of #142102 - kiseitai3:141714_stdin_read_to_string_docs, r=tgross35León Orell Valerian Liehr-0/+40
2025-06-10docs: Small clarification on the usage of read_to_string and read_to_end trai...kiseitai3-0/+40
2025-06-05Clarify description of `Seek::stream_len`Tobias Bucher-1/+1
2025-06-05Optimize `Seek::stream_len` impl for `File`Tobias Bucher-10/+14
2025-05-19Add `std::io::Seek` instance for `std::io::Take`Mario Pastorelli-1/+52
2025-04-25Grammar fixes for BufRead::has_data_left docsEthan Wu-2/+2
2025-04-15Add warning comment to `Take::get_ref` and `Chain::get_ref`Josh Triplett-0/+8
2025-04-09replace version placeholderBoxy-1/+1
2025-03-28`io::Take`: avoid new `BorrowedBuf` creation in some caseBenoît du Garreau-4/+4
2025-03-21Rollup merge of #138650 - thaliaarchi:io-write-fmt-known, r=ibraheemdevMatthias Krüger-35/+46
2025-03-19Rollup merge of #136177 - hkBst:patch-24, r=ibraheemdevMatthias Krüger-24/+17
2025-03-18Apply suggestions from code reviewMarijn Schouten-7/+7
2025-03-18Optimize io::Write::write_fmt for constant stringsThalia Archibald-35/+46
2025-03-14Stablize feature `anonymous_pipe`Jiahao XU-1/+1
2025-02-21Clarify/update comments in `BufRead::read_line`'s default bodyFrank Steffahn-1/+1
2025-02-12Add diagnostic item for `std::io::BufRead`Samuel Tardieu-0/+1
2025-02-07std: get rid of `sys_common::io`joboet-1/+1
2025-01-28clarify BufRead::{fill_buf, consume} docsMarijn Schouten-24/+17
2025-01-26Move `std::io::pipe` code into its own fileTobias Bucher-255/+3
2025-01-25Improve and expand documentation of pipesJosh Triplett-8/+14
2025-01-17Move `std::pipe::*` into `std::io`Jiahao XU-0/+249
2024-12-21Less unwrap() in documentationKornel-10/+15
2024-11-25std: expose `const_io_error!` as `const_error!`joboet-2/+5
2024-11-09Add as_slice/into_slice for IoSlice/IoSliceMut.Alona Enraght-Moony-0/+45
2024-10-15replace placeholder versionJosh Stone-1/+1
2024-10-04Stabilize `BufRead::skip_until`okaneco-3/+1
2024-09-23Add a comment to `Read::read_buf`Benoît du Garreau-0/+2
2024-09-23Fix `io::default_read_to_end` uses of `read_buf`Benoît du Garreau-10/+14
2024-09-23Fix `io::Take::read_buf`Benoît du Garreau-4/+5
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-3/+3
2024-09-21wait for two short reads before uncapping the max read sizeThe 8472-3/+13
2024-09-20[Clippy] Remove final std paths for diagnostic itemGnomedDev-0/+1
2024-07-30Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68bors-4/+4
2024-07-29Reformat `use` declarations.Nicholas Nethercote-11/+7
2024-07-28Update CURRENT_RUSTC_VERSIONMark Rousskov-4/+4
2024-07-26Fix doc nitsJohn Arundel-13/+13
2024-07-14std: Unsafe-wrap std::ioJubilee Young-3/+2
2024-07-14std: deny(unsafe_op_in_unsafe_fn) but allow sitesJubilee Young-0/+1
2024-07-12Stabilize io_slice_advanceEduardo Sánchez Muñoz-12/+4
2024-06-11replace version placeholderPietro Albini-1/+1
2024-05-13Rollup merge of #123817 - slanterns:seek_relative, r=dtolnayMatthias Krüger-2/+1
2024-05-11io::Write::write_fmt: panic if the formatter fails when the stream does not failRalf Jung-1/+5
2024-05-04Rollup merge of #122441 - a1phyr:improve_read_impls, r=ChrisDentonMatthias Krüger-1/+4
2024-04-27io safety: update Unix explanationRalf Jung-1/+1
2024-04-12Avoid panicking branch in `append_to_string`Benoît du Garreau-1/+4