about summary refs log tree commit diff
path: root/src/test/compile-fail/once-cant-call-twice-on-stack.rs
AgeCommit message (Expand)AuthorLines
2014-11-07Purge the old `once_fns`, which are not coming backNiko Matsakis-28/+0
2014-06-11sync: Move underneath libstdAlex Crichton-2/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-24test: Update all tests with the sync changesAlex Crichton-1/+1
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-05move concurrent stuff from libextra to libsyncJeremyLetang-3/+3
2013-12-03Move std::util::ignore to std::prelude::dropSteven Fackler-2/+1
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-2/+2
2013-11-26libsyntax: Remove the old-style borrowed closure type syntax from thePatrick Walton-1/+1
2013-10-17Removed the -Z once_fns compiler flag and added the new feature directive of ...Chris Sainty-1/+1
2013-07-27Change concurrency primitives to standard naming conventionsSteven Stewart-Gallus-1/+1
2013-06-19Hide the once-move-out privilege for stack fns behind '-Z once-fns'Ben Blum-0/+1
2013-06-19Add tests for once functions (#2549).Ben Blum-0/+29