| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-01-22 | Refactor `TokenStream`. | Jeffrey Seyfried | -72/+0 | |
| 2016-11-20 | Move `syntax::util::interner` -> `syntax::symbol`, cleanup. | Jeffrey Seyfried | -1/+2 | |
| 2016-09-22 | Adds a `ProcMacro` form of syntax extension | Nick 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-16 | Proc_macro is alive | cgswords | -0/+69 | |
