rust/src/libnative/io
bors cae5999a54 auto merge of #12317 : huonw/rust/utf16, r=alexcrichton
Iterators! Use them (in `is_utf16`), create them (in `utf16_items`).

Handle errors gracefully (`from_utf16_lossy`) and `from_utf16` returning `Option<~str>` instead of failing.

Add a pile of tests.
2014-02-18 19:26:50 -08:00
..
addrinfo.rs libnative: Avoid gai_strerror on windows. 2014-01-24 16:44:16 -05:00
file.rs str: add a function for truncating a vector of u16 at NUL. 2014-02-19 14:09:16 +11:00
mod.rs Implement named pipes for windows, touch up unix 2014-02-16 18:46:01 -08:00
net.rs Implement named pipes for windows, touch up unix 2014-02-16 18:46:01 -08:00
pipe_unix.rs Implement named pipes for windows, touch up unix 2014-02-16 18:46:01 -08:00
pipe_win32.rs Implement named pipes for windows, touch up unix 2014-02-16 18:46:01 -08:00
process.rs Allow configuration of uid/gid/detach on processes 2014-02-16 16:01:03 -08:00
timer_helper.rs std: Rename unstable::mutex::Mutex to StaticNativeMutex. 2014-02-16 10:13:56 +11:00
timer_other.rs std: Add init and uninit to mem. Replace direct intrinsic usage 2014-02-09 00:17:40 -08:00
timer_timerfd.rs std: Add init and uninit to mem. Replace direct intrinsic usage 2014-02-09 00:17:40 -08:00
timer_win32.rs Fixing remaining warnings and errors throughout 2014-02-03 10:39:23 -08:00