rust/src/librustuv
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
..
access.rs Implement clone() for TCP/UDP/Unix sockets 2014-02-05 11:43:49 -08:00
addrinfo.rs Expose whether event loops have active I/O 2014-02-12 09:46:31 -08:00
async.rs
file.rs Expose whether event loops have active I/O 2014-02-12 09:46:31 -08:00
homing.rs Implement clone() for TCP/UDP/Unix sockets 2014-02-05 11:43:49 -08:00
idle.rs Fix a segfault in the rustuv tests 2014-02-17 14:41:33 -08:00
lib.rs Remove all ToStr impls, add Show impls 2014-02-23 20:51:56 -08:00
macros.rs
net.rs Expose whether event loops have active I/O 2014-02-12 09:46:31 -08:00
pipe.rs Expose whether event loops have active I/O 2014-02-12 09:46:31 -08:00
process.rs Roll std::run into std::io::process 2014-02-23 21:51:17 -08:00
queue.rs green,native,rustuv: Replace many pointer transmute's with as or referencing. 2014-02-24 01:15:39 +11:00
rc.rs Implement clone() for TCP/UDP/Unix sockets 2014-02-05 11:43:49 -08:00
signal.rs Rewrite channels yet again for upgradeability 2014-02-11 16:32:00 -08:00
stream.rs Expose whether event loops have active I/O 2014-02-12 09:46:31 -08:00
timer.rs Expose whether event loops have active I/O 2014-02-12 09:46:31 -08:00
tty.rs
uvio.rs Roll std::run into std::io::process 2014-02-23 21:51:17 -08:00
uvll.rs Roll std::run into std::io::process 2014-02-23 21:51:17 -08:00