summary refs log tree commit diff
path: root/src/test/run-pass/traits-default-method-self.rs
AgeCommit message (Expand)AuthorLines
2013-07-11Take default methods out from behind the flag.Michael Sullivan-1/+0
2013-06-12Properly translate calls to default methods in a number of cases. Closes #4350.Michael Sullivan-3/+1
2013-05-08testsuite: update a test for #4350ILyoan-5/+5
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1/+1
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-08-31Tag things that have to do with default methods with issue #2794.Lindsey Kuper-1/+1
2012-08-17Default methods with self-calls make it as far as trans.Lindsey Kuper-3/+1
2012-08-14Add xfail'd test for a default method containing 'self'.Lindsey Kuper-0/+21