rust/src/libnative/io
bors b48bc9ec93 auto merge of #12445 : huonw/rust/less-unsafe, r=alexcrichton
Commits for details. Highlights:

- `flate` returns `CVec<u8>` to save reallocating a whole new `&[u8]`
- a lot of `transmute`s removed outright or replaced with `as` (etc.)
2014-02-24 14:37:01 -08:00
..
addrinfo.rs native: be more const correct with the FFI calls. 2014-02-24 01:15:39 +11:00
file.rs native: be more const correct with the FFI calls. 2014-02-24 01:15:39 +11:00
mod.rs Roll std::run into std::io::process 2014-02-23 21:51:17 -08:00
net.rs native: be more const correct with the FFI calls. 2014-02-24 01:15:39 +11:00
pipe_unix.rs std: Move intrinsics to std::intrinsics. 2014-02-23 01:07:53 -08:00
pipe_win32.rs std: Move intrinsics to std::intrinsics. 2014-02-23 01:07:53 -08:00
process.rs Roll std::run into std::io::process 2014-02-23 21:51:17 -08:00
timer_helper.rs Changed NonCamelCaseTypes lint to warn by default 2014-02-21 08:11:52 +01:00
timer_other.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
timer_timerfd.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
timer_win32.rs Fixing remaining warnings and errors throughout 2014-02-03 10:39:23 -08:00