about summary refs log tree commit diff
path: root/library/std/src/io
AgeCommit message (Expand)AuthorLines
2021-10-11Rollup merge of #89753 - jkugelman:must-use-from_value-conversions, r=joshtri...Guillaume Gomez-0/+1
2021-10-11Rollup merge of #89729 - jkugelman:must-use-core-std-constructors, r=joshtrip...Guillaume Gomez-0/+1
2021-10-11Auto merge of #89755 - jkugelman:must-use-conversions-that-move-self, r=josht...bors-0/+3
2021-10-10Add #[must_use] to conversions that move selfJohn Kugelman-0/+3
2021-10-10Add #[must_use] to from_value conversionsJohn Kugelman-0/+1
2021-10-10Add #[must_use] to core and std constructorsJohn Kugelman-0/+1
2021-10-09Apply clippy suggestionsClemens Wasser-6/+5
2021-10-09Rollup merge of #89693 - jkugelman:must-use-stdin-stdout-stderr-locks, r=josh...Matthias Krüger-0/+3
2021-10-09Auto merge of #89582 - jkugelman:optimize-file-read-to-end, r=joshtriplettbors-31/+109
2021-10-08Add #[must_use] to stdin/stdout/stderr locksJohn Kugelman-0/+3
2021-10-07Optimize File::read_to_end and read_to_stringJohn Kugelman-31/+109
2021-10-06Rollup merge of #87601 - a1phyr:feature_uint_add_signed, r=kennytmManish Goregaokar-6/+1
2021-10-04Auto merge of #89165 - jkugelman:read-to-end-overallocation, r=joshtriplettbors-37/+34
2021-10-01Add functions to add unsigned and signed integersBenoît du Garreau-6/+1
2021-09-25Auto merge of #88343 - steffahn:fix_code_spacing, r=jyn514bors-19/+20
2021-09-25Apply 16 commits (squashed)Frank Steffahn-19/+20
2021-09-22Fix read_to_end to not grow an exact size bufferJohn Kugelman-37/+34
2021-09-10Rollup merge of #88667 - kraktus:patch-1, r=dtolnayManish Goregaokar-1/+1
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-4/+0
2021-09-05Tweak `write_fmt` doc.kraktus-1/+1
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