about summary refs log tree commit diff
path: root/src/libproc_macro/Cargo.toml
AgeCommit message (Collapse)AuthorLines
2018-11-30Statically link proc_macro into proc macros.Eduard-Mihai Burtescu-2/+0
2018-11-30proc_macro: move the rustc server to syntax_ext.Eduard-Mihai Burtescu-5/+0
2018-03-02Replace Rc with Lrc for shared dataJohn Kåre Alsaker-0/+1
2017-08-28Initial diagnostic API for proc-macros.Sergio Benitez-0/+1
This commit introduces the ability to create and emit `Diagnostic` structures from proc-macros, allowing for proc-macro authors to emit warning, error, note, and help messages just like the compiler does.
2017-06-26Implement `quote!` and other `proc_macro` API.Jeffrey Seyfried-0/+1
2016-10-06rustc: Rename rustc_macro to proc_macroAlex Crichton-4/+0
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.
2016-08-16Proc_macro is alivecgswords-0/+15