| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
