summary refs log tree commit diff
path: root/src/libproc_macro_tokens
AgeCommit message (Collapse)AuthorLines
2016-10-28Split up libproc_macro_pluginNick Cameron-0/+206
Separate the plugin code from non-plugin code to break a potential cycle in crates. This will allow us to merge the new libproc_macro_tokens into libproc_macro.