| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-10-06 | rustc: Rename rustc_macro to proc_macro | Alex Crichton | -6/+6 | |
| 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-09-30 | rustdoc: Fix documenting rustc-macro crates | Alex Crichton | -0/+24 | |
| This commit adds a "hack" to the session to track whether we're a rustdoc session or not. If we're rustdoc then we skip the expansion to add the rustc-macro infrastructure. Closes #36820 | ||||
