index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
stdtest
/
test.rs
Age
Commit message (
Expand
)
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
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
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
2011-08-20
Reformat
Brian Anderson
-22
/
+20
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
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