rust/src/test/compile-fail-fulldeps
Niko Matsakis fbc082dcc6 move auxiliary builds to a test-relative aux
Instead of finding aux-build files in `auxiliary`, we now search for an
`aux` directory relative to the test. So if your test is
`compile-fail/foo.rs`, we would look in `compile-fail/aux`.  Similarly,
we ignore the `aux` directory when searching for tets.
2016-05-06 16:24:48 -04:00
..
aux move auxiliary builds to a test-relative aux 2016-05-06 16:24:48 -04:00
derive-no-std-not-supported.rs mk: Distribute fewer TARGET_CRATES 2016-03-07 13:05:12 -08:00
dropck_tarena_cycle_checked.rs mk: Distribute fewer TARGET_CRATES 2016-03-07 13:05:12 -08:00
dropck_tarena_unsound_drop.rs mk: Distribute fewer TARGET_CRATES 2016-03-07 13:05:12 -08:00
gated-macro-reexports.rs Unignore some tests in stage1 2015-05-13 19:58:49 -04:00
gated-plugin.rs Unignore some tests in stage1 2015-05-13 19:58:49 -04:00
gated-quote.rs libsyntax: Add more quasiquoting macros 2015-11-11 15:19:01 -05:00
issue-15778-fail.rs Add regression tests for #15778 2015-03-02 13:22:03 -08:00
issue-18986.rs be more robust to bogus items in struct patterns/constructors 2015-08-14 17:03:11 +03:00
lint-group-plugin-deny-cmdline.rs Use a crate attribute to load plugins 2015-02-09 13:27:27 -08:00
lint-plugin-deny-attr.rs Use a crate attribute to load plugins 2015-02-09 13:27:27 -08:00
lint-plugin-deny-cmdline.rs Use a crate attribute to load plugins 2015-02-09 13:27:27 -08:00
lint-plugin-forbid-attrs.rs Use a crate attribute to load plugins 2015-02-09 13:27:27 -08:00
lint-plugin-forbid-cmdline.rs Use a crate attribute to load plugins 2015-02-09 13:27:27 -08:00
macro-crate-doesnt-resolve.rs Fix fallout in tests 2016-04-07 05:48:42 +00:00
macro-crate-rlib.rs Unignore some tests in stage1 2015-05-13 19:58:49 -04:00
macro-crate-unexported-macro.rs Unignore some tests in stage1 2015-05-13 19:58:49 -04:00
macro-crate-unknown-crate.rs Replace #[phase] with #[plugin] / #[macro_use] / #[no_link] 2015-01-05 18:21:13 -08:00
plugin-as-extern-crate.rs Unignore some tests in stage1 2015-05-13 19:58:49 -04:00
plugin-attr-register-deny.rs test for register_attribute() 2015-05-07 14:58:36 +05:30
plugin-MacroRulesTT.rs Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichton 2015-02-17 19:35:12 +00:00
plugin-plus-extern-crate.rs Warn when linking a plugin into a non-plugin crate 2015-02-12 12:44:31 -08:00
qquote.rs Make name resolution errors non-fatal 2015-12-11 21:00:15 +13:00