about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2011-08-17Using move-mode for spawn thunks to avoid race conditions.Eric Holk-17/+36
2011-08-17Allow multiple imports in a single statementBrian Anderson-0/+26
2011-08-17Allow multiple exports in a single export statement. Issue #817Brian Anderson-0/+16
2011-08-16Port the tests to the expr foo::<T> syntax.Erick Tryzelaar-109/+114
2011-08-16Port the tests to the decl foo<T> syntax.Erick Tryzelaar-130/+130
2011-08-16Port the tests to the typaram foo<T> syntax.Erick Tryzelaar-180/+180
2011-08-16Rename std::ivec to std::vecBrian Anderson-22/+22
2011-08-16Convert most main functions to the ivec signatureBrian Anderson-15/+12
2011-08-16Accept main(args: [str]) as main signatureBrian Anderson-0/+3
2011-08-16Updating sio tests.Eric Holk-15/+21
2011-08-16Removed trans_comm.rs from the compiler. Updating aio/sio to work with the ne...Eric Holk-77/+91
2011-08-16Make let bindings' scope start at their definitionMarijn Haverbeke-0/+20
2011-08-15The wonky for...in... whitespace was bothering me. Sorry!Lindsey Kuper-59/+59
2011-08-15XFAIL task-comm-15Brian Anderson-0/+4
2011-08-15Test case for issue #115.Lindsey Kuper-0/+19
2011-08-15Test cases for issue #822.Lindsey Kuper-1/+28
2011-08-15Simple example of anonymous objects from nothing. Closes #812.Lindsey Kuper-0/+38
2011-08-15Tests for type inferred lambda-blocks.Michael Sullivan-6/+15
2011-08-15Add operator 'copy', translates as fall-through.Graydon Hoare-0/+5
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-15Syntax updates.Eric Holk-4/+4
2011-08-15Removed spawn and task from the parser. Updated all the tests except for the ...Eric Holk-167/+247
2011-08-15Porting a bunch of tests over.Eric Holk-80/+86
2011-08-15Removed old object-based chans.Eric Holk-85/+85
2011-08-15Converted two more spawn tests.Eric Holk-3/+11
2011-08-15Working on more spawn test cases.Eric Holk-9/+24
2011-08-15Move mode for lib comm, converted a few tests.Eric Holk-18/+25
2011-08-15Port ID-based channels.Eric Holk-0/+10
2011-08-15Re-add some deleted tuple testsMarijn Haverbeke-0/+65
2011-08-12Eliminate autoderef on binops and unary negation.Michael Sullivan-20/+0
2011-08-12Change some tests that used binop autoderef.Michael Sullivan-9/+8
2011-08-12Convert most working tests to ivecsBrian Anderson-93/+96
2011-08-12Remove std::vecBrian Anderson-5/+0
2011-08-12Remove all usages of std::vec::vbufBrian Anderson-5/+5
2011-08-12XFAIL run-pass/vec-self-appendBrian Anderson-0/+4
2011-08-12Remove last uses of vec::lenBrian Anderson-12/+12
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/+0
2011-08-12Add reverse and reversed to std::ivecBrian Anderson-7/+7
2011-08-12Convert run-pass/vec-append to ivecsBrian Anderson-20/+14
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-12Convert all uses of std::io to std::ioivecBrian Anderson-2/+0
2011-08-12Convert str::from_chars, to_chars to ivecsBrian Anderson-3/+2
2011-08-12Convert str::is_utf8 to ivecsBrian Anderson-4/+4
2011-08-12Remove vec version of str::bytes, rename bytes_ivec to str::bytesBrian Anderson-5/+6
2011-08-11Sanity-check the code examples that appear in the object system docs.Lindsey Kuper-0/+66
2011-08-11Bring run-pass/spawn-fn up to date and un-XFAILBrian Anderson-4/+4