summary refs log tree commit diff
path: root/src/test/run-pass/trait-object-generics.rs
AgeCommit message (Expand)AuthorLines
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-2/+3
2014-02-07Added tests to make tidyDerek Guenther-1/+2
2014-02-07Removed @self and @Trait.Eduard Burtescu-4/+2
2013-10-23register snapshotsDaniel Micay-0/+2
2013-09-25Fix run-pass tests to have 'pub fn main'Alex Crichton-1/+1
2013-08-22Don't do a bogus substitution on the transformed self ty for objects. Closes ...Michael Sullivan-0/+20
2013-08-22Substitute into the impl method rather than the trait method when emitting vt...Michael Sullivan-0/+26