about summary refs log tree commit diff
path: root/library/std/src/io
AgeCommit message (Expand)AuthorLines
2021-01-31Add dyn for SizeHint castXavientois-1/+1
2021-01-31Remove exposing private traitXavientois-2/+2
2021-01-31Fix semicolonXavientois-1/+1
2021-01-31Add back lower_bound as memeberXavientois-0/+2
2021-01-31Add default keyword for specializationXavientois-5/+5
2021-01-31Fix incorrect tokenXavientois-1/+1
2021-01-31Move default to trait definitionXavientois-6/+4
2021-01-31Add missing genericXavientois-1/+1
2021-01-31Use helper trait to follow min_specialization rulesXavientois-4/+24
2021-01-31Fix implementation to specializeXavientois-1/+1
2021-01-31Implement size_hint for BufReaderXavientois-2/+21
2021-01-31Rollup merge of #78044 - oberien:empty-seek, r=m-ou-seJonas Schievink-2/+37
2021-01-30impl Seek for Emptyoberien-2/+37
2021-01-24Stabilize `Seek::stream_position` & change feature of `Seek::stream_len`Lukas Kalbertodt-5/+3
2021-01-21Rollup merge of #80172 - camelid:prelude-docs-consistent-punct, r=steveklabnikYuki Okushi-1/+1
2021-01-19Auto merge of #79705 - ijackson:bufwriter-disassemble, r=m-ou-sebors-0/+99
2021-01-17Add benchmark and fast path for BufReader::read_exactBen Kimock-17/+47
2021-01-14Rollup merge of #80895 - sfackler:read-to-end-ub, r=m-ou-seMara Bos-12/+10
2021-01-14Rollup merge of #80217 - camelid:io-read_to_string, r=m-ou-seMara Bos-0/+48
2021-01-11Add docs on performanceCamelid-0/+13
2021-01-11clarify docs a bitSteven Fackler-4/+3
2021-01-11make check a bit more clearSteven Fackler-2/+3
2021-01-11clean up control flowSteven Fackler-11/+2
2021-01-11Fix handling of malicious Readers in read_to_endSteven Fackler-1/+8
2021-01-05Use heading for `std::prelude` and not `io::prelude`Camelid-1/+1
2021-01-04BufWriter::into_raw_parts: Add tracking issue numberIan Jackson-6/+6
2020-12-31Remove many unnecessary manual link resolves from libraryCamelid-2/+0
2020-12-30Add error docsCamelid-1/+8
2020-12-30Add description independent of `Read::read_to_string`Camelid-5/+6
2020-12-19Add a `std::io::read_to_string` functionCamelid-0/+27
2020-12-18Use heading style for 'The I/O Prelude' in `std::io::prelude`Camelid-1/+1
2020-12-12fixup! WriterPanicked: Use debug_structIan Jackson-1/+1
2020-12-12WriterPanicked: Use debug_structIan Jackson-1/+3
2020-12-12bufwriter::WriterPanicked: Provide panicking exampleIan Jackson-0/+24
2020-12-10Auto merge of #77801 - fusion-engineering-forks:pin-mutex, r=Mark-Simulacrumbors-32/+32
2020-12-09Auto merge of #78768 - mzabaluev:optimize-buf-writer, r=cramertjbors-14/+53
2020-12-08Use Pin for the 'don't move' requirement of ReentrantMutex.Mara Bos-25/+29
2020-12-08Fix outdated comment about not needing to flush stderr.Mara Bos-7/+3
2020-12-04IntoInnerError: Provide into_errorIan Jackson-0/+21
2020-12-04IntoInnerError: Provide into_partsIan Jackson-0/+24
2020-12-04std: impl of `Write` for `&mut [u8]`: document the buffer full errorIan Jackson-0/+4
2020-12-04BufWriter: Provide into_raw_partsIan Jackson-0/+73
2020-11-22Reduce branching in write_vectored for BufWriterMikhail Zabaluev-14/+9
2020-11-22Fix is_write_vectored in LineWriterShimMikhail Zabaluev-1/+7
2020-11-22Make is_write_vectored return true for BufWriterMikhail Zabaluev-1/+1
2020-11-22Optimize write_vectored for BufWriterMikhail Zabaluev-12/+50
2020-11-17Fix typo in `std::io::Write` docsWilliam Chargin-2/+2
2020-11-16Rollup merge of #78714 - m-ou-se:simplify-local-streams, r=KodrAusMara Bos-152/+47
2020-11-14Auto merge of #75272 - the8472:spec-copy, r=KodrAusbors-74/+102
2020-11-13limit visibility of copy offload helpers to sys::unix moduleThe8472-182/+0