summary refs log tree commit diff
path: root/src/test/run-pass/once-move-out-on-heap.rs
AgeCommit message (Expand)AuthorLines
2014-01-03test: Make all the run-pass tests use `pub fn main`Patrick Walton-1/+1
2013-12-03Move std::util::ignore to std::prelude::dropSteven Fackler-2/+1
2013-11-18libsyntax: Remove `~fn()` from the languagePatrick Walton-1/+1
2013-10-17Removed the -Z once_fns compiler flag and added the new feature directive of ...Chris Sainty-0/+1
2013-07-27Change concurrency primitives to standard naming conventionsSteven Stewart-Gallus-1/+1
2013-06-29xfail-fast once fn run-pass testsBen Blum-0/+2
2013-06-19Add tests for once functions (#2549).Ben Blum-0/+27