about summary refs log tree commit diff
path: root/library/std/src/io/mod.rs
AgeCommit message (Expand)AuthorLines
2022-02-04Hide Repr details from io::Error, and rework `io::Error::new_const`.Thom Chiovoloni-7/+11
2022-01-13Remove `&mut` from `io::read_to_string` signatureNoah Lev-2/+2
2022-01-09Compute most of Public/Exported access level in rustc_resolveLamb-17/+10
2021-12-14Fix a bunch of typosFrank Steffahn-2/+2
2021-11-02formattingDrMeepster-1/+1
2021-11-02fix change clobbered by rebaseDrMeepster-7/+23
2021-11-02implement review suggestionsDrMeepster-3/+13
2021-11-02more efficent File::read_buf impl for windows and unixDrMeepster-3/+10
2021-11-02read_bufDrMeepster-133/+103
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