summary refs log tree commit diff
path: root/src/test/run-pass/unique-object-move.rs
AgeCommit message (Expand)AuthorLines
2015-02-18Round 3 test fixes and conflictsAlex Crichton-1/+1
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-1/+1
2015-01-08fallout: run-pass tests that use box. (many could be ported to `Box::new` in...Felix S. Klock II-0/+2
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-1/+2
2013-08-17Fix warnings it testsErick Tryzelaar-2/+2
2013-05-23rustc: Check for null before dropping ~objects. #5192Brian Anderson-0/+24