rust/src/test
David Wood 799d52eff7
tests: add regression test for #74614
This commit adds a regression test for #74614 so that it is fixed before
polymorphisation is re-enabled.

Signed-off-by: David Wood <david@davidtw.co>
2020-07-22 15:36:26 +01:00
..
assembly Add initial asm!() support for hexagon 2020-06-16 08:58:13 -05:00
auxiliary test: Fix warnings in rust_test_helpers.c 2020-05-06 23:54:05 +03:00
codegen Test codegen of compare_exchange operations 2020-07-17 00:00:00 +00:00
codegen-units sess: disable polymorphisation 2020-07-22 15:36:24 +01:00
compile-fail rustc_metadata: Make crate loading fully speculative 2020-07-18 14:06:04 +04:00
debuginfo Modify type names on MSVC to make tuples .natvis compatible. 2020-06-24 19:28:12 -07:00
incremental Rename TypeckTables to TypeckResults. 2020-07-17 08:47:04 +00:00
mir-opt Auto merge of #74091 - richkadel:llvm-coverage-map-gen-4, r=tmandry 2020-07-19 07:25:18 +00:00
pretty Make fmt::Arguments::as_str() return a 'static str. 2020-07-17 17:56:55 +02:00
run-make Fix src/test/run-make/static-pie/test-aslr.rs 2020-07-13 11:33:03 +02:00
run-make-fulldeps Auto merge of #74091 - richkadel:llvm-coverage-map-gen-4, r=tmandry 2020-07-19 07:25:18 +00:00
run-pass-valgrind
rustdoc Only skip impls of foreign unstable traits 2020-07-19 16:39:20 -04:00
rustdoc-js rustdoc: Fix doc aliases with crate filtering 2020-06-23 09:27:37 +01:00
rustdoc-js-std Make current crate aliases go first 2020-05-14 11:36:02 +02:00
rustdoc-ui Fix invalid lint 2020-07-16 18:26:58 -04:00
rustfix
ui tests: add regression test for #74614 2020-07-22 15:36:26 +01:00
ui-fulldeps rustc_metadata: Make crate loading fully speculative 2020-07-18 14:06:04 +04:00
COMPILER_TESTS.md