rust/src/test/run-make
bors 209b47f248 auto merge of #12379 : alexcrichton/rust/fix-ar-thing, r=brson
When creating a staticlib, it unzips all static archives it finds and then
inserts the files manually into the output file. This process is done through
`ar`, and `ar` doesn't like if you specify you want to add files and you don't
give it any files.

This case arose whenever you linked to an archive that didn't have any contents
or all of the contents were filtered out. This just involved ignoring the case
where the number of inputs we have is 0, because we don't have any files to add
anyway.
2014-02-19 10:21:50 -08:00
..
bootstrap-from-c-with-green extern mod => extern crate 2014-02-14 22:55:21 -08:00
bootstrap-from-c-with-native extern mod => extern crate 2014-02-14 22:55:21 -08:00
c-dynamic-dylib extern mod => extern crate 2014-02-14 22:55:21 -08:00
c-dynamic-rlib extern mod => extern crate 2014-02-14 22:55:21 -08:00
c-link-to-rust-dylib Added tests to make tidy 2014-02-07 12:49:24 -06:00
c-link-to-rust-staticlib Consolidate codegen-related compiler flags 2014-02-10 00:50:39 -08:00
c-static-dylib extern mod => extern crate 2014-02-14 22:55:21 -08:00
c-static-rlib extern mod => extern crate 2014-02-14 22:55:21 -08:00
crate-data-smoke Added tests to make tidy 2014-02-07 12:49:24 -06:00
dep-info Added tests to make tidy 2014-02-07 12:49:24 -06:00
dep-info-custom Added tests to make tidy 2014-02-07 12:49:24 -06:00
duplicate-output-flavors Added tests to make tidy 2014-02-07 12:49:24 -06:00
dylib-chain extern mod => extern crate 2014-02-14 22:55:21 -08:00
ls-metadata Added tests to make tidy 2014-02-07 12:49:24 -06:00
lto-smoke extern mod => extern crate 2014-02-14 22:55:21 -08:00
lto-smoke-c Consolidate codegen-related compiler flags 2014-02-10 00:50:39 -08:00
missing-crate-dependency Updated metadata::creader::resolve_crate_deps to use the correct span. Clarified error message when an external crate's dependency is missing. Closes #2404. 2014-02-17 18:34:46 -05:00
mixing-deps extern mod => extern crate 2014-02-14 22:55:21 -08:00
mixing-libs extern mod => extern crate 2014-02-14 22:55:21 -08:00
no-intermediate-extras Redesign output flags for rustc 2014-02-06 11:14:13 -08:00
output-type-permutations Added tests to make tidy 2014-02-07 12:49:24 -06:00
prefer-dylib extern mod => extern crate 2014-02-14 22:55:21 -08:00
prefer-rlib extern mod => extern crate 2014-02-14 22:55:21 -08:00
prune-link-args Consolidate codegen-related compiler flags 2014-02-10 00:50:39 -08:00
rlib-chain extern mod => extern crate 2014-02-14 22:55:21 -08:00
rustdoc-hidden-line Added tests to make tidy 2014-02-07 12:49:24 -06:00
rustdoc-json rustdoc: Fix json output and input 2014-02-19 01:10:31 -08:00
rustdoc-smoke Added tests to make tidy 2014-02-07 12:49:24 -06:00
simple-dylib extern mod => extern crate 2014-02-14 22:55:21 -08:00
simple-rlib extern mod => extern crate 2014-02-14 22:55:21 -08:00
static-unwinding extern mod => extern crate 2014-02-14 22:55:21 -08:00
staticlib-blank-lib Fix staticlib outputs linking to blank archives 2014-02-18 16:07:09 -08:00
volatile-intrinsics Redesign output flags for rustc 2014-02-06 11:14:13 -08:00
tools.mk Test fixes and merge conflicts 2013-11-30 14:34:59 -08:00