about summary refs log tree commit diff
path: root/library/std/src/io/tests.rs
AgeCommit message (Expand)AuthorLines
2021-03-21Use io::Error::new_const everywhere to avoid allocations.Mara Bos-2/+2
2021-01-31Add tests for SizeHint implementationsXavientois-2/+29
2021-01-31Use fully qualified syntax to avoid dynXavientois-1/+21
2020-11-13move copy specialization tests to their own moduleThe8472-181/+0
2020-11-13add benchmarksThe8472-1/+131
2020-11-13move tests module into separate fileThe8472-1/+52
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-0/+494