summary refs log tree commit diff
path: root/library/std/src/io/buffered/bufwriter.rs
AgeCommit message (Expand)AuthorLines
2021-01-31specialize io::copy to use the memory of the writer if it is a BufWriterThe8472-1/+13
2021-01-19Auto merge of #79705 - ijackson:bufwriter-disassemble, r=m-ou-sebors-0/+99
2021-01-04BufWriter::into_raw_parts: Add tracking issue numberIan Jackson-6/+6
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-04BufWriter: Provide into_raw_partsIan Jackson-0/+73
2020-11-22Reduce branching in write_vectored for BufWriterMikhail Zabaluev-14/+9
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-05document HACKsPeter Jaszkowiak-0/+1
2020-11-05Intra-doc links for std::io::bufferedPeter Jaszkowiak-2/+2
2020-10-26fix(docs): typo in BufWriter documentationMichele Lacchia-1/+1
2020-09-10Refactor io/buffered.rs into submodulesNathan West-0/+387