summary refs log tree commit diff
path: root/src/test/run-pass/static-method-test.rs
AgeCommit message (Expand)AuthorLines
2012-09-23Make it illegal to use modes in a fn signature with providingNiko Matsakis-4/+4
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-1/+1
2012-09-19xfail-fast the legacy_mode run-pass testsBrian Anderson-0/+1
2012-09-18rustc: Remove legacy mode inference, unless #[legacy_modes] is usedPatrick Walton-0/+1
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-1/+1
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-3/+6
2012-08-15Convert more core types to camel caseBrian Anderson-1/+1
2012-08-08Convert impls to new syntaxBrian Anderson-4/+4
2012-08-07Implement static typeclass methods. Closes #3132.Michael Sullivan-0/+79