about summary refs log tree commit diff
path: root/src/test/stdtest
AgeCommit message (Expand)AuthorLines
2011-08-01Add std::str::is_whitespaceBrian Anderson-0/+9
2011-08-01Add std::str::trim/trim_left/trim_rightBrian Anderson-0/+30
2011-08-01Add std::char_sliceBrian Anderson-0/+7
2011-08-01Added send and receive to comm library.Eric Holk-0/+12
2011-08-01Objectified library chans and ports.Eric Holk-1/+1
2011-08-01Started working on a library-based comm system. Creating and deleting ports w...Eric Holk-0/+9
2011-07-29Enable kind checking on typarams, fix kind constraints in library and comp.Graydon Hoare-3/+3
2011-07-27Remove task::workerBrian Anderson-23/+0
2011-07-27Fix damage done by the pretty-printerMarijn Haverbeke-4/+4
2011-07-27Reformat for new syntaxMarijn Haverbeke-876/+819
2011-07-26Run compile tests in a way that's safe in a multithreaded environmentBrian Anderson-2/+2
2011-07-26Make the setenv tests threadsafe(ish)Brian Anderson-7/+9
2011-07-26Remove uses of tuples from the test suiteMarijn Haverbeke-19/+19
2011-07-25Run test tasks in parallel according to RUST_THREADS. Issue #734Brian Anderson-1/+1
2011-07-24Add task::send and task::recvBrian Anderson-0/+8
2011-07-24Add task::worker. Spawns a task and returns a channel to itBrian Anderson-0/+23
2011-07-24Reindent lib-task.rsBrian Anderson-15/+15
2011-07-24The Big Test Suite OverhaulBrian Anderson-1/+2525
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/+37
2011-07-09Add sha1 and int tests to stdtest. Issue #428Brian Anderson-0/+110
2011-07-06Add a stdtest crate to hold the standard library testsBrian Anderson-0/+10