rust/src/test
bors e3c8433ebb Auto merge of #43183 - michaelwoerister:internalize-symbols-without-llvm, r=eddyb
trans: Internalize symbols without relying on LLVM

This PR makes the compiler use the information gather by the trans collector in order to determine which symbols/trans-items can be made internal. This has the advantages:
+ of being LLVM independent,
+ of also working in incremental mode, and
+ of allowing to not keep all LLVM modules in memory at the same time.

This is in preparation for fixing issue #39280.

cc @rust-lang/compiler
2017-07-21 02:24:18 +00:00
..
codegen powerpc: Ignore the stack-probes test 2017-07-18 08:50:58 +00:00
codegen-units Adapt cgu-partitioning tests to pre-trans symbol internalization. 2017-07-13 13:29:25 +02:00
compile-fail Auto merge of #43270 - petrochenkov:fixstab, r=alexcrichton 2017-07-20 09:01:58 +00:00
compile-fail-fulldeps Auto merge of #43270 - petrochenkov:fixstab, r=alexcrichton 2017-07-20 09:01:58 +00:00
debuginfo
incremental Detect implicitly defined late bound lifetime parameters as well 2017-07-18 00:12:48 +03:00
mir-opt
parse-fail Store all generic arguments for method calls in AST 2017-07-10 00:20:25 +03:00
pretty
run-fail
run-fail-fulldeps
run-make Auto merge of #42711 - Firstyear:san-on-dylib, r=alexcrichton 2017-07-17 17:02:18 +00:00
run-pass Auto merge of #42859 - eddyb:const-size-and-align-of, r=nikomatsakis 2017-07-19 16:58:02 +00:00
run-pass-fulldeps
run-pass-valgrind
rustdoc
ui Auto merge of #43251 - gaurikholkar:span_reorder, r=nikomatsakis 2017-07-20 03:36:14 +00:00
ui-fulldeps Change some helps to suggestions 2017-07-17 10:03:37 +02:00
COMPILER_TESTS.md Merge ui/README.md into COMPILER_TESTS.md and describe how custom UI normalization works. 2017-07-11 16:57:53 +08:00