about summary refs log tree commit diff
path: root/src/libstd/sys/unix/ext/net.rs
AgeCommit message (Expand)AuthorLines
2016-09-30Ignore lots and lots of std tests on emscriptenBrian Anderson-0/+13
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-2/+0
2016-08-10Clarify std::os::unix::net::SocketAddr::is_unnamed's docstringPietro Albini-1/+1
2016-08-10Fix docs typo in std::os::unix::net::SocketAddr::is_unnamedPietro Albini-1/+1
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-7/+65
2016-03-22fix alignmentJorge Aparicio-5/+5
2016-03-22try! -> ?Jorge Aparicio-25/+25
2016-03-20Add unix socket support to the standard librarySteven Fackler-0/+1042