summary refs log tree commit diff
path: root/src/libstd/io/net/mod.rs
AgeCommit message (Collapse)AuthorLines
2014-02-28std: Improve some I/O documentationAlex Crichton-0/+2
This lowers the #[allow(missing_doc)] directive into some of the lower modules which are less mature. Most I/O modules now require comprehensive documentation.
2014-02-16Implement named pipes for windows, touch up unixAlex Crichton-1/+1
* Implementation of pipe_win32 filled out for libnative * Reorganize pipes to be clone-able * Fix a few file descriptor leaks on error * Factor out some common code into shared functions * Make use of the if_ok!() macro for less indentation Closes #11201
2013-11-11Move std::rt::io to std::ioAlex Crichton-0/+18