about summary refs log tree commit diff
path: root/library/std/src/io/buffered/linewritershim.rs
AgeCommit message (Expand)AuthorLines
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