rust/src/test
JustAPerson 0162f8e6e1 Only check --crate-type flags if present.
Before, normal compilation and the --crate-file-name flag would
generate output based on both #![crate_type] attributes and
--crate-type flags. Now, if one or more flag is specified by command
line, only those will be used.

Closes #11573.
2014-04-14 16:53:06 -05:00
..
auxiliary rustc: Disallow importing through use statements 2014-04-10 15:22:00 -07:00
bench auto merge of #13440 : huonw/rust/strbuf, r=alexcrichton 2014-04-10 21:01:41 -07:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail rustc: Don't allow priv use to shadow pub use 2014-04-10 15:22:01 -07:00
debug-info debuginfo: Don't create debuginfo for statics inlined from other crates. 2014-04-10 15:21:57 -07:00
pretty Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
run-fail auto merge of #13440 : huonw/rust/strbuf, r=alexcrichton 2014-04-10 21:01:41 -07:00
run-make Only check --crate-type flags if present. 2014-04-14 16:53:06 -05:00
run-pass auto merge of #13440 : huonw/rust/strbuf, r=alexcrichton 2014-04-10 21:01:41 -07:00
run-pass-fulldeps Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00