| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-11-08 | Allow proc_macro functions to whitelist specific attributes | Josh Driver | -1/+2 | |
| By using a second attribute `attributes(Bar)` on proc_macro_derive, whitelist any attributes with the name `Bar` in the deriving item. This allows a proc_macro function to use custom attribtues without a custom attribute error or unused attribute lint. | ||||
| 2016-10-29 | Move `CrateConfig` from `Crate` to `ParseSess`. | Jeffrey Seyfried | -3/+1 | |
| 2016-10-06 | rustc: Rename rustc_macro to proc_macro | Alex Crichton | -711/+140 | |
| 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/+749 | |
