summary refs log tree commit diff
path: root/src/librustc/plugin/build.rs
AgeCommit message (Collapse)AuthorLines
2014-11-29Replace some verbose match statements with their `if let` equivalent.jfager-7/+4
No semantic changes, no enabling `if let` where it wasn't already enabled.
2014-09-12Track the visited AST's lifetime throughout Visitor.Eduard Burtescu-1/+1
2014-09-12Remove largely unused context from Visitor.Eduard Burtescu-4/+4
2014-06-09Document rustc::pluginKeegan McAllister-1/+2
2014-06-09Implement #[plugin_registrar]Keegan McAllister-0/+60
See RFC 22. [breaking-change]