summary refs log tree commit diff
path: root/library/std/src/io/mod.rs
AgeCommit message (Expand)AuthorLines
2021-10-31Rollup merge of #90430 - jkugelman:must-use-std-a-through-n, r=joshtriplettMatthias Krüger-0/+3
2021-10-31Rollup merge of #89068 - bjorn3:restructure_rt2, r=joshtriplettMatthias Krüger-3/+1
2021-10-30Add #[must_use] to remaining std functions (A-N)John Kugelman-0/+3
2021-10-10Add #[must_use] to core and std constructorsJohn Kugelman-0/+1
2021-10-07Optimize File::read_to_end and read_to_stringJohn Kugelman-30/+41
2021-10-04Auto merge of #89165 - jkugelman:read-to-end-overallocation, r=joshtriplettbors-22/+31
2021-10-03Re-export io::stdio::cleanup instead of wrap itbjorn3-3/+1
2021-09-25Auto merge of #88343 - steffahn:fix_code_spacing, r=jyn514bors-9/+10
2021-09-25Apply 16 commits (squashed)Frank Steffahn-9/+10
2021-09-22Fix read_to_end to not grow an exact size bufferJohn Kugelman-22/+31
2021-09-05Tweak `write_fmt` doc.kraktus-1/+1
2021-08-24Stabilise BufWriter::into_partsIan Jackson-1/+1
2021-08-22Fix typos “an”→“a” and a few different ones that appeared in the sa...Frank Steffahn-1/+1
2021-07-30Consistent spelling of "adapter" in the standard libraryFrank Steffahn-12/+12
2021-07-30Auto merge of #87445 - amalik18:issue-83584-fix, r=kennytmbors-2/+2
2021-07-29Rename feature gate bufwriter_into_parts from bufwriter_into_raw_partsIan Jackson-1/+1
2021-07-29BufWriter: actually export WriterPanicked errorIan Jackson-0/+2
2021-07-29Fix may not to appropriate might not or must notAli Malik-2/+2
2021-07-18Rollup merge of #87170 - xFrednet:clippy-5393-add-diagnostic-items, r=Manishe...Yuki Okushi-0/+2
2021-07-15Added diagnostic items to structs and traits for ClippyxFrednet-0/+2
2021-07-13Rollup merge of #86846 - tlyu:stdio-locked-tracking, r=joshtriplettYuki Okushi-1/+1
2021-07-06Rollup merge of #86794 - inquisitivecrystal:seek-rewind, r=m-ou-seYuki Okushi-2/+1
2021-07-04Add missing code example for Write::write_vectoredGuillaume Gomez-0/+21
2021-07-03stdio_locked: add tracking issueTaylor Yu-1/+1
2021-07-03Auto merge of #86799 - tlyu:stdio-locked, r=joshtriplettbors-0/+2
2021-07-02stdio_locked: updates based on feedbackTaylor Yu-2/+0
2021-07-02Auto merge of #85746 - m-ou-se:io-error-other, r=joshtriplettbors-1/+1
2021-07-01add owned locked stdio handlesTaylor Yu-0/+4
2021-07-01Stabilize `Seek::rewind`Aris Merchant-2/+1
2021-06-18Auto merge of #85815 - YuhanLiin:buf-read-data-left, r=m-ou-sebors-0/+31
2021-06-17Update tracking issueYuhanLiin-1/+1
2021-06-17Rollup merge of #86202 - a1phyr:spec_io_bytes_size_hint, r=m-ou-seMara Bos-1/+57
2021-06-17Fix typos in code examples.Mara Bos-2/+2
2021-06-15Rename ErrorKind::Unknown to Uncategorized.Mara Bos-1/+1
2021-06-15Redefine `ErrorKind::Other` and stop using it in std.Mara Bos-1/+1
2021-06-10Specialize `io::Bytes::size_hint` for more typesBenoît du Garreau-1/+57
2021-06-05Rename IoSlice(Mut)::advance_slice to advance_slicesThomas de Zeeuw-8/+8
2021-05-29Add has_data_left() to BufReadYuhanLiin-0/+31
2021-05-29Add IoSlice(Mut)::advanceThomas de Zeeuw-2/+54
2021-05-29Rename IoSlice(Mut)::advance to advance_sliceThomas de Zeeuw-10/+9
2021-05-24remove cfg(bootstrap)Pietro Albini-4/+2
2021-05-23Rollup merge of #85288 - Geal:clarify-std-io-read, r=dtolnayDylan DPC-1/+7
2021-05-20Rollup merge of #85275 - CDirkx:memchr, r=m-ou-seGuillaume Gomez-1/+1
2021-05-18fix typoJorge Ferreira-2/+2
2021-05-14add an example to explain std::io::Read::read returning 0 in some casesGeoffroy Couprie-1/+7
2021-05-14Move `std::memchr` to `sys_common`Christiaan Dirkx-1/+1
2021-05-10io::Seek::rewind: Set tracking issueIan Jackson-1/+1
2021-05-10Fix typo in docIan Jackson-1/+1
2021-05-10io::Seek: Provide rewind()Ian Jackson-0/+35
2021-05-10io::Seek: Mention that seeking can fail due to buffer flush failIan Jackson-0/+2