summary refs log tree commit diff
path: root/src/librustc/plugin/registry.rs
AgeCommit message (Expand)AuthorLines
2015-04-08Allow plugins to register LLVM passesKeegan McAllister-0/+14
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-1/+1
2015-03-06Add #[allow_internal_unstable] to track stability for macros better.Huon Wilson-3/+8
2015-03-03Switched to Box::new in many places.Felix S. Klock II-1/+1
2015-02-09Use a crate attribute to load pluginsKeegan McAllister-5/+8
2015-01-15Syntax extensions on trait and impl items.Nick Cameron-2/+2
2015-01-05Pass the #[plugin(...)] meta item to the registrarKeegan McAllister-0/+13
2015-01-05Replace LetSyntaxTT with MacroRulesTTKeegan McAllister-6/+15
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
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