summary refs log tree commit diff
path: root/src/test/run-pass/method-attributes.rs
AgeCommit message (Expand)AuthorLines
2013-03-13librustc: Remove implicit self from the language, except for old-style drop b...Patrick Walton-4/+4
2013-02-13libsyntax: Pretty print using the new impl syntax. r=brsonPatrick Walton-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-08-08Convert impls to new syntaxBrian Anderson-1/+1
2012-07-31Change remaining "iface" occurrences to "trait"; deprecate "iface"Lindsey Kuper-1/+1
2012-07-17rustc: Implement and enforce instance coherencePatrick Walton-1/+1
2012-01-30rustc: Allow attributes on methods. Closes #1709Brian Anderson-0/+24