Files
rust/src/libstd
bors 6304a27b80 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]
2014-05-24 14:26:23 -07:00
..
2014-05-24 12:44:36 +02:00
2014-05-15 23:22:06 -07:00
2014-05-11 01:13:02 -07:00
2014-05-07 08:14:56 -07:00
2014-05-12 19:52:29 -07:00
2014-05-23 20:55:57 -07:00
2014-05-09 21:13:02 -07:00
2014-04-04 09:31:21 -07:00