summary refs log tree commit diff
path: root/src/libstd/sys/common/io.rs
AgeCommit message (Collapse)AuthorLines
2015-07-15Add specializations of read_to_end for Stdin, TcpStream and File,Alisdair Owens-0/+139
allowing them to read into a buffer containing uninitialized data, rather than pay the cost of zeroing.