rust/src/test
bors 73641cd23b Auto merge of #88161 - michaelwoerister:fix-whole-archive-no-bundle, r=petrochenkov
Fix handling of +whole-archive native link modifier.

This PR fixes a bug in `add_upstream_native_libraries` that led to the `+whole-archive` modifier being ignored when linking in native libs.

~~Note that the PR does not address the situation when `+whole-archive` is combined with `+bundle`.~~
`@wesleywiser's` commit adds validation code that turns combining `+whole-archive` with `+bundle` into an error.

Fixes https://github.com/rust-lang/rust/issues/88085.

r? `@petrochenkov`
cc `@wesleywiser` `@gcoakes`
2021-09-07 12:31:11 +00:00
..
assembly Rollup merge of #88350 - programmerjake:add-ppc-cr-xer-clobbers, r=Amanieu 2021-09-01 09:23:26 +02:00
auxiliary
codegen Rollup merge of #88350 - programmerjake:add-ppc-cr-xer-clobbers, r=Amanieu 2021-09-01 09:23:26 +02:00
codegen-units
debuginfo feature(const_param_types) -> feature(adt_const_params) 2021-08-30 12:07:36 +02:00
incremental Report cycle error using 'deepest' obligation in the cycle 2021-09-02 11:49:32 -05:00
mir-opt Change scope of temporaries in match guards 2021-09-05 18:50:55 +01:00
pretty Make Arguments constructors unsafe 2021-08-16 16:28:16 +00:00
run-make Auto merge of #88161 - michaelwoerister:fix-whole-archive-no-bundle, r=petrochenkov 2021-09-07 12:31:11 +00:00
run-make-fulldeps Update coverage tests 2021-09-03 19:51:27 +01:00
run-pass-valgrind
rustdoc Auto merge of #88490 - GuillaumeGomez:associated-types-implementors-display, r=camelid,Manishearth 2021-09-01 21:31:16 +00:00
rustdoc-gui Auto merge of #88490 - GuillaumeGomez:associated-types-implementors-display, r=camelid,Manishearth 2021-09-01 21:31:16 +00:00
rustdoc-js fix(rustdoc): generics search 2021-07-01 06:40:27 -07:00
rustdoc-js-std fix(rustdoc): generics search 2021-07-01 06:40:27 -07:00
rustdoc-json rustdoc: Clean up handling of lifetime bounds 2021-09-02 14:27:59 -07:00
rustdoc-ui Auto merge of #88604 - camelid:rustdoc-lifetime-bounds, r=GuillaumeGomez 2021-09-05 12:52:34 +00:00
ui Auto merge of #88161 - michaelwoerister:fix-whole-archive-no-bundle, r=petrochenkov 2021-09-07 12:31:11 +00:00
ui-fulldeps Detect bare blocks with type ascription that were meant to be a struct literal 2021-09-03 14:43:04 +00:00
COMPILER_TESTS.md