Niko Matsakis
|
e4ff9f71db
|
Port a bunch of code new-visitor; all of these ports were
straightforward uses of `visit_all_items`. In some cases I had to remove
empty `visit_item` calls that were just to suppress visiting nested
items.
|
2015-11-18 19:22:18 -05:00 |
|
Oliver Schneider
|
e36872da5b
|
ImplItem_ -> ImplItemKind rename
|
2015-11-16 10:35:30 +01:00 |
|
Oliver Schneider
|
eaaa60dbea
|
rename ImplItem_::*ImplItem to ImplItem_::*
[breaking change]
|
2015-11-16 10:34:45 +01:00 |
|
Vadim Petrochenkov
|
40aa09e4c9
|
Merge struct fields and struct kind
|
2015-10-13 15:19:25 +03:00 |
|
Vadim Petrochenkov
|
30af54dede
|
Dict -> Struct, StructDef -> VariantData, def -> data
|
2015-10-13 15:19:24 +03:00 |
|
Niko Matsakis
|
a0dc2d9a29
|
Introduce semi-duplicate DefIds into DefLocal/DefUpvar to remove use
of xxx_local.
|
2015-10-01 10:37:19 -04:00 |
|
Niko Matsakis
|
9ff4f57cd0
|
move job of creating local-def-ids to ast-map (with a few stragglers)
|
2015-10-01 10:28:28 -04:00 |
|
Vadim Petrochenkov
|
0af8e47546
|
Fix rebase
|
2015-09-22 20:46:23 +03:00 |
|
Wesley Wiser
|
ed77fcc8a6
|
Split out the bad_style lints into a new module
Part of #22206
|
2015-09-19 17:35:18 -04:00 |
|