about summary refs log tree commit diff
path: root/src/test/auxiliary/anon_trait_static_method_lib.rs
AgeCommit message (Collapse)AuthorLines
2016-05-06kill the old auxiliary directoryNiko Matsakis-19/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
Now that support has been removed, all lingering use cases are renamed.
2014-03-31rpass/cfail: Update field privacy where necessaryAlex Crichton-1/+1
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-2/+2
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-03-22librustc: Remove all uses of `static` from functions. rs=destaticPatrick Walton-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-18rustc: Implement intra-crate static methods on anonymous trait ↵Patrick Walton-0/+10
implementations. r=nmatsakis