rust/src/test
James Miller ec2e05194f Resolve the callee type in check_call before autoderef
If the callee type is an associated type, then it needs to be normalized
before trying to deref it. This matches the behaviour of
`check_method_call` for autoderef behaviour in calls.

Fixes #36786
2016-09-29 17:07:03 +13:00
..
codegen Auto merge of #36151 - camlorn:struct_layout_optimization, r=eddyb 2016-09-25 18:47:00 -07:00
codegen-units Auto merge of #36551 - eddyb:meta-games, r=nikomatsakis 2016-09-21 19:17:24 -07:00
compile-fail Auto merge of #36661 - jneem:master, r=nrc 2016-09-26 14:26:18 -07:00
compile-fail-fulldeps Remove irrelevant test. 2016-09-15 21:17:21 +00:00
debuginfo Add s390x support 2016-09-09 22:28:19 +01:00
incremental ICH: Add ability to test the ICH of exported metadata items. 2016-09-23 17:23:23 -04:00
mir-opt librustc_mir: Propagate constants during copy propagation. 2016-09-24 10:47:33 -07:00
parse-fail Remove parsing of obsolete pre-1.0 syntaxes 2016-09-13 23:33:50 +03:00
pretty Implement RFC#1559: allow all literals in attributes. 2016-08-25 13:25:22 -07:00
run-fail Auto merge of #34942 - porglezomp:master, r=sfackler 2016-09-19 19:03:52 -07:00
run-fail-fulldeps Refactor ExtCtxt to use a Resolver instead of a MacroLoader. 2016-09-13 05:31:16 +00:00
run-make Adapt run-make/sep-comp-inlining test case to new behaviour 2016-09-15 14:46:35 -04:00
run-pass Resolve the callee type in check_call before autoderef 2016-09-29 17:07:03 +13:00
run-pass-fulldeps Auto merge of #36154 - nrc:proc-macro-init, r=@jseyfried 2016-09-22 16:33:41 -07:00
run-pass-valgrind Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. 2016-08-24 13:23:37 +03:00
rustdoc Auto merge of #36293 - liigo:docblock-short, r=steveklabnik 2016-09-14 15:39:23 -07:00
ui Rollup merge of #36498 - jonathandturner:macro_std_lib, r=nikomatsakis 2016-09-24 00:15:44 +02:00