about summary refs log tree commit diff
path: root/src/test/stdtest
AgeCommit message (Expand)AuthorLines
2011-08-12Convert uses of str::connect to str::connect_ivecBrian Anderson-5/+5
2011-08-12Convert str::concat to ivecsBrian Anderson-4/+4
2011-08-12Rename str::split_ivec to str::splitBrian Anderson-1/+1
2011-08-12Convert uses of str::split to split_ivecBrian Anderson-1/+1
2011-08-12Rename std::str::unsafe_from_bytes_ivec to unsafe_from_bytesBrian Anderson-2/+2
2011-08-12Convert all uses of unsafe_from_bytes to unsafe_from_bytes_ivecBrian Anderson-12/+6
2011-08-12Remove str::from_bytesBrian Anderson-1/+1
2011-08-12Remove vec version of str::bytes, rename bytes_ivec to str::bytesBrian Anderson-1/+2
2011-08-12Change a bunch of places in the stdlib to use blocks.Michael Sullivan-3/+2
2011-08-11Un-ignore stdtest::task::test_sleepBrian Anderson-1/+0
2011-08-09Port the fuzzer and tests to ivec type [T] syntax.Erick Tryzelaar-8/+8
2011-08-09Change the ivec type syntax to [T].Erick Tryzelaar-4/+4
2011-08-08Converted the rest of the task-comm-* tests over. Also fixed someEric Holk-1/+1
2011-08-05Rewrote receive to return a value. This lets us initialize variables by recei...Eric Holk-4/+3
2011-08-03Remove an obsolete FIXME in stdtest/deque.rs. Closes #140.Michael Sullivan-6/+2
2011-08-03Whitespace cleanupBrian Anderson-4/+4
2011-08-03Add some hacks to get stdin piping working more correctly in windowsBrian Anderson-1/+50
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