| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -6/+8 | |
| 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 | |
| No semantic changes, no enabling `if let` where it wasn't already enabled. | ||||
| 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 | |
| See RFC 22. [breaking-change] | ||||
