Florian Hahn
f62460c1f5
Change xfail
directives in compiletests to ignore
, closes #11363
2014-02-11 18:23:20 +01:00
JeremyLetang
dd21a51d29
move concurrent stuff from libextra to libsync
2014-02-05 11:56:04 -05:00
Patrick Walton
02c1d2ff52
test: Make all the run-pass tests use pub fn main
2014-01-03 15:30:54 -08:00
Steven Fackler
a243360401
Move std::util::ignore to std::prelude::drop
...
It's a more fitting name for the most common use case of this function.
2013-12-03 20:40:38 -08:00
Patrick Walton
f571e46ddb
test: Remove non-procedure uses of do
from compiletest, libstd tests,
...
compile-fail tests, run-fail tests, and run-pass tests.
2013-11-26 08:25:27 -08:00
Patrick Walton
6801bc8f55
libsyntax: Remove the old-style borrowed closure type syntax from the
...
language.
2013-11-26 08:20:59 -08:00
Chris Sainty
88ab38cf06
Removed the -Z once_fns compiler flag and added the new feature directive of the same name to replace it.
...
Changed the frame_address intrinsic to no longer be a once fn.
This removes the dependency on once_fns from std.
2013-10-17 06:22:48 +02:00
Steven Stewart-Gallus
d0b7515aed
Change concurrency primitives to standard naming conventions
...
To be more specific:
`UPPERCASETYPE` was changed to `UppercaseType`
`type_new` was changed to `Type::new`
`type_function(value)` was changed to `value.method()`
2013-07-27 22:06:29 -07:00
Ben Blum
e0788c7f52
xfail-fast once fn run-pass tests
2013-06-29 03:54:09 -04:00
Ben Blum
643be38cfe
Hide the once-move-out privilege for stack fns behind '-Z once-fns'
2013-06-19 15:53:05 -04:00
Ben Blum
c1f037e6ac
Add tests for once functions ( #2549 ).
2013-06-19 14:25:51 -04:00