rust/src/test
Felix S. Klock II 5c3a0b191e Add tests checking that a number of feature gates are gating their features.
Namely:

 * `quote`
 * `link_args`
 * `link_llvm_intrinsics`
 * `thread_local`
 * `unsafe_destructor`

Also updates test for `plugin_registrar` to make it clear that
it is only testing the `plugin_registrar` feature gate.

Cc #22820.
2015-03-09 19:18:43 +01:00
..
auxiliary Auto merge of #23137 - kmcallister:derive-sugar, r=sfackler 2015-03-07 18:39:17 +00:00
bench Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
codegen librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07:00
compile-fail Add tests checking that a number of feature gates are gating their features. 2015-03-09 19:18:43 +01:00
compile-fail-fulldeps Add tests checking that a number of feature gates are gating their features. 2015-03-09 19:18:43 +01:00
debuginfo Rollup merge of #23074 - michaelwoerister:constants-debug-locs, r=alexcrichton 2015-03-06 09:01:23 +05:30
parse-fail Auto merge of #23145 - semarie:openbsd-5806, r=alexcrichton 2015-03-08 01:43:22 +00:00
pretty syntax: Remove deprecated unicode escapes 2015-03-06 14:11:09 -08:00
run-fail Rollup merge of #22980 - alexcrichton:debug-assertions, r=pnkfelix 2015-03-06 08:58:30 +05:30
run-make Rollup merge of #23101 - laijs:fix-file-perm, r=alexcrichton 2015-03-06 22:22:30 +05:30
run-pass test: Fix depcrecated alias for int 2015-03-08 17:10:32 -07:00
run-pass-fulldeps Make #[derive(Anything)] into sugar for #[derive_Anything] 2015-03-06 18:20:16 -08:00
run-pass-valgrind Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00