summary refs log tree commit diff
path: root/src/test/run-pass/macro-attributes.rs
AgeCommit message (Expand)AuthorLines
2015-03-02Fix unknown attribute in testManish Goregaokar-0/+2
2015-01-05Un-gate macro_rulesKeegan McAllister-2/+0
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-1/+1
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-1/+1
2014-03-28syntax: Accept meta matchers in macrosAlex Crichton-2/+2
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2013-10-10syntax: allow macros to expand to items with attributes.Huon Wilson-0/+35