summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2011-09-26Don't allow copying of unique boxes of pinned kindsBrian Anderson-1/+0
2011-09-26Add a test that unique boxes in vectors are copied when the vector isBrian Anderson-0/+13
2011-09-26rt: Turn on cycle collection at task death; add a test casePatrick Walton-0/+14
2011-09-26Fix tags of unique boxesBrian Anderson-1/+47
2011-09-26Unique vectors and boxes of pinned are unique kinds. Closes #977Brian Anderson-3/+1
2011-09-26test: Fix more typos in weird-exprs.rs.Patrick Walton-1/+1
2011-09-26test: wierd-exprs -> weird-exprsPatrick Walton-0/+0
2011-09-25Enable hammertimeJesse Ruderman-3/+1
2011-09-25Test for #973Jesse Ruderman-0/+4
2011-09-25Test for #942Jesse Ruderman-0/+2
2011-09-25Remove FIXME test that's covered by run-pass/unreachable-code.rsJesse Ruderman-6/+0
2011-09-24Handle ~fail. Closes #968Brian Anderson-0/+2
2011-09-24Add a test for assignment of unique boxes of genericsBrian Anderson-0/+6
2011-09-24Support non-immediates in trans_uniq::copy_valBrian Anderson-5/+9
2011-09-24Don't iloop (future-proof test against improved reachability computations)Jesse Ruderman-1/+1
2011-09-24Remove irrelevant parts of testJesse Ruderman-4/+0
2011-09-24Tweak random thing to make windows build succeed. Awesome.Brian Anderson-1/+1
2011-09-24Move a previous run-pass test for kind-lowered unique boxes to compile-failBrian Anderson-5/+3
2011-09-24Tweak the type allocated for unique pointersBrian Anderson-3/+1
2011-09-24Support non-immediates in unique-box type glueBrian Anderson-2/+0
2011-09-24Vectors containing pinned kinds become pinnedBrian Anderson-3/+3
2011-09-24Unique pointers containing pinned kinds become pinnedBrian Anderson-3/+17
2011-09-24Add tests for swapping unique boxesBrian Anderson-0/+39
2011-09-23Add vec::filterJesse Ruderman-0/+7
2011-09-23Add let destructuring for unique boxesBrian Anderson-0/+4
2011-09-23Add missing case for pat_uniq to syntax::visitBrian Anderson-3/+0
2011-09-23Add two tests for sending unique boxes across channelsBrian Anderson-0/+38
2011-09-23Actually use unique boxes in run-fail/unwind-uniqueBrian Anderson-1/+1
2011-09-23Create a bunch of test cases for unique boxes by copying box testsBrian Anderson-0/+269
2011-09-23Begin to support pattern matching on unique boxesBrian Anderson-0/+10
2011-09-23Add more unreachable-code tests. Closes #935Jesse Ruderman-0/+6
2011-09-23xfail-win32 linked-failure and send-iloopBrian Anderson-0/+2
2011-09-23xfail-pretty unreachable-code.rsMarijn Haverbeke-0/+2
2011-09-23Better handling of unreachable code in transMarijn Haverbeke-0/+35
2011-09-22Remove deprecated mutable type constructor from run-pass/issue-511Brian Anderson-1/+1
2011-09-22Add test for issue #511. Closes #511Brian Anderson-0/+10
2011-09-22Add a test for negative constants. Closes #358Brian Anderson-0/+7
2011-09-22Fix ty_uniq case in maybe_auto_unboxBrian Anderson-0/+8
2011-09-22Add take glue for unique boxesBrian Anderson-0/+11
2011-09-22Adda test for returning unique boxesBrian Anderson-0/+7
2011-09-22Allow vectors to contain unique boxes. Closes #952Brian Anderson-0/+3
2011-09-22XFAIL task-commBrian Anderson-0/+1
2011-09-22Autoderef indexes and fields of unique boxesBrian Anderson-0/+10
2011-09-22Add tests for moving unique boxesBrian Anderson-0/+34
2011-09-22Calculate the correct kind for unique boxesBrian Anderson-0/+68
2011-09-22Add a test for mutable references to unique boxes as function argumentsBrian Anderson-0/+9
2011-09-22Add a test for unique boxes as fn argsBrian Anderson-0/+9
2011-09-22Add a test for unique boxes containing shared boxesBrian Anderson-0/+12
2011-09-22Drop the previous value when copying one unique box local to anotherBrian Anderson-0/+7
2011-09-22Add a test that assignment of unique boxes to locals does a copyBrian Anderson-0/+10