about summary refs log tree commit diff
path: root/src/librustc/plugin/registry.rs
AgeCommit message (Expand)AuthorLines
2014-09-19Add enum variants to the type namespaceNick Cameron-3/+3
2014-09-16Fallout from renamingAaron Turon-1/+1
2014-09-10Remove BasicMacroExpander and BasicIdentMacroExpanderSteven Fackler-8/+3
2014-08-30Add lint groups; define built-in lint groups `bad_style` and `unused`P1start-1/+12
2014-07-08introducing let-syntaxJohn Clements-1/+3
2014-06-24Implement lint pluginsKeegan McAllister-0/+11
2014-06-09Document rustc::pluginKeegan McAllister-3/+18
2014-06-09Implement #[plugin_registrar]Keegan McAllister-0/+55