about summary refs log tree commit diff
path: root/src/test/compile-fail/vtable-res-trait-param.rs
AgeCommit message (Expand)AuthorLines
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-1/+1
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-1/+1
2015-01-31Kill more `isize`sTobias Bucher-1/+1
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-2/+2
2015-01-08Update compile fail tests to use isize.Huon Wilson-5/+5
2014-09-15Update error messages in compile-fail testsNiko Matsakis-2/+1
2014-08-17librustc: Allow trait bounds on structures and enumerations, and checkPatrick Walton-0/+1
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-13test: Fix tests. rs=testsPatrick Walton-1/+1
2013-03-13librustc: Remove implicit self from the language, except for old-style drop b...Patrick Walton-3/+3
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1/+1
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-3/+3
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-03test: Fix error message in vtable-res-trait-paramPatrick Walton-1/+1
2012-08-20Do vtable resolution for *all* method calls, not just statically resolved one...Michael Sullivan-0/+23