about summary refs log tree commit diff
path: root/library/std/src/io/cursor/tests.rs
AgeCommit message (Expand)AuthorLines
2022-06-26attempt to optimise vectored writeConrad Ludgate-0/+48
2022-01-19impl Write for Cursor<[u8; N]>Josh Stone-0/+12
2022-01-19Refactor tests of Write for Cursor<_>Josh Stone-44/+28
2020-11-06Make some std::io functions `const`BenoƮt du Garreau-0/+7
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-0/+516