rust/src/compiletest
Brian Anderson c2aff692fa unicode: Rename UnicodeChar::is_digit to is_numeric
'Numeric' is the proper name of the unicode character class,
and this frees up the word 'digit' for ascii use in libcore.

Since I'm going to rename `Char::is_digit_radix` to
`is_digit`, I am not leaving a deprecated method in place,
because that would just cause name clashes, as both
`Char` and `UnicodeChar` are in the prelude.

[breaking-change]
2014-11-21 13:17:04 -08:00
..
common.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
compiletest.rs Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
errors.rs Renamed AsciiStr::to_lower and AsciiStr::to_upper 2014-10-15 12:31:35 -04:00
header.rs Move FromStr to core::str 2014-11-16 12:41:55 +11:00
procsrv.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
runtest.rs unicode: Rename UnicodeChar::is_digit to is_numeric 2014-11-21 13:17:04 -08:00
util.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00