summary refs log tree commit diff
path: root/src/test/run-pass/macro-attribute-expansion.rs
AgeCommit message (Expand)AuthorLines
2015-01-05Un-gate macro_rulesKeegan McAllister-2/+0
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-2/+2
2014-11-30Add test for expanding doc strings in macros.Alexander Light-0/+29