summary refs log tree commit diff
path: root/src/test/run-pass/static-methods-in-traits2.rs
AgeCommit message (Expand)AuthorLines
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2014-02-07Added tests to make tidyDerek Guenther-0/+10
2013-10-01remove the `float` typeDaniel Micay-6/+6
2013-03-22test: Remove `pure` from the test suitePatrick Walton-4/+4
2013-03-22librustc: Remove all uses of `static` from functions. rs=destaticPatrick Walton-2/+2
2013-02-27librustc: Forbid `pub` or `priv` before trait implementationsPatrick Walton-2/+2
2013-02-15librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...Patrick Walton-2/+2
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-30librustc: Change `self` as a type to `Self` everywhere. r=brsonPatrick Walton-2/+2
2012-12-12Fix vtable calculations when translating static methods. Closes #4165Brian Anderson-0/+19