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