summary refs log tree commit diff
path: root/src/test/run-pass/once-move-out-on-heap.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-2/+2
2014-11-07Purge the old `once_fns`, which are not coming backNiko Matsakis-1/+0
2014-06-11sync: Move underneath libstdAlex Crichton-2/+1
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-1/+1
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-03-24test: Update all tests with the sync changesAlex Crichton-1/+1
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2014-02-05move concurrent stuff from libextra to libsyncJeremyLetang-3/+3
2014-01-29Remove do keyword from test/Scott Lawrence-2/+2
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