summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2011-08-15XFAIL run-pass/task-killjoinBrian Anderson-0/+4
2011-08-15Allow `[a, b, ..., c]` transcription patterns in MBE.Paul Stansifer-0/+5
2011-08-15Add backtraces for syntax problems.Paul Stansifer-1/+1
2011-08-15Reducing the chances for race conditions in join.Eric Holk-1/+1
2011-08-15Syntax updates.Eric Holk-10/+11
2011-08-15Converted over benchmarks.Eric Holk-82/+59
2011-08-15Removed spawn and task from the parser. Updated all the tests except for the ...Eric Holk-247/+333
2011-08-15Porting a bunch of tests over.Eric Holk-80/+86
2011-08-15Removed old object-based chans.Eric Holk-97/+86
2011-08-15Converted two more spawn tests.Eric Holk-3/+11
2011-08-15Fixed memory accounting and task stack creation bugs.Eric Holk-1/+1
2011-08-15Working on more spawn test cases.Eric Holk-9/+30
2011-08-15Added a library version of spawn. Before long, we can remove the old version.Eric Holk-0/+5
2011-08-15Move mode for lib comm, converted a few tests.Eric Holk-18/+25
2011-08-15Port ID-based channels.Eric Holk-0/+21
2011-08-15Re-add some deleted tuple testsMarijn Haverbeke-0/+65
2011-08-12Eliminate autoderef on binops and unary negation.Michael Sullivan-5/+2
2011-08-12Change some tests that used binop autoderef.Michael Sullivan-9/+8
2011-08-12Un-XFAIL do-while-body-failsTim Chevalier-3/+0
2011-08-12Convert most working tests to ivecsBrian Anderson-121/+124
2011-08-12Don't rely on binop autoderef in the compiler.Michael Sullivan-1/+1
2011-08-12Remove std::vecBrian Anderson-7/+0
2011-08-12Remove all usages of std::vec::vbufBrian Anderson-5/+5
2011-08-12Remove vecs from std::sha1Brian Anderson-2/+2
2011-08-12XFAIL run-pass/vec-self-appendBrian Anderson-0/+4
2011-08-12Remove last uses of vec::lenBrian Anderson-41/+51
2011-08-12Convert uint::parse_buf to ivecsBrian Anderson-3/+2
2011-08-12Remove vecs from std::getoptsBrian Anderson-74/+74
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-5/+5
2011-08-12Remove vecs from std::bitvBrian Anderson-82/+82
2011-08-12Convert compile-fail/alias-mismatch to ivecsBrian Anderson-2/+2
2011-08-12Convert benchmarks to ivecsBrian Anderson-39/+41
2011-08-12Convert run-pass/import-glob-crate to ivecsBrian Anderson-4/+4
2011-08-12Convert run-pass/mod-view-items to ivecsBrian Anderson-2/+2
2011-08-12Move the ivec::reverse tests to stdtestBrian Anderson-22/+20
2011-08-12Add reverse and reversed to std::ivecBrian Anderson-7/+7
2011-08-12Remove stdtest::vecBrian Anderson-95/+0
2011-08-12Add some of stdtest::vec into stdtest::ivecBrian Anderson-0/+47
2011-08-12Convert run-pass/vec-append to ivecsBrian Anderson-20/+14
2011-08-12Remove references to std::vec from compile-fail/cross-crate-glob-collision.rsBrian Anderson-4/+4
2011-08-12Remove run-pass/vec-alloc-append.rsBrian Anderson-13/+0
2011-08-12Remove run-pass/vec-ref-count.rsBrian Anderson-12/+0
2011-08-12Rename std::ioivec to std::ioBrian Anderson-39/+39
2011-08-12Convert all uses of std::io to std::ioivecBrian Anderson-38/+38
2011-08-12Rename str::connect_ivec to str::connectBrian Anderson-3/+3
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-4/+4