about summary refs log tree commit diff
path: root/src/test/compile-fail/macro-inner-attributes.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-30/+0
2016-04-07Fix fallout in testsJeffrey Seyfried-1/+0
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2015-02-16Add custom_attribute gate to tests which need themManish Goregaokar-0/+2
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-3/+3
2014-12-12Add support for equality constraints on associated typesNick Cameron-1/+1
2014-06-18rustc: reduce redundant resolve errors.Kevin Butler-3/+2
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-28syntax: Accept meta matchers in macrosAlex Crichton-2/+2
2014-02-07Added tests to make tidyDerek Guenther-0/+10
2013-10-06Add appropriate #[feature] directives to testsAlex Crichton-0/+2
2013-08-08Allow attributes to appear as macro argumentsNiko Matsakis-0/+21