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