rust/src/test
bors c88992d001 Auto merge of #50000 - michaelwoerister:cross-lang-lto, r=alexcrichton
Add some groundwork for cross-language LTO.

Implements part of #49879:
- Adds a `-Z cross-lang-lto` flag to rustc
- Makes sure that bitcode is embedded in object files if the flag is set.

This should already allow for using cross language LTO for staticlibs (where one has to invoke the linker manually anyway). However, `rustc` will not try to enable LTO for its own linker invocations yet.

r? @alexcrichton
2018-05-07 08:41:07 +00:00
..
auxiliary Remove directory src/rt 2018-02-24 16:45:39 +03:00
codegen Auto merge of #48786 - nagisa:fp, r=nikomatsakis 2018-05-01 08:05:51 +00:00
codegen-units Add codegen-units test for shared-generics. 2018-04-06 12:14:08 +02:00
compile-fail in which the must-use additional messaging is tucked into a note 2018-05-06 21:51:23 -07:00
compile-fail-fulldeps fix tests 2018-05-02 12:05:18 +02:00
debuginfo Mark SingleVariant as repr(u8) in c-style-enum 2018-04-26 16:22:18 +02:00
incremental Don't recurse into allocations, use a global table instead 2018-04-14 12:21:46 +02:00
incremental-fulldeps Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00
mir-opt Update mir-opt test to reflect change to MIR code-generation. 2018-05-04 13:17:13 +02:00
parse-fail Rollup merge of #49699 - zesterer:master, r=joshtriplett 2018-04-17 18:43:13 +02:00
pretty Remove all unstable placement features 2018-04-03 11:02:34 +02:00
run-fail dyn_trait feature-gate just for stage0 2018-04-27 10:04:58 -05:00
run-fail-fulldeps Remove syntax and syntax_pos thread locals 2018-03-14 11:56:01 +01:00
run-make Fix Mac OS section name for LLVM bitcode. 2018-05-07 09:52:38 +02:00
run-make-fulldeps Fix libtest-json test 2018-05-05 07:17:45 +02:00
run-pass Auto merge of #50435 - cuviper:rm-lookup_host, r=sfackler 2018-05-04 12:12:05 +00:00
run-pass-fulldeps fix tests 2018-05-02 12:05:18 +02:00
run-pass-valgrind
rustdoc rustdoc: Resolve nested impl Traits 2018-05-03 22:34:10 +09:00
rustdoc-js Rollup merge of #50320 - GuillaumeGomez:fix-search-path-generation, r=QuietMisdreavus 2018-05-04 04:28:00 +08:00
rustdoc-ui Remove unwanted auto-linking and update 2018-04-16 23:37:11 +02:00
rustfix test: Make a dedicated testsuite for rustfix 2018-05-04 15:01:28 -07:00
ui in which the must-use additional messaging is tucked into a note 2018-05-06 21:51:23 -07:00
ui-fulldeps rustc: Tweak custom attribute capabilities 2018-04-20 19:56:16 -07:00
COMPILER_TESTS.md Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00