summary refs log tree commit diff
path: root/src/test/run-pass/move-3-unique.rs
AgeCommit message (Expand)AuthorLines
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-05test: "import" -> "use"Patrick Walton-1/+0
2012-08-01Convert ret to returnBrian Anderson-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-1/+1
2012-05-26core: Make range follow the for loop protocolBrian Anderson-1/+1
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-1/+1
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
2011-10-21Remove remaining uses of iter and for-eachMarijn Haverbeke-2/+2
2011-09-24Support non-immediates in trans_uniq::copy_valBrian Anderson-1/+0
2011-09-23Create a bunch of test cases for unique boxes by copying box testsBrian Anderson-0/+18