]> git.lizzy.rs Git - rust.git/commit
lib{std,core,debug,rustuv,collections,native,regex}: Fix snake_case errors.
authorKevin Butler <haqkrs@gmail.com>
Mon, 26 May 2014 00:12:43 +0000 (01:12 +0100)
committerKevin Butler <haqkrs@gmail.com>
Fri, 30 May 2014 16:55:41 +0000 (17:55 +0100)
commit3faa6762c18333154961029393fdc5e58636be66
treef69e69c10c5510624c42fc5d212ae2e5dad2085a
parent190d8bdbc6df078e2dc65ccdb8ab17a99a4a6556
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]
src/libcollections/smallintmap.rs
src/libcore/char.rs
src/libcore/unicode.rs
src/libdebug/reflect.rs
src/libdebug/repr.rs
src/libnative/io/process.rs
src/libregex/test/bench.rs
src/librustuv/homing.rs
src/libstd/reflect.rs
src/libstd/repr.rs