summary refs log tree commit diff
path: root/src/test/run-pass/unique-send-2.rs
AgeCommit message (Expand)AuthorLines
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-2/+2
2012-01-06port over the tests to use the new APINiko Matsakis-3/+3
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-3/+3
2011-10-21Remove some semicolons after block callsMarijn Haverbeke-2/+2
2011-10-21Remove remaining uses of iter and for-eachMarijn Haverbeke-4/+4
2011-10-20Remove temporary fn# syntaxBrian Anderson-1/+1
2011-10-20Drop the 2 from the spawn*2 functionsBrian Anderson-1/+1
2011-10-20Convert tests to use bare-fn spawnBrian Anderson-3/+3
2011-09-23Add two tests for sending unique boxes across channelsBrian Anderson-0/+27