| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-01-17 | libcore: Move core tests into libcore | Brian Anderson | -78/+0 | |
| 2012-01-04 | "char": use shorter names "to_lower"/"to_upper", analogous to the same names ↵ | Lenny222 | -10/+10 | |
| in "str" | ||||
| 2012-01-01 | "str": extract to_upper/lower_case() into "char" | Lenny222 | -0/+16 | |
| 2011-12-24 | char: add is_lowercase(), is_uppercase() | Lenny222 | -0/+18 | |
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -1/+3 | |
| 2011-11-01 | Ignore should_fail tests on windows | Brian Anderson | -0/+2 | |
| 2011-11-01 | Add should_fail annotation for unit tests | Matt 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-31 | Add a char::to_digit function | Matt Brubeck | -0/+28 | |
