about summary refs log tree commit diff
path: root/src/test/compile-fail/staticness-mismatch.rs
AgeCommit message (Expand)AuthorLines
2013-04-10tests: changes in response to #5656Niko Matsakis-1/+1
2013-03-22librustc: Remove all uses of `static` from functions. rs=destaticPatrick Walton-1/+1
2013-03-13librustc: Remove implicit self from the language, except for old-style drop b...Patrick 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-11-15Make staticness mismatch a fatal errorTim Chevalier-1/+1
2012-08-08Convert impls to new syntaxBrian Anderson-1/+1
2012-08-07Implement static typeclass methods. Closes #3132.Michael Sullivan-0/+10