about summary refs log tree commit diff
path: root/library/std/src/io/mod.rs
AgeCommit message (Expand)AuthorLines
2023-03-11read_buf_exact: on error, all read bytes are appended to the bufferTomasz Miąsko-2/+16
2023-02-08std: add tracking issue for `RawOsError`joboet-1/+1
2023-01-31std: add type alias for raw OS errorsjoboet-0/+2
2023-01-01Document a way to limit read_line lengthKornel-2/+3
2023-01-01Document read_line gotchaKornel-2/+5
2022-10-24Fix grammar in docs for std::io::ReadJesse Ruderman-2/+2
2022-10-15Add `IsTerminal` trait to determine if a descriptor or handle is a terminalJosh Triplett-0/+2
2022-10-07Make tests capture the error printed by a Result returnDavid Tolnay-0/+1
2022-09-26replace stabilization placeholdersPietro Albini-1/+1
2022-08-28Stabilize `std::io::read_to_string`Noah Lev-3/+1
2022-08-28Rollup merge of #100520 - jakubdabek:patch-1, r=thomccMatthias Krüger-1/+6
2022-08-18Address reviewer commentsNick Cameron-8/+8
2022-08-14Add mention of `BufReader` in `Read::bytes` docsJakub Dąbek-1/+6
2022-08-05non-linux platformsNick Cameron-11/+10
2022-08-04std::io: migrate ReadBuf to BorrowBuf/BorrowCursorNick Cameron-40/+43
2022-07-26Rollup merge of #99716 - sourcelliu:iomut, r=Mark-SimulacrumMatthias Krüger-4/+4
2022-07-25Rollup merge of #95040 - frank-king:fix/94981, r=Mark-SimulacrumYuki Okushi-0/+1
2022-07-25remove useless mut from examplessourcelliu-4/+4
2022-06-21update ioslice docs to use shared slicesConrad Ludgate-6/+6
2022-06-20Rollup merge of #94855 - m-ou-se:advance-slice-panic-docs, r=kennytmDylan DPC-16/+34
2022-05-29protect `std::io::Take::limit` from overflow in `read`Frank King-0/+1
2022-05-09Use Rust 2021 prelude in std itself.Mara Bos-1/+0
2022-03-16changed wordingDylan DPC-1/+2
2022-03-15Improve the explanation about the behaviour of read_linezed.zy-1/+1
2022-03-11Update advance and advance_slices docs.Mara Bos-14/+28
2022-03-11Panic when advance_slices()'ing too far.Mara Bos-2/+6
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-6/+6
2022-02-13Make default stdio lock() return 'static handlesMark Rousskov-2/+0
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