summary refs log tree commit diff
path: root/src/test/run-pass/deriving-in-macro.rs
AgeCommit message (Expand)AuthorLines
2016-10-31Changed most vec! invocations to use square bracesiirelu-1/+1
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-01-05Un-gate macro_rulesKeegan McAllister-2/+0
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-2/+2
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-1/+1
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-2/+2
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-1/+1
2013-11-17Add a test for #6976Corey Richardson-0/+24