summary refs log tree commit diff
path: root/src/test/run-pass/static-methods-in-traits2.rs
AgeCommit message (Expand)AuthorLines
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