summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2011-08-12Convert uses of str::split to split_ivecBrian Anderson-5/+5
2011-08-12Convert str::from_chars, to_chars to ivecsBrian Anderson-3/+2
2011-08-12Rename std::str::unsafe_from_bytes_ivec to unsafe_from_bytesBrian Anderson-4/+4
2011-08-12Convert all uses of unsafe_from_bytes to unsafe_from_bytes_ivecBrian Anderson-14/+8
2011-08-12Remove str::from_bytesBrian Anderson-1/+1
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-9/+14
2011-08-12Remove vecs from compiletestBrian Anderson-17/+17
2011-08-12Change a bunch of places in the stdlib to use blocks.Michael Sullivan-3/+2
2011-08-12Properly typecheck unary minusMarijn Haverbeke-0/+5
2011-08-11XFAIL do-while-body-failsBrian Anderson-0/+3
2011-08-11Handle _|_ - typed things in the bodies of do-while loopsTim Chevalier-0/+4
2011-08-11Sanity-check the code examples that appear in the object system docs.Lindsey Kuper-0/+66
2011-08-11Un-ignore stdtest::task::test_sleepBrian Anderson-1/+0
2011-08-11Bring run-pass/spawn-fn up to date and un-XFAILBrian Anderson-4/+4
2011-08-11Bring run-pass/spawn-module-qualified up to date and un-XFAILBrian Anderson-6/+6
2011-08-11Bring run-pass/task-killjoin up to date and un-XFAILBrian Anderson-12/+11
2011-08-11Fill out some of the run-pass/binops testsBrian Anderson-19/+20
2011-08-11Update and un-XFAIL run-pass/many.rsBrian Anderson-11/+8
2011-08-11rustc: Lowercase "main function not found" errorBrian Anderson-1/+1
2011-08-11Lowercase the "wrong type in main fn" errorBrian Anderson-3/+3
2011-08-11Fix the error-pattern in compile-fail/bad-main.rs. Un-XFAILBrian Anderson-4/+1
2011-08-10Use actual type, not declared type, when zeroing move argumentsTim Chevalier-0/+16
2011-08-10Test case for issue #812.Lindsey Kuper-0/+19
2011-08-10Begin valgrinding run-fail testsBrian Anderson-19/+40
2011-08-09Actually perform handoff from caller to callee on move-mode args.Graydon Hoare-0/+12
2011-08-09test: XFAIL binops.rs for now due to mysterious tinderbox failure on LinuxPatrick Walton-0/+5
2011-08-09test: Update binops.rs with the new equality semanticsPatrick Walton-11/+7
2011-08-09Port the fuzzer and tests to ivec type [T] syntax.Erick Tryzelaar-21/+13
2011-08-09Move along; nothing to see here...Lindsey Kuper-0/+54
2011-08-09Un-XFAIL a test. Issue #435.Lindsey Kuper-4/+0
2011-08-09Update comments on sio-ctx testBrian Anderson-1/+1
2011-08-09Test case for issue #758.Lindsey Kuper-0/+11
2011-08-09XFAIL sio-ctxBrian Anderson-0/+5
2011-08-09The self-stack stuff (from #702) also closes issue #718.Lindsey Kuper-4/+5
2011-08-09Change the ivec type syntax to [T].Erick Tryzelaar-36/+54
2011-08-09Thread "self" through the stack. Backwarding! Closes #702.Lindsey Kuper-51/+5
2011-08-08Implement typestate checking for move-mode args. Un-XFAIL compile-fail/move-a...Graydon Hoare-4/+0
2011-08-08Introduced task handles.unknown-11/+6
2011-08-08Add new arg-passing mode 'move' denoted with '-T'. Translate as pass-by-value...Graydon Hoare-0/+22
2011-08-08Using unsafe chan pointer idiom to make task-comm-16.rs pass again.Eric Holk-5/+5
2011-08-08Temporarily disabling chan test to put out linux fire.Eric Holk-1/+8
2011-08-08Converted the rest of the task-comm-* tests over. Also fixed someEric Holk-134/+167
2011-08-08Added an unsafe way to pass libchans over spawn and chans, and converted task...Eric Holk-8/+17
2011-08-05XFAIL sio-srvBrian Anderson-1/+5
2011-08-05Another test for the occurs check, this one from issue 778Tim Chevalier-0/+4
2011-08-05Rewrote receive to return a value. This lets us initialize variables by recei...Eric Holk-4/+3
2011-08-05Initialize all constraints to FalseTim Chevalier-0/+17
2011-08-05Un-XFAIL sio-ctx, sio-srvBrian Anderson-8/+0
2011-08-05XFAIL all the sio testsBrian Anderson-0/+20