| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-01-17 | libstd: Move std tests into libstd | Brian Anderson | -119/+0 | |
| 2012-01-13 | distinguish "any closure" and "stack closure" (block) | Niko Matsakis | -3/+3 | |
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -4/+6 | |
| 2011-11-17 | remove compile-command from local variable blocks | Niko Matsakis | -1/+0 | |
| 2011-11-01 | Ignore another test involving failure on windows | Brian Anderson | -0/+1 | |
| 2011-11-01 | Add should_fail annotation for unit tests | Matt Brubeck | -5/+22 | |
| 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-20 | Restore broken tests in stdtest::test | Brian Anderson | -9/+6 | |
| 2011-10-20 | Convert the test runners to typesafe spawn | Brian Anderson | -4/+4 | |
| Issue #1022 | ||||
| 2011-09-02 | Reformat. Issue #855 | Brian Anderson | -24/+22 | |
| 2011-09-01 | Rename std::istr to std::str. Issue #855 | Brian Anderson | -2/+2 | |
| 2011-09-01 | Convert std::test to istrs. Issue #855 | Brian Anderson | -21/+23 | |
| 2011-08-30 | Add a precondition on vec::zip | Tim Chevalier | -0/+1 | |
| vec::zip now has the precondition that the two argument vectors are the same length. Changed uses of it to reflect that. Also added a few vector-enumerating utilities to vec.rs, which necessitated in making some functions in u8 declared-pure. | ||||
| 2011-08-20 | Reformat | Brian Anderson | -22/+20 | |
| This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[] | ||||
| 2011-08-16 | Rename std::ivec to std::vec | Brian Anderson | -5/+5 | |
| 2011-08-16 | Clean up zip and unzip in std::ivec | Marijn Haverbeke | -2/+2 | |
| 2011-08-15 | The wonky for...in... whitespace was bothering me. Sorry! | Lindsey Kuper | -2/+2 | |
| 2011-08-12 | Don't rely on binop autoderef in the compiler. | Michael Sullivan | -1/+1 | |
| 2011-07-27 | Reformat for new syntax | Marijn Haverbeke | -73/+57 | |
| 2011-07-26 | Run compile tests in a way that's safe in a multithreaded environment | Brian Anderson | -2/+2 | |
| In theory. There's still something leaking but I hope it's no longer due to the test runner doing unsafe things. This is a pretty nasty patch, working around limitations in the type and task systems, and it makes the std::test API a little uglier. | ||||
| 2011-07-26 | Remove uses of tuples from the test suite | Marijn Haverbeke | -1/+1 | |
| 2011-07-25 | Run test tasks in parallel according to RUST_THREADS. Issue #734 | Brian Anderson | -1/+1 | |
| 2011-07-16 | Removing error logging from test | Brian Anderson | -1/+0 | |
| 2011-07-16 | Sort tests before running them. Issue #428 | Brian Anderson | -0/+45 | |
| 2011-07-16 | Remove unused variable from test tests | Brian Anderson | -1/+1 | |
| 2011-07-14 | Add a flag to run ignored tests. Issue #428 | Brian Anderson | -0/+40 | |
| 2011-07-14 | Add a facility for ignoring tests. Issue #428 | Brian Anderson | -0/+36 | |
| Adding the #[ignore] attribute will cause the test not to be run, though it will still show up in the list of tests. | ||||
