summary refs log tree commit diff
path: root/src/librustc/plugin/build.rs
AgeCommit message (Expand)AuthorLines
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-1/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2014-11-29Replace some verbose match statements with their `if let` equivalent.jfager-7/+4
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