rust/src/test
Felix S. Klock II b325e4f28e Add feature-gates for desugaring-based box and placement-in.
update test/compile-fail/feature-gate-box-expr.rs to reflect new feature gates.

Part of what lands with Issue 22181.
2015-07-22 15:33:59 +02:00
..
auxiliary Add test of cross-crate impl formatting 2015-07-20 20:09:36 -04:00
bench Use vec![elt; n] where possible 2015-07-09 11:05:32 +02:00
codegen Pass fat pointers in two immediate arguments 2015-06-20 18:58:47 +02:00
compile-fail Add feature-gates for desugaring-based box and placement-in. 2015-07-22 15:33:59 +02:00
compile-fail-fulldeps Auto merge of #25168 - Manishearth:register_attr, r=eddyb 2015-05-24 09:38:26 +00:00
debuginfo Create proper debuginfo for closure variables 2015-07-20 15:45:11 +02:00
parse-fail Fix doc comment parsing in macros. 2015-07-18 11:34:59 +01:00
pretty Feature-gate #[prelude_import]. 2015-07-05 22:35:20 +03:00
run-fail Support checked Shl/Shr on SIMD types 2015-06-20 01:38:28 +00:00
run-fail-fulldeps syntax: refactor (Span)Handler and ParseSess constructors to be methods. 2015-05-14 01:47:56 +03:00
run-make Fix a span bug for qualified paths 2015-07-09 12:24:39 +12:00
run-pass Hack for "unsafety hygiene" -- push_unsafe! and pop_unsafe!. 2015-07-22 15:33:59 +02:00
run-pass-fulldeps Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
run-pass-valgrind Use assert_eq! instead of assert! in tests 2015-06-13 14:55:55 +03:00
rustdoc Auto merge of #27103 - wthrowe:doc_format, r=alexcrichton 2015-07-21 01:41:22 +00:00