about summary refs log tree commit diff
path: root/src/test/stdtest/char.rs
AgeCommit message (Collapse)AuthorLines
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
This allows test cases to assert that a function is expected to fail. Tests annotated with "should_fail" will succeed only if the function fails.
2011-10-31Add a char::to_digit functionMatt Brubeck-0/+28