rust/src/test
Rich Kadel 1db44afecd Ensure profiling runtime for -Zinstrument-coverage
If config.toml `profiler = false`, the test/mir-opt/instrument_coverage
test is ignored. Otherwise, this patch ensures the profiler_runtime is
loaded when -Zinstrument-coverage is enabled. Confirmed that this works
for MacOS.
2020-06-16 18:48:46 -07:00
..
assembly Added comment about static variables 2020-05-24 08:20:40 +02:00
auxiliary test: Fix warnings in rust_test_helpers.c 2020-05-06 23:54:05 +03:00
codegen removed experiments for cleaner github PR 2020-06-15 16:50:10 -07:00
codegen-units
compile-fail Add Option to Force Unwind Tables 2020-05-04 12:08:35 +01:00
debuginfo Implement new gdb/lldb pretty-printers 2020-06-09 16:13:11 +03:00
incremental Auto merge of #72520 - jonas-schievink:cleanup-userty, r=matthewjasper 2020-05-25 06:17:15 +00:00
mir-opt Ensure profiling runtime for -Zinstrument-coverage 2020-06-16 18:48:46 -07:00
pretty pretty/asm.rs should only be tested for x86_64 and not AArch64 2020-06-13 00:41:39 -07:00
run-make Use Cell::take in a couple places 2020-04-26 11:50:53 +02:00
run-make-fulldeps Rollup merge of #72952 - pnkfelix:regression-test-for-issue-70924, r=nikomatsakis 2020-06-07 18:11:27 +02:00
run-pass-valgrind
rustdoc Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis 2020-06-15 04:10:24 +00:00
rustdoc-js Make current crate aliases go first 2020-05-14 11:36:02 +02:00
rustdoc-js-std Make current crate aliases go first 2020-05-14 11:36:02 +02:00
rustdoc-ui remove extra space from crate-level doctest names 2020-05-15 23:56:23 -04:00
rustfix
ui Auto merge of #73369 - RalfJung:rollup-hl8g9zf, r=RalfJung 2020-06-15 11:39:23 +00:00
ui-fulldeps Fix pprust-expr-roundtrip 2020-06-10 17:30:11 -04:00
COMPILER_TESTS.md