| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -1/+1 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -1/+1 |
| 2014-11-29 | Replace some verbose match statements with their `if let` equivalent. | jfager | -7/+4 |
| 2014-09-12 | Track the visited AST's lifetime throughout Visitor. | Eduard Burtescu | -1/+1 |
| 2014-09-12 | Remove largely unused context from Visitor. | Eduard Burtescu | -4/+4 |
| 2014-06-09 | Document rustc::plugin | Keegan McAllister | -1/+2 |
| 2014-06-09 | Implement #[plugin_registrar] | Keegan McAllister | -0/+60 |
