about summary refs log tree commit diff
path: root/src/test/compile-fail-fulldeps/proc-macro/proc-macro-gates.rs
AgeCommit message (Expand)AuthorLines
2018-11-30tests: move all proc_macro tests from -fulldeps.Eduard-Mihai Burtescu-71/+0
2018-10-02Merge the `proc_macro_` expansion feature gates into a single `proc_macro_hyg...jeb-5/+1
2018-09-10Feature gate non-builtin attributes in inner attribute positionVadim Petrochenkov-1/+2
2018-08-23Stabilize a few secondary macro featuresVadim Petrochenkov-6/+0
2018-08-20resolve: Consolidate error reporting for resolved macros in `fn resolve_macro...Vadim Petrochenkov-1/+1
2018-08-15syntax: Enforce attribute grammar in the parserVadim Petrochenkov-6/+0
2018-08-06Enable macro modularization implicitly if one of "advanced" macro features is...Vadim Petrochenkov-1/+1
2018-07-16rustc: Stabilize much of the `proc_macro` featureAlex Crichton-1/+1
2018-05-18rustc: Disallow modules and macros in expansionsAlex Crichton-0/+3
2018-04-30Add a few more tests for proc macro feature gatingVadim Petrochenkov-13/+42
2018-04-20rustc: Tweak custom attribute capabilitiesAlex Crichton-0/+54