rust/src/libregex
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
..
parse std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00
test lib{std,core,debug,rustuv,collections,native,regex}: Fix snake_case errors. 2014-05-30 17:55:41 +01:00
testdata Add a regex crate to the Rust distribution. 2014-04-25 00:27:24 -04:00
compile.rs core: rename strbuf::StrBuf to string::String 2014-05-24 21:48:10 -07:00
lib.rs Change regex! macro to expand to a constexpr, allowing to put it in a static 2014-05-25 22:30:50 +02:00
re.rs auto merge of #14510 : kballard/rust/rename_strallocating_into_owned, r=alexcrichton 2014-05-29 19:31:42 -07:00
vm.rs regex: General style tweaks. 2014-04-30 10:35:20 +10:00