rust/src/test
bors 7c71bc3208 Auto merge of #60262 - michaelwoerister:pgo-preinlining-pass, r=alexcrichton
PGO: Add a run-make test that makes sure that PGO profiling data is used by the compiler during optimizations.

From the tests comment section:
```
# This test makes sure that PGO profiling data leads to cold functions being
# marked as `cold` and hot functions with `inlinehint`.
# The test program contains an `if` were actual execution only ever takes the
# `else` branch. Accordingly, we expect the function that is never called to
# be marked as cold.
```

r? @alexcrichton
2019-04-30 19:52:13 +00:00
..
assembly Remove double trailing newlines 2019-04-22 16:57:01 +01:00
auxiliary Remove licenses 2018-12-25 21:08:33 -07:00
codegen Rollup merge of #60038 - michaelwoerister:pgo-updates-2, r=alexcrichton 2019-04-25 03:05:22 +02:00
codegen-units Remove unnecessary ignore-tidy-linelength 2019-04-23 11:42:14 +01:00
compile-fail Stabilize futures_api 2019-04-23 16:13:53 -07:00
debuginfo Remove unnecessary ignore-tidy-linelength 2019-04-23 11:42:14 +01:00
incremental Remove unnecessary ignore-tidy-linelength 2019-04-23 11:42:14 +01:00
mir-opt Evaluate hair::ExprKind::Use in into 2019-04-24 19:38:02 +01:00
pretty rustc: pass Option<&Substs> and Namespace around in ty::item_path. 2019-03-15 13:25:10 +02:00
run-fail Remove double trailing newlines 2019-04-22 16:57:01 +01:00
run-make Introduce assembly tests 2019-02-27 23:33:05 +01:00
run-make-fulldeps Work around missing tac command on macOS in PGO run-make test. 2019-04-30 17:38:01 +02:00
run-pass Rollup merge of #60360 - rasendubi:const-labeled-break, r=Centril 2019-04-29 22:22:46 +02:00
run-pass-fulldeps Use sysroot libserialize in newtype_index test 2019-04-21 15:58:06 +02:00
run-pass-valgrind Remove licenses 2018-12-25 21:08:33 -07:00
rustdoc Make "Implementations on Foreign Types" items in sidebar link to specific impls 2019-04-26 22:39:00 +03:00
rustdoc-js Auto merge of #59910 - Centril:rollup-yjv7b06, r=Centril 2019-04-12 11:46:01 +00:00
rustdoc-js-std Rename rustdoc js test suites 2019-02-25 17:46:06 +01:00
rustdoc-ui Rollup merge of #59940 - GuillaumeGomez:rustdoc-test, r=ollie27 2019-04-26 03:50:13 +02:00
rustfix tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
ui Auto merge of #60159 - estebank:type-mismatch-cast, r=oli-obk 2019-04-30 12:28:11 +00:00
ui-fulldeps Update *.stderr files 2019-04-28 21:19:26 +02:00
COMPILER_TESTS.md