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
Age
Commit message (
Expand
)
Author
Lines
2011-08-01
Add std::str::is_whitespace
Brian Anderson
-0
/
+9
2011-08-01
Add std::str::trim/trim_left/trim_right
Brian Anderson
-0
/
+30
2011-08-01
Add std::char_slice
Brian Anderson
-0
/
+7
2011-08-01
Added send and receive to comm library.
Eric Holk
-0
/
+12
2011-08-01
Objectified library chans and ports.
Eric Holk
-1
/
+1
2011-08-01
Started working on a library-based comm system. Creating and deleting ports w...
Eric Holk
-0
/
+9
2011-07-29
Enable kind checking on typarams, fix kind constraints in library and comp.
Graydon Hoare
-3
/
+3
2011-07-27
Remove task::worker
Brian Anderson
-23
/
+0
2011-07-27
Fix damage done by the pretty-printer
Marijn Haverbeke
-4
/
+4
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-876
/
+819
2011-07-26
Run compile tests in a way that's safe in a multithreaded environment
Brian Anderson
-2
/
+2
2011-07-26
Make the setenv tests threadsafe(ish)
Brian Anderson
-7
/
+9
2011-07-26
Remove uses of tuples from the test suite
Marijn Haverbeke
-19
/
+19
2011-07-25
Run test tasks in parallel according to RUST_THREADS. Issue #734
Brian Anderson
-1
/
+1
2011-07-24
Add task::send and task::recv
Brian Anderson
-0
/
+8
2011-07-24
Add task::worker. Spawns a task and returns a channel to it
Brian Anderson
-0
/
+23
2011-07-24
Reindent lib-task.rs
Brian Anderson
-15
/
+15
2011-07-24
The Big Test Suite Overhaul
Brian Anderson
-1
/
+2525
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
/
+37
2011-07-09
Add sha1 and int tests to stdtest. Issue #428
Brian Anderson
-0
/
+110
2011-07-06
Add a stdtest crate to hold the standard library tests
Brian Anderson
-0
/
+10