| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-02-12 | Allow using inert attributes from `proc_macro_derive`s with ↵ | Jeffrey Seyfried | -135/+35 | |
| `#![feature(proc_macro)]`. | ||||
| 2017-02-12 | Move legacy custom derives collection into `resolver.find_attr_invoc()`. | Jeffrey Seyfried | -35/+1 | |
| 2017-02-05 | Move derive macro expansion into the MacroExpander | Josh Driver | -0/+218 | |
| This removes the expand_derives function, and sprinkles the functionality throughout the Invocation Collector, Expander and Resolver. | ||||
