about summary refs log tree commit diff
path: root/src/test/auxiliary/trait_inheritance_auto_xc_aux.rs
AgeCommit message (Expand)AuthorLines
2016-05-06kill the old auxiliary directoryNiko Matsakis-17/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-3/+3
2014-01-18Disallow implementation of cross-crate priv traitsAlex Crichton-4/+4
2013-03-13librustc: Remove implicit self from the language, except for old-style drop b...Patrick Walton-3/+3
2013-03-05libsyntax: Separate multiple inherited traits with `+`Patrick Walton-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-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-12-07Trait constraints are separated by space, not commaBrian Anderson-1/+1
2012-11-29Implement trait inheritance for bounded type parametersBrian Anderson-0/+7