about summary refs log tree commit diff
path: root/src/libstd/sys/common/io.rs
AgeCommit message (Expand)AuthorLines
2016-10-02Add a platform-abstraction tidy scriptBrian Anderson-1/+2
2016-09-30Ignore various entire test modules on emscriptenBrian Anderson-1/+1
2016-09-30Ignore lots and lots of std tests on emscriptenBrian Anderson-0/+1
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-3/+0
2016-03-20Add unix socket support to the standard librarySteven Fackler-2/+41
2015-12-29Fix warnings when compiling stdlib with --testFlorian Hahn-1/+1
2015-07-15Add specializations of read_to_end for Stdin, TcpStream and File,Alisdair Owens-0/+139