rust/src/libnative/io
Kevin Butler 3faa6762c1 lib{std,core,debug,rustuv,collections,native,regex}: Fix snake_case errors.
A number of functions/methods have been moved or renamed to align
better with rust standard conventions.

std::reflect::MovePtrAdaptor => MovePtrAdaptor::new
debug::reflect::MovePtrAdaptor => MovePtrAdaptor::new
std::repr::ReprVisitor => ReprVisitor::new
debug::repr::ReprVisitor => ReprVisitor::new
rustuv::homing::HomingIO.go_to_IO_home => go_to_io_home

[breaking-change]
2014-05-30 17:55:41 +01:00
..
addrinfo.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
c_unix.rs fix MIPS target 2014-05-28 01:15:24 +08:00
c_win32.rs auto merge of #13932 : MrAlert/rust/win-compat, r=brson 2014-05-12 09:12:04 -07:00
file_unix.rs core: Finish stabilizing the mem module. 2014-05-23 20:55:57 -07:00
file_win32.rs Issue #13933: Remove transmute_mut from IO 2014-05-28 19:25:51 +03:00
helper_thread.rs io: Implement process wait timeouts 2014-05-13 17:27:42 -07:00
mod.rs Process::new etc should support non-utf8 commands/args 2014-05-14 22:52:31 -07:00
net.rs fix MIPS target 2014-05-28 01:15:24 +08:00
pipe_unix.rs std,green: Mark some queue types as NoShare 2014-05-21 16:36:57 -07:00
pipe_win32.rs auto merge of #14301 : alexcrichton/rust/remove-unsafe-arc, r=brson 2014-05-21 17:31:29 -07:00
process.rs lib{std,core,debug,rustuv,collections,native,regex}: Fix snake_case errors. 2014-05-30 17:55:41 +01:00
timer_unix.rs Spelling/doc formatting fixes. 2014-05-22 22:55:37 +10:00
timer_win32.rs io: Implement process wait timeouts 2014-05-13 17:27:42 -07:00
util.rs core: Stabilize the mem module 2014-05-20 23:06:54 -07:00