summary refs log tree commit diff
path: root/src/libsyntax_ext/deriving/custom.rs
AgeCommit message (Expand)AuthorLines
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