about summary refs log tree commit diff
path: root/src/test/run-pass/explicit-self-objects-ext-3.rs
AgeCommit message (Expand)AuthorLines
2013-03-06Make object types not implement associated trait. Fixes #5087.Niko Matsakis-39/+0
2013-02-28Remove legacy object creation mode, and convert remaining uses of itNiko Matsakis-1/+1
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-1/+1
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-2/+2
2013-02-04Merge remote-tracking branch 'bstrie/rimov' into incomingBrian Anderson-3/+3
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-30Repair RIMOV damage to run-passBen Striegel-1/+1
2013-01-30RIMOV, round 5Ben Striegel-2/+2
2013-01-30RIMOV, round 3Ben Striegel-1/+1
2012-12-13librustc: Fix explicit self for objects in more cases. r=nmatsakisPatrick Walton-0/+39