about summary refs log tree commit diff
path: root/src/test/stdtest/test.rs
AgeCommit message (Expand)AuthorLines
2011-08-30Add a precondition on vec::zipTim Chevalier-0/+1
2011-08-20ReformatBrian Anderson-22/+20
2011-08-16Rename std::ivec to std::vecBrian Anderson-5/+5
2011-08-16Clean up zip and unzip in std::ivecMarijn Haverbeke-2/+2
2011-08-15The wonky for...in... whitespace was bothering me. Sorry!Lindsey Kuper-2/+2
2011-08-12Don't rely on binop autoderef in the compiler.Michael Sullivan-1/+1
2011-07-27Reformat for new syntaxMarijn Haverbeke-73/+57
2011-07-26Run compile tests in a way that's safe in a multithreaded environmentBrian Anderson-2/+2
2011-07-26Remove uses of tuples from the test suiteMarijn Haverbeke-1/+1
2011-07-25Run test tasks in parallel according to RUST_THREADS. Issue #734Brian Anderson-1/+1
2011-07-16Removing error logging from testBrian Anderson-1/+0
2011-07-16Sort tests before running them. Issue #428Brian Anderson-0/+45
2011-07-16Remove unused variable from test testsBrian Anderson-1/+1
2011-07-14Add a flag to run ignored tests. Issue #428Brian Anderson-0/+40
2011-07-14Add a facility for ignoring tests. Issue #428Brian Anderson-0/+36