summary refs log tree commit diff
path: root/src/test/compile-fail/attr-before-ext.rs
AgeCommit message (Expand)AuthorLines
2013-05-20detect unused attrs in one more place, allow parsing to continue for allJohn Clements-2/+2
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-11-29Forbid attrs on macros, since we don't handle them properly yet.Paul Stansifer-1/+1
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-1/+1
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-1/+1
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-1/+1
2012-01-15rustc: Parse fn inner attributes. Closes #1506Brian Anderson-0/+4