summary refs log tree commit diff
path: root/src/test/run-pass-fulldeps/proc-macro
AgeCommit message (Expand)AuthorLines
2018-04-02Auto merge of #49124 - abonander:attr-macro-stmt-expr, r=abonanderbors-0/+80
2018-04-02Expand attribute macros on statements and expressions.Austin Bonander-0/+80
2018-03-31proc_macro: Tweak doc comments and negative literalsAlex Crichton-0/+57
2018-02-17fix more typos found by codespell.Matthias Krüger-1/+1
2018-01-22Fix spurious warning on empty proc macro cratesRyan Cumming-0/+31
2017-12-28Prefer to use attr::contains_name() and attr::find_by_name()Seiichi Uchida-2/+3
2017-11-28Fix hygiene bug.Jeffrey Seyfried-0/+64
2017-10-29Add several lints into `unused` lint groupVadim Petrochenkov-0/+1
2017-10-08Auto merge of #45020 - MaloJaffre:needs-test, r=alexcrichtonbors-0/+1
2017-10-05`proc_macro::Span` API improvementsAustin Bonander-0/+107
2017-10-04Fix some E-needstest issues.Malo Jaffré-0/+1
2017-09-27Apply attr proc macros before cfg processingTomas Nilsson-0/+121
2017-08-25rustc: Fix proc_macro expansions on trait methodsAlex Crichton-0/+53
2017-08-08Ignore tests that fail on stage1Malo Jaffré-0/+12
2017-06-26Update and fix a few testsAlex Crichton-3/+3
2017-06-26Address review comments.Jeffrey Seyfried-4/+4
2017-06-26Test compound tokens.Jeffrey Seyfried-0/+56
2017-06-26Add exmaple/test for `quote!` hygiene.Jeffrey Seyfried-0/+82
2017-06-26Add `LazyTokenStream`.Jeffrey Seyfried-1/+1
2017-04-28Unignore tests which work fine now.Mark Simulacrum-1/+1
2017-03-14Add tests.Jeffrey Seyfried-7/+13
2017-03-02Rollup merge of #40129 - abonander:proc_macro_bang, r=jseyfriedCorey Farwell-0/+46
2017-02-28Implement function-like procedural macros ( `#[proc_macro]`)Austin Bonander-0/+46
2017-02-28Add regression test.Jeffrey Seyfried-0/+49
2017-02-22Don't assume plugin-whitelisted attributes are proc macro attributesAustin Bonander-0/+83
2017-02-12Allow using inert attributes from `proc_macro_derive`s with `#![feature(proc_...Jeffrey Seyfried-3/+1
2017-01-20Rollup merge of #38842 - abonander:proc_macro_attribute, r=jseyfriedAlex Crichton-4/+60
2017-01-19Add doctest to the proc-macro derive-testJosh-0/+3
2017-01-16Implement `#[proc_macro_attribute]`Austin Bonander-0/+56
2017-01-15Refactor `proc_macro::TokenStream` to use `syntax::tokenstream::TokenStream`;...Austin Bonander-4/+4
2017-01-02rustc: Stabilize the `proc_macro` featureAlex Crichton-41/+1
2016-12-31Style fixesJosh Driver-2/+1
2016-12-31Stop macro calls in structs for proc_macro_derive from panicingJosh Driver-0/+53
2016-12-02Allow --test to be used on proc-macro cratesJosh Driver-0/+30
2016-11-10Auto merge of #37645 - jseyfried:fix_crate_var_in_custom_derives, r=nrcbors-0/+51
2016-11-10Add regression test.Jeffrey Seyfried-0/+51
2016-11-10Test `#[macro_reexport]`ing custom derives.Jeffrey Seyfried-0/+38
2016-11-08Allow proc_macro functions to whitelist specific attributesJosh Driver-15/+70
2016-10-10Test derive expansion ordering.Jeffrey Seyfried-1/+2
2016-10-06rustc: Rename rustc_macro to proc_macroAlex Crichton-0/+380