rust/src/libsyntax/ext/tt
Kevin Butler 190d8bdbc6 libsyntax: Fix snake_case errors.
A number of functions/methods have been moved or renamed to align
better with rust standard conventions.

syntax::ext::mtwt::xorPush => xor_push
syntax::parse::parser::Parser => Parser::new

[breaking-change]
2014-05-30 17:55:41 +01:00
..
macro_parser.rs libsyntax: Fix snake_case errors. 2014-05-30 17:55:41 +01:00
macro_rules.rs libsyntax: Fix snake_case errors. 2014-05-30 17:55:41 +01:00
transcribe.rs std: Rename strbuf operations to string 2014-05-27 12:59:31 -07:00