about summary refs log tree commit diff
path: root/library/std/src/io/buffered/linewritershim.rs
AgeCommit message (Expand)AuthorLines
2024-12-21Avoid short writes in LineWriterChris Denton-1/+8
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2024-07-26Fix doc nitsJohn Arundel-18/+22
2024-03-03Fix quadratic behavior of repeated vectored writesJan Verbeek-3/+12
2024-02-20Delete architecture-specific memchr code in std::sysArthur Carcano-1/+1
2023-05-01Relax implicit `W: Sized` bound on `LineWriter<W>`Maybe Waffle-3/+3
2021-05-14Move `std::memchr` to `sys_common`Christiaan Dirkx-1/+1
2020-11-22Fix is_write_vectored in LineWriterShimMikhail Zabaluev-1/+7
2020-09-10Refactor io/buffered.rs into submodulesNathan West-0/+270