summary refs log tree commit diff
path: root/library/std/src/io
AgeCommit message (Expand)AuthorLines
2021-08-25Rollup merge of #88299 - ijackson:bufwriter, r=Mark-SimulacrumLéo Lanteri Thauvin-10/+8
2021-08-24Stabilise BufWriter::into_partsIan Jackson-10/+8
2021-08-24Fix tidyIan Jackson-2/+2
2021-08-24io::ErrorKind: rationalise ordering in main enumIan Jackson-17/+24
2021-08-24io::Error: alphabeticise the match in as_str()Ian Jackson-5/+6
2021-08-22Fix typos “an”→“a” and a few different ones that appeared in the sa...Frank Steffahn-1/+1
2021-08-09Auto merge of #87820 - elichai:patch-2, r=kennytmbors-14/+14
2021-08-08Auto merge of #86744 - ijackson:sink-default, r=dtolnaybors-0/+2
2021-08-06Replace read_to_string with read_line in Stdin exampleElichai Turkel-14/+14
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-10/+10
2021-07-29BufWriter: rename `into_parts` from `into_raw_parts`Ian Jackson-6/+6
2021-07-29BufWriter: actually export WriterPanicked errorIan Jackson-0/+4
2021-07-29Fix may not to appropriate might not or must notAli Malik-2/+2
2021-07-24Rollup merge of #87175 - inquisitivecrystal:inner-error, r=kennytmYuki Okushi-4/+2
2021-07-22Remove Option from BufWriterAlex Macleod-10/+14
2021-07-21Auto merge of #86847 - tlyu:stdin-forwarders, r=joshtriplettbors-1/+44
2021-07-18Rollup merge of #87170 - xFrednet:clippy-5393-add-diagnostic-items, r=Manishe...Yuki Okushi-0/+2
2021-07-15Stabilize `into_parts()` and `into_error()`inquisitivecrystal-4/+2
2021-07-15Added diagnostic items to structs and traits for ClippyxFrednet-0/+2
2021-07-12add Stdin::lines, Stdin::split forwarder methodsTaylor Yu-1/+44
2021-07-13Rollup merge of #86846 - tlyu:stdio-locked-tracking, r=joshtriplettYuki Okushi-7/+7
2021-07-13Rollup merge of #86811 - soerenmeier:remove_remaining, r=yaahcYuki Okushi-26/+0
2021-07-06Rollup merge of #86794 - inquisitivecrystal:seek-rewind, r=m-ou-seYuki Okushi-2/+5
2021-07-04Add missing code example for Write::write_vectoredGuillaume Gomez-0/+21
2021-07-03stdio_locked: add tracking issueTaylor Yu-7/+7
2021-07-03Auto merge of #86799 - tlyu:stdio-locked, r=joshtriplettbors-1/+337
2021-07-03Auto merge of #79965 - ijackson:moreerrnos, r=joshtriplettbors-21/+139
2021-07-02stdio_locked: updates based on feedbackTaylor Yu-74/+14
2021-07-02Remove unstable `Cursor::remaining`Sören Meier-26/+0
2021-07-02Auto merge of #85746 - m-ou-se:io-error-other, r=joshtriplettbors-8/+23
2021-07-01add owned locked stdio handlesTaylor Yu-1/+397
2021-07-01Stabilize `Seek::rewind`Aris Merchant-2/+5
2021-06-30impl Default, Copy, Clone for std::io::Sink and EmptyIan Jackson-0/+2
2021-06-25Restore original ordering of `ErrorKind::Other`.Mara Bos-8/+9
2021-06-24Use `#[non_exhaustive]` where appropriateJacob Pratt-8/+6
2021-06-22Rollup merge of #86037 - soerenmeier:cursor_remaining, r=yaahcYuki Okushi-4/+85
2021-06-20ErrorKind: Add missing full stopsIan Jackson-3/+3
2021-06-20ErrorKind::FilesystemLoop: Generalise dscriptionIan Jackson-3/+4
2021-06-18Auto merge of #85815 - YuhanLiin:buf-read-data-left, r=m-ou-sebors-0/+41
2021-06-18ErrorKind::NotSeekable: Fix reference to File::open()Ian Jackson-1/+1
2021-06-18ErrorKind: Provide many more ErrorKinds, motivated by Unix errnosIan Jackson-0/+116
2021-06-18ErrorKind: Reformat the error string tableIan Jackson-21/+22
2021-06-17Update tracking issueYuhanLiin-1/+1
2021-06-17Rollup merge of #86202 - a1phyr:spec_io_bytes_size_hint, r=m-ou-seMara Bos-3/+96
2021-06-17Rollup merge of #85802 - Thomasdezeeuw:ioslice-advance, r=m-ou-seYuki Okushi-30/+81
2021-06-17Fix typos in code examples.Mara Bos-2/+2
2021-06-17rename `remaining` to `remaining_slice` and add a new `remaining`Sören Meier-8/+34
2021-06-16Update tracking issueSören Meier-2/+2