summary refs log tree commit diff
path: root/src/test/run-pass/macro-multiple-items.rs
AgeCommit message (Expand)AuthorLines
2016-10-18Fix some pretty printing testsVadim Petrochenkov-2/+0
2015-01-05Un-gate macro_rulesKeegan McAllister-2/+0
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-2/+2
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-2/+2
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-1/+1
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2013-11-26Support multiple item macrosSteven Fackler-0/+29