about summary refs log tree commit diff
path: root/library/std/src/io
AgeCommit message (Expand)AuthorLines
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-21/+14
2021-12-26fix typo: intialized -> initializedHiroshi Kori-2/+2
2021-12-16Rollup merge of #91947 - ibraheemdev:io-error-other, r=joshtriplettMatthias Krüger-0/+27
2021-12-14add `io::Error::other` constructorIbraheem Ahmed-0/+27
2021-12-14Fix a bunch of typosFrank Steffahn-3/+3
2021-12-09Auto merge of #81156 - DrMeepster:read_buf, r=joshtriplettbors-226/+807
2021-12-07correct typoDrMeepster-1/+1
2021-12-02Document how `last_os_error` should be usedChris Denton-1/+7
2021-11-21Mention std::io::Error::from(ErrorKind) in Error::new() docsGeorg Brandl-0/+6
2021-11-02formattingDrMeepster-1/+1
2021-11-02fix change clobbered by rebaseDrMeepster-7/+23
2021-11-02implement review suggestionsDrMeepster-9/+31
2021-11-02fix test failure from trying to assume_init too muchDrMeepster-1/+1
2021-11-02add safety commentsDrMeepster-0/+2
2021-11-02Don't reinitialize hereDrMeepster-1/+8
2021-11-02more efficent File::read_buf impl for windows and unixDrMeepster-3/+10
2021-11-02consolidate 2 unsafe blocks into 1DrMeepster-2/+2
2021-11-02read_bufDrMeepster-240/+767
2021-10-31Rollup merge of #90430 - jkugelman:must-use-std-a-through-n, r=joshtriplettMatthias Krüger-0/+14
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/+14
2021-10-12Add #[must_use] to expensive computationsJohn Kugelman-0/+1
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-03Re-export io::stdio::cleanup instead of wrap itbjorn3-3/+1
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