| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-02-28 | std: Improve some I/O documentation | Alex 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-16 | Implement named pipes for windows, touch up unix | Alex 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-11 | Move std::rt::io to std::io | Alex Crichton | -0/+18 | |
