summary refs log tree commit diff
path: root/src/libproc_macro_plugin/Cargo.toml
AgeCommit message (Collapse)AuthorLines
2017-01-22Refactor `TokenStream`.Jeffrey Seyfried-2/+1
2017-01-22Remove unused `extern crate`s.Jeffrey Seyfried-1/+0
2016-10-28Split up libproc_macro_pluginNick Cameron-0/+1
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.
2016-10-06rustc: Rename rustc_macro to proc_macroAlex Crichton-0/+14
This commit blanket renames the `rustc_macro` infrastructure to `proc_macro`, which reflects the general consensus of #35900. A follow up PR to Cargo will be required to purge the `rustc-macro` name as well.