summary refs log tree commit diff
path: root/src/librustc_plugin/registry.rs
AgeCommit message (Expand)AuthorLines
2018-03-07check stability of macro invocationsAustin Bonander-2/+5
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-2/+2
2017-08-12syntax: #[allow_internal_unsafe] bypasses the unsafe_code lint in macros.Eduard-Mihai Burtescu-4/+18
2017-05-13Support #[allow] etc logic on a per macro levelest31-1/+2
2017-03-10Remove ability for plugins to register a MIR passSimonas Kazlauskas-11/+0
2016-12-23Allow legacy custom derive authors to disable warnings in downstream crates.Jeffrey Seyfried-0/+18
2016-11-21Cleanup `InternedString`.Jeffrey Seyfried-1/+1
2016-11-20Move `syntax::util::interner` -> `syntax::symbol`, cleanup.Jeffrey Seyfried-2/+2
2016-10-31Changed most vec! invocations to use square bracesiirelu-5/+5
2016-09-26Forbid user-defined macros named "macro_rules".Jeffrey Seyfried-0/+3
2016-09-23reviewer comments and rebasingNick Cameron-6/+2
2016-09-22Adds a `ProcMacro` form of syntax extensionNick Cameron-0/+2
2016-09-15Remove `MacroRulesTT`.Jeffrey Seyfried-5/+1
2016-09-04Auto merge of #36240 - leeopop:master, r=jseyfriedbors-2/+2
2016-09-04Allow CompilerControllers to access rustc_plugin::registry::Registry structure.Keunhong Lee-2/+2
2016-09-02rustc: Implement custom derive (macros 1.1)Alex Crichton-1/+0
2016-08-25Implement RFC#1559: allow all literals in attributes.Sergio Benitez-3/+2
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-1/+1
2016-05-10fix Registry::args for plugins loaded with --extra-pluginsOliver Schneider-2/+5
2016-03-04Add Pass manager for MIRSimonas Kazlauskas-3/+3
2016-02-09Allow registering MIR-passes through compiler pluginsOliver Schneider-0/+11
2015-11-26move librustc/plugin to librustc_pluginAriel Ben-Yehuda-0/+155