about summary refs log tree commit diff
path: root/src/test/compile-fail/ext-after-attrib.rs
AgeCommit message (Expand)AuthorLines
2013-10-08Allow attributes on macrosAlex Crichton-17/+0
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-2/+2
2012-07-13More consistent use of backticks and "expected" in error messages.Lindsey Kuper-1/+1
2012-05-08Support visibility modifiers and attributes on view itemsMarijn Haverbeke-1/+1
2011-12-19Use quotes around tokens in parser error messages to make them more readableMarijn Haverbeke-1/+1
2011-09-01Convert all uses of #ifmt to #fmt. Issue #855Brian Anderson-2/+2
2011-08-31Convert uses of #fmt to #ifmt. Issue #855Brian Anderson-2/+2
2011-08-03Remove all xfail-stage0 directivesBrian Anderson-1/+0
2011-07-27Fix damage done by the pretty-printerMarijn Haverbeke-6/+8
2011-07-27Reformat for new syntaxMarijn Haverbeke-8/+6
2011-07-24The Big Test Suite OverhaulBrian Anderson-1/+1
2011-06-15test: Add a compile-fail test for attribute/syntax parsingBrian Anderson-0/+8