about summary refs log tree commit diff
path: root/src/libsyntax_ext/deriving/custom.rs
AgeCommit message (Expand)AuthorLines
2019-03-16syntax: Do not accidentally treat multi-segment meta-items as single-segmentVadim Petrochenkov-3/+5
2019-02-18Remove `LazyTokenStream`.Nicholas Nethercote-1/+2
2019-02-13Cleanup importsTaiki Endo-1/+1
2019-02-13Rename rustc_errors dependency in rust 2018 cratesTaiki Endo-1/+1
2019-02-04libsyntax_ext => 2018Taiki Endo-7/+8
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-19Remove `eliminate_crate_var` and special pretty-printing for `$crate`Vadim Petrochenkov-1/+0
2018-11-30proc_macro: move the rustc server to syntax_ext.Eduard-Mihai Burtescu-1/+1
2018-11-30proc_macro: remove the __internal module.Eduard-Mihai Burtescu-7/+5
2018-11-30proc_macro: introduce a "bridge" between clients (proc macros) and servers (c...Eduard-Mihai Burtescu-28/+37
2018-10-26Remove redundant cloneShotaro Yamada-1/+1
2018-08-19mv (mod) codemap source_mapDonato Sciarra-1/+1
2018-06-18Add ability to apply custom derive to union types.Steve Pentland-3/+4
2018-05-02Remove Option from the return type of Attribute::name()Seiichi Uchida-5/+3
2018-04-03expand macro invocations in `extern {}` blocksAustin Bonander-0/+1
2018-04-02Expand attribute macros on statements and expressions.Austin Bonander-1/+3
2018-01-26Do not capture stderr in the compiler. Instead just panic silently for fatal ...John Kåre Alsaker-3/+3
2017-11-25Fix proc_macro output with struct parse errorEsteban Küber-1/+7
2017-06-26Simplify `hygiene::Mark` application, andJeffrey Seyfried-11/+4
2017-03-14Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`.Jeffrey Seyfried-3/+5
2017-02-12Allow using inert attributes from `proc_macro_derive`s with `#![feature(proc_...Jeffrey Seyfried-5/+3
2017-02-05Move derive macro expansion into the MacroExpanderJosh Driver-4/+4
2017-02-05Rename CustomDerive to ProcMacroDerive for macros 1.1Josh Driver-9/+9
2017-01-15Refactor `proc_macro::TokenStream` to use `syntax::tokenstream::TokenStream`;...Austin Bonander-2/+15
2016-12-31Style fixesJosh Driver-2/+1
2016-12-31Stop macro calls in structs for proc_macro_derive from panicingJosh Driver-1/+4
2016-12-06annotate stricter lifetimes on LateLintPass methods to allow them to forward ...Oliver Schneider-2/+1
2016-11-20Refactor `MetaItemKind` to use `Name`s instead of `InternedString`s.Jeffrey Seyfried-6/+3
2016-11-10Elimite `$crate` before invokng custom derives.Jeffrey Seyfried-1/+1
2016-11-08Revert "Point macros 1.1 errors to the input item"Josh Driver-17/+3
2016-11-08Allow proc_macro functions to whitelist specific attributesJosh Driver-11/+33
2016-10-06rustc: Rename rustc_macro to proc_macroAlex Crichton-1/+1
2016-09-23reviewer comments and rebasingNick Cameron-12/+1
2016-09-09Add ExpnId to expanded procedural macro codeDavid Tolnay-4/+16
2016-09-06Point macros 1.1 errors to the input itemDavid Tolnay-2/+3
2016-09-02rustc: Implement custom derive (macros 1.1)Alex Crichton-0/+97