rust/src/libcore
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
..
fmt std: Recreate a rand module 2014-05-29 16:18:26 -07:00
num Move trait impls for primitives near trait definition 2014-05-28 17:15:35 +02:00
any.rs std: Recreate a rand module 2014-05-29 16:18:26 -07:00
atomics.rs core: Inherit the atomics module 2014-05-13 23:59:03 -07:00
bool.rs Move trait impls for primitives near trait definition 2014-05-28 17:15:35 +02:00
cell.rs Silence warning in RefCell test suite 2014-05-28 12:42:21 -07:00
char.rs lib{std,core,debug,rustuv,collections,native,regex}: Fix snake_case errors. 2014-05-30 17:55:41 +01:00
clone.rs core: Update all tests for fmt movement 2014-05-15 23:22:15 -07:00
cmp.rs auto merge of #14492 : alexcrichton/rust/totaleq, r=pnkfelix 2014-05-29 10:01:37 -07:00
container.rs core: Inherit the container module 2014-05-07 08:13:24 -07:00
default.rs Move trait impls for primitives near trait definition 2014-05-28 17:15:35 +02:00
failure.rs rustc: Use rust strings for failure arguments 2014-05-27 00:33:05 -07:00
finally.rs std: Move unstable::finally to std::finally. #1457 2014-05-23 15:28:27 -07:00
intrinsics.rs libcore: Document math intrinsics. 2014-05-23 07:44:03 +02:00
iter.rs auto merge of #14357 : huonw/rust/spelling, r=pnkfelix 2014-05-22 20:56:18 -07:00
kinds.rs Spelling/doc formatting fixes. 2014-05-22 22:55:37 +10:00
lib.rs std: Recreate a rand module 2014-05-29 16:18:26 -07:00
macros.rs core: Update all tests for fmt movement 2014-05-15 23:22:15 -07:00
mem.rs auto merge of #14463 : SergioBenitez/rust/deprecation-fix, r=alexcrichton 2014-05-28 07:46:45 -07:00
ops.rs Move trait impls for primitives near trait definition 2014-05-28 17:15:35 +02:00
option.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
prelude.rs core: Clarify the documentation on core's prelude 2014-05-17 22:08:49 -07:00
ptr.rs auto merge of #14392 : alexcrichton/rust/mem-updates, r=sfackler 2014-05-24 03:21:24 -07:00
raw.rs libcore: Remove all uses of ~str from libcore. 2014-05-22 14:42:02 -07:00
result.rs std: Recreate a rand module 2014-05-29 16:18:26 -07:00
should_not_exist.rs libcore: Remove all uses of ~str from libcore. 2014-05-22 14:42:02 -07:00
simd.rs core: Derive Show on SIMD types 2014-05-23 15:28:30 -07:00
slice.rs Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
str.rs Rename UTF16Item[s] to Utf16Item[s] 2014-05-28 11:31:21 +02:00
tuple.rs std: Recreate a rand module 2014-05-29 16:18:26 -07:00
ty.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00
unicode.rs lib{std,core,debug,rustuv,collections,native,regex}: Fix snake_case errors. 2014-05-30 17:55:41 +01:00