about summary refs log tree commit diff
path: root/src/libsyntax/ext/proc_macro_shim.rs
AgeCommit message (Collapse)AuthorLines
2017-01-22Refactor `TokenStream`.Jeffrey Seyfried-72/+0
2016-11-20Move `syntax::util::interner` -> `syntax::symbol`, cleanup.Jeffrey Seyfried-1/+2
2016-09-22Adds a `ProcMacro` form of syntax extensionNick Cameron-2/+4
This commit adds syntax extension forms matching the types for procedural macros 2.0 (RFC #1566), these still require the usual syntax extension boiler plate, but this is a first step towards proper implementation and should be useful for macros 1.1 stuff too. Supports both attribute-like and function-like macros.
2016-08-16Proc_macro is alivecgswords-0/+69