rust/src/test
Alex Crichton d11f2b3aea rollup merge of #21089: nikomatsakis/issue-20676-invalid-vtable-for-object
Support UFCS style calls to a method defined in `Trait` where `Self` is bound to a trait object. Fixes #20676.

r? @alexcrichton
2015-01-15 14:11:45 -08:00
..
auxiliary Syntax extensions on trait and impl items. 2015-01-15 08:58:44 +13:00
bench cleanup: &foo[0..a] -> &foo[..a] 2015-01-12 17:59:37 -05:00
codegen librustc: Forbid private types in public APIs. 2014-09-22 20:05:45 -07:00
compile-fail rollup merge of #21088: aochagavia/obsolete 2015-01-15 14:11:44 -08:00
compile-fail-fulldeps Update the compile-fail-fulldeps tests with new isize/usize literal suffixes. 2015-01-08 11:02:24 -05:00
debuginfo rustc_trans: Fix type projection debuginfo 2015-01-11 21:39:03 -08:00
pretty More test fixes and rebase conflicts 2015-01-07 20:08:37 -08:00
run-fail fallout: run-fail tests that use box. (many/all could be ported to Box::new instead.) 2015-01-08 02:37:58 +01:00
run-make graphviz-flowgraph tests: use new --xpretty flowgraph,unlabelled option. 2015-01-13 13:46:29 +01:00
run-pass rollup merge of #21089: nikomatsakis/issue-20676-invalid-vtable-for-object 2015-01-15 14:11:45 -08:00
run-pass-fulldeps Syntax extensions on trait and impl items. 2015-01-15 08:58:44 +13:00
run-pass-valgrind Test fixes and rebase conflicts 2015-01-07 19:27:27 -08:00