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