about summary refs log tree commit diff
path: root/src/test/compile-fail-fulldeps/proc-macro/auxiliary
AgeCommit message (Expand)AuthorLines
2018-11-30tests: move all proc_macro tests from -fulldeps.Eduard-Mihai Burtescu-639/+0
2018-09-16resolve: Do not error on access to proc macros imported with `#[macro_use]`Vadim Petrochenkov-46/+0
2018-08-23Stabilize a few secondary macro featuresVadim Petrochenkov-11/+0
2018-07-16rustc: Stabilize much of the `proc_macro` featureAlex Crichton-11/+3
2018-05-18rustc: Disallow modules and macros in expansionsAlex Crichton-0/+56
2018-05-16Fix stability annotations for already stable bits of proc macro API 1.1Vadim Petrochenkov-1/+0
2018-05-15TokenTree: Op -> Punct, Term -> IdentVadim Petrochenkov-11/+11
2018-05-14typeck: Save the index of private fieldsDan Robertson-0/+32
2018-04-30Remove usages of Term::as_str and mark it for removalJohn Kåre Alsaker-3/+3
2018-04-20rustc: Tweak custom attribute capabilitiesAlex Crichton-0/+29
2018-04-05Rollup merge of #49597 - alexcrichton:proc-macro-v2, r=petrochenkovAlex Crichton-40/+47
2018-04-03expand macro invocations in `extern {}` blocksAustin Bonander-0/+36
2018-04-02proc_macro: Reorganize public APIAlex Crichton-40/+47
2018-04-02Auto merge of #49124 - abonander:attr-macro-stmt-expr, r=abonanderbors-0/+59
2018-04-02Expand attribute macros on statements and expressions.Austin Bonander-0/+59
2018-03-31proc_macro: Tweak doc comments and negative literalsAlex Crichton-3/+27
2017-12-14Do the same things for fulldeps testsVadim Petrochenkov-23/+0
2017-07-28syntax: Capture a `TokenStream` when parsing itemsAlex Crichton-0/+130
2017-07-28Add a failing test for errors in proc macrosAlex Crichton-0/+24
2017-07-12Reintroduce expansion info for proc macros 1.1Oliver Schneider-0/+23
2017-04-20Don't panic if an attribute macro fails to resolve at crate rootAustin Bonander-0/+23
2017-02-28Implement function-like procedural macros ( `#[proc_macro]`)Austin Bonander-0/+23
2017-02-16Refactor macro resolution errors + add derive macro suggestionsJosh Driver-0/+46
2017-01-16Implement `#[proc_macro_attribute]`Austin Bonander-0/+23
2017-01-06Auto merge of #38792 - jseyfried:improve_macros_11_diagnostics, r=nikomatsakisbors-0/+22
2017-01-03Add regression test.Jeffrey Seyfried-0/+22
2017-01-02rustc: Stabilize the `proc_macro` featureAlex Crichton-13/+0
2016-11-16Add regression test.Jeffrey Seyfried-0/+28
2016-11-10Support `#[macro_reexport]`ing custom derives.Jeffrey Seyfried-1/+1
2016-11-08Allow proc_macro functions to whitelist specific attributesJosh Driver-0/+25
2016-10-15Treat custom derive extern crates like empty modules.Jeffrey Seyfried-25/+0
2016-10-06rustc: Rename rustc_macro to proc_macroAlex Crichton-0/+156