about summary refs log tree commit diff
path: root/src/test/stdtest/char.rs
AgeCommit message (Expand)AuthorLines
2012-01-17libcore: Move core tests into libcoreBrian Anderson-78/+0
2012-01-04"char": use shorter names "to_lower"/"to_upper", analogous to the same names ...Lenny222-10/+10
2012-01-01"str": extract to_upper/lower_case() into "char"Lenny222-0/+16
2011-12-24char: add is_lowercase(), is_uppercase()Lenny222-0/+18
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-1/+3
2011-11-01Ignore should_fail tests on windowsBrian Anderson-0/+2
2011-11-01Add should_fail annotation for unit testsMatt Brubeck-0/+12
2011-10-31Add a char::to_digit functionMatt Brubeck-0/+28