about summary refs log tree commit diff
path: root/library/std/src/io/buffered/tests.rs
AgeCommit message (Expand)AuthorLines
2024-12-21Avoid short writes in LineWriterChris Denton-5/+13
2024-09-29Fix std tests for wasm32-wasip2 targetNicola Krumschmidt-1/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
2024-07-12Use ManuallyDrop in BufWriter::into_partsBen Kimock-0/+10
2024-02-11std: use `stream_position` where applicableJoão Marcos P. Bezerra-2/+5
2023-04-26rewrite: line_long_tail_not_flushed descriptionJosh Soref-3/+4
2023-04-26rewrite: long_line_flushed descriptionJosh Soref-3/+3
2023-01-14Remove various double spaces in source comments.André Vennberg-2/+2
2022-10-06Avoid defensive re-initialization of the BufReader bufferBen Kimock-0/+24
2022-08-05non-linux platformsNick Cameron-5/+7
2022-08-04std::io: migrate ReadBuf to BorrowBuf/BorrowCursorNick Cameron-16/+16
2022-07-24Remove some redundant checks from BufReaderBen Kimock-0/+1
2021-11-02read_bufDrMeepster-1/+51
2021-10-07Optimize File::read_to_end and read_to_stringJohn Kugelman-0/+22
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-4/+0
2021-01-17Add benchmark and fast path for BufReader::read_exactBen Kimock-0/+12
2020-09-07Implement Seek::stream_position() for BufReaderTobias Rapp-0/+42
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-0/+916