about summary refs log tree commit diff
path: root/src/test/run-pass/move-4-unique.rs
AgeCommit message (Collapse)AuthorLines
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-1/+1
2011-11-03Disallow writing to function arguments againMarijn Haverbeke-0/+1
Remove implicit copying hack. Closes #1118
2011-09-24Support non-immediates in trans_uniq::copy_valBrian Anderson-1/+0
Issue #409
2011-09-23Create a bunch of test cases for unique boxes by copying box testsBrian Anderson-0/+12
XFAIL the ones that don't work Issue #409