| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-11-30 | Statically link proc_macro into proc macros. | Eduard-Mihai Burtescu | -2/+0 | |
| 2018-11-30 | proc_macro: move the rustc server to syntax_ext. | Eduard-Mihai Burtescu | -5/+0 | |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -0/+1 | |
| 2017-08-28 | Initial 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-26 | Implement `quote!` and other `proc_macro` API. | Jeffrey Seyfried | -0/+1 | |
| 2016-10-06 | rustc: Rename rustc_macro to proc_macro | Alex 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-16 | Proc_macro is alive | cgswords | -0/+15 | |
