rust/src/test
bors b76238a3ee Auto merge of #70095 - jsgf:link-native, r=nagisa
Implement -Zlink-native-libraries

This implements a flag `-Zlink-native-libraries=yes/no`. If set to true/yes, or unspecified, then
native libraries referenced via `#[link]` attributes will be put on the linker line (ie, unchanged
behaviour).

If `-Zlink-native-libraries=no` is specified then rustc will not add the native libraries to the link
line. The assumption is that the outer build system driving the build already knows about the native
libraries and will specify them to the linker directly (for example via `-Clink-arg=`).

Addresses issue #70093
2020-03-28 08:16:47 +00:00
..
assembly
auxiliary
codegen Update tests to use llvm_asm! 2020-03-26 15:49:22 +00:00
codegen-units Remove -Z incremental. 2020-03-24 12:08:30 +11:00
compile-fail Update tests to use llvm_asm! 2020-03-26 15:49:22 +00:00
debuginfo Test and fix gdb pretty printing again 2020-03-26 23:09:20 +00:00
incremental Update tests to use llvm_asm! 2020-03-26 15:49:22 +00:00
mir-opt Auto merge of #69916 - oli-obk:mir_bless, r=eddyb 2020-03-27 12:58:34 +00:00
pretty Update tests to use llvm_asm! 2020-03-26 15:49:22 +00:00
run-fail better lint names 2020-02-18 22:49:47 +01:00
run-make
run-make-fulldeps Rollup merge of #70345 - nnethercote:rm-no_integrated_as, r=alexcrichton 2020-03-27 22:39:37 +01:00
run-pass-valgrind
rustdoc introduce negative_impls feature gate and document 2020-03-26 06:52:55 -04:00
rustdoc-js
rustdoc-js-std Add tests for new of variables 2020-03-16 18:30:26 +01:00
rustdoc-ui fix one more test 2020-03-22 17:18:30 -05:00
rustfix
ui Auto merge of #70095 - jsgf:link-native, r=nagisa 2020-03-28 08:16:47 +00:00
ui-fulldeps resolve: Remove rustc_attrs as a standalone feature gate 2020-03-24 21:37:29 +03:00
COMPILER_TESTS.md rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org 2020-03-10 17:08:18 -03:00