about summary refs log tree commit diff
path: root/src/test/run-pass/class-attributes-1.rs
AgeCommit message (Expand)AuthorLines
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-12syntax: remove remaining #syntaxext machinery. Close #3516.Graydon Hoare-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-11-29librustc: Make the Drop trait use explicit selfPatrick Walton-1/+1
2012-11-14Convert the test suite to use the Drop traitBen Striegel-2/+6
2012-09-06Remove struct ctorsBrian Anderson-2/+3
2012-08-25Update test for new struct field syntax (fixes build breakage)Tim Chevalier-1/+1
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-1/+1
2012-08-16Another attempt on class-attribute-1.rs.Graydon Hoare-1/+1
2012-08-16s/class/struct/ in a failing test.Graydon Hoare-1/+1
2012-07-30Update tests for macro syntax change.Paul Stansifer-1/+1
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-1/+1
2012-07-17Support attributes on class ctors and dtorsTim Chevalier-0/+11