rust/src/test
Alex Crichton f4a775639c rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plus
Implements RFC 438.

Fixes #19092.

This is a [breaking-change]: change types like `&Foo+Send` or `&'a mut Foo+'a` to `&(Foo+Send)` and `&'a mut (Foo+'a)`, respectively.

r? @brson
2014-11-26 16:49:46 -08:00
..
auxiliary std: Add a new top-level thread_local module 2014-11-23 23:37:16 -08:00
bench Fallout from libgreen and libnative removal 2014-11-20 17:19:24 -08:00
codegen librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07:00
compile-fail rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plus 2014-11-26 16:49:46 -08:00
compile-fail-fulldeps Fix an ICE when using struct patterns with traits 2014-11-17 21:49:41 +01:00
debuginfo removed struct_variant feature from tests 2014-11-20 00:56:50 +01:00
pretty Fixes to the roll-up 2014-11-23 15:23:39 -05:00
run-fail Deprecate MaybeOwned[Vector] in favor of Cow 2014-11-25 11:22:23 -05:00
run-make auto merge of #19133 : nodakai/rust/run-make-tests-missing-extracflags, r=alexcrichton 2014-11-22 14:46:38 +00:00
run-pass rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plus 2014-11-26 16:49:46 -08:00
run-pass-fulldeps Switch to purely namespaced enums 2014-11-17 07:35:51 -08:00
run-pass-valgrind Move some tests to run-pass-valgrind 2014-10-23 13:52:34 +13:00