about summary refs log tree commit diff
path: root/src/test/run-pass/move-3-unique.rs
AgeCommit message (Collapse)AuthorLines
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-1/+1
2011-10-21Remove some semicolons after block callsMarijn Haverbeke-1/+1
The remaining ones can be removed after the next snapshot. (Or we can let the next pretty-print pass take care of them.)
2011-10-21Remove remaining uses of iter and for-eachMarijn Haverbeke-2/+2
Issue #1056
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/+18
XFAIL the ones that don't work Issue #409