rust/src/test
bors 426711d11c Auto merge of #43786 - scalexm:issue-43784, r=nikomatsakis
Elaborate trait obligations when typechecking impls

When typechecking trait impl declarations, we only checked that bounds explictly written on the trait declaration hold.

We now also check that bounds which would have been implied by the trait reference do hold.

Fixes #43784.
2017-08-25 02:43:20 +00:00
..
codegen Auto merge of #43488 - Florob:repeat-opt, r=arielb1 2017-08-06 08:09:59 +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 #43786 - scalexm:issue-43784, r=nikomatsakis 2017-08-25 02:43:20 +00:00
compile-fail-fulldeps Rollup merge of #43744 - MaloJaffre:stage1-test, r=Mark-Simulacrum 2017-08-11 10:20:24 +02:00
debuginfo Pretty-printers tests: gdbr -> gdb 2017-06-09 18:51:28 +03:00
incremental Detect implicitly defined late bound lifetime parameters as well 2017-07-18 00:12:48 +03:00
mir-opt emit StorageLive for box temporaries 2017-08-14 14:10:05 +03:00
parse-fail syntax: Relax path grammar 2017-08-11 02:06:27 +03:00
pretty
run-fail Add tests for issues with the E-needstest label 2017-07-25 12:23:16 +09:00
run-fail-fulldeps Implement a file-path remapping feature in support of debuginfo and reproducible builds. 2017-04-26 15:44:02 +02:00
run-make save-analysis: Remove path span extraction methods from SpanUtils 2017-08-14 18:14:49 +08:00
run-pass Rollup merge of #44047 - cuviper:union-basic-endian, r=petrochenkov 2017-08-23 08:44:29 -04:00
run-pass-fulldeps Update ignored tests for dynamic musl 2017-08-22 16:24:29 -05:00
run-pass-valgrind Move unsized_tuple_coercion behind a feature gate. 2017-06-29 21:25:35 +09:00
rustdoc Exclude impl Trait functions from everybody_loops. 2017-08-15 14:35:43 +08:00
ui Fix fallout in tests. 2017-08-22 15:50:21 -07:00
ui-fulldeps rustc: Rearchitect lints to be emitted more eagerly 2017-08-09 09:13:51 -07: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