diff options
| author | bors <bors@rust-lang.org> | 2014-05-24 14:26:23 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-05-24 14:26:23 -0700 |
| commit | 6304a27b80f3923a8ffc009418c302aa8b06fb93 (patch) | |
| tree | 09343194b975dd2cbcd447201ddb1ad8c4fe92bb /src/libsyntax/util/parser_testing.rs | |
| parent | 43f942f88656f6b6cb2ff143e496a8875ea157ac (diff) | |
| parent | e9989586724472f32c6ae040da4c1a1f0867bef0 (diff) | |
| download | rust-6304a27b80f3923a8ffc009418c302aa8b06fb93.tar.gz rust-6304a27b80f3923a8ffc009418c302aa8b06fb93.zip | |
auto merge of #14401 : aochagavia/rust/pr4, r=alexcrichton
Some functions implemented for the Ascii struct have the same functionality as other functions implemented for the normal chars. For consistency, I think they should have the same name, so I renamed the functions in Ascii to match the names in the Char trait. * Renamed `to_lower` to `to_lowercase` * Renamed `to_upper` to `to_uppercase` * Renamed `is_alpha` to `is_alphabetic` * Renamed `is_alnum` to `is_alphanumeric` * Renamed `is_lower` to `is_lowercase` * Renamed `is_upper` to `is_uppercase` [breaking-change]
Diffstat (limited to 'src/libsyntax/util/parser_testing.rs')
0 files changed, 0 insertions, 0 deletions
