about summary refs log tree commit diff
path: root/src/test/stdtest
AgeCommit message (Expand)AuthorLines
2011-08-15Fixed memory accounting and task stack creation bugs.Eric Holk-1/+1
2011-08-15Working on more spawn test cases.Eric Holk-0/+6
2011-08-15Added a library version of spawn. Before long, we can remove the old version.Eric Holk-0/+5
2011-08-15Port ID-based channels.Eric Holk-0/+11
2011-08-12Don't rely on binop autoderef in the compiler.Michael Sullivan-1/+1
2011-08-12Remove vecs from std::sha1Brian Anderson-2/+2
2011-08-12Remove last uses of vec::lenBrian Anderson-26/+36
2011-08-12Remove vecs from std::getoptsBrian Anderson-71/+71
2011-08-12Remove more vectors from stdBrian Anderson-6/+6
2011-08-12Remove vecs from std::sortBrian Anderson-62/+33
2011-08-12Convert std::run to ivecsBrian Anderson-4/+4
2011-08-12Remove vecs from std::bitvBrian Anderson-82/+82
2011-08-12Move the ivec::reverse tests to stdtestBrian Anderson-0/+20
2011-08-12Remove stdtest::vecBrian Anderson-95/+0
2011-08-12Add some of stdtest::vec into stdtest::ivecBrian Anderson-0/+47
2011-08-12Rename std::ioivec to std::ioBrian Anderson-9/+9
2011-08-12Convert all uses of std::io to std::ioivecBrian Anderson-9/+10
2011-08-12Rename str::connect_ivec to str::connectBrian Anderson-1/+1
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