Jorge Aparicio
|
17bc7d8d5b
|
cleanup: replace as[_mut]_slice() calls with deref coercions
|
2015-02-05 13:45:01 -05:00 |
|
Jorge Aparicio
|
d5d7e6565a
|
for x in xs.iter() -> for x in &xs
|
2015-02-02 13:40:18 -05:00 |
|
jfager
|
232ffa039d
|
Replace some verbose match statements with their if let equivalent.
No semantic changes, no enabling `if let` where it wasn't already enabled.
|
2014-11-29 16:41:21 -05:00 |
|
Eduard Burtescu
|
7ef6ff0669
|
Track the visited AST's lifetime throughout Visitor.
|
2014-09-12 14:24:45 +03:00 |
|
Eduard Burtescu
|
a09dbf28e6
|
Remove largely unused context from Visitor.
|
2014-09-12 14:24:45 +03:00 |
|
Keegan McAllister
|
d43a948bb1
|
Document rustc::plugin
|
2014-06-09 14:29:30 -07:00 |
|
Keegan McAllister
|
6d15c6749c
|
Implement #[plugin_registrar]
See RFC 22.
[breaking-change]
|
2014-06-09 14:29:29 -07:00 |
|