summary refs log tree commit diff
path: root/src/test/run-pass/class-attributes-1.rs
AgeCommit message (Expand)AuthorLines
2015-02-16Add custom_attribute gate to tests which need themManish Goregaokar-0/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-2/+2
2014-05-24Get "make check" to work with unused-attributeSteven Fackler-0/+1
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-3/+3
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-1/+1
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+1
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-09-30rpass: Remove usage of fmt!Alex Crichton-1/+1
2013-09-16switch Drop to `&mut self`Daniel Micay-1/+1
2013-06-25Change finalize -> drop.Luqman Aden-1/+1
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