]> git.lizzy.rs Git - rust.git/commit
Perform node id assignment and `macros_at_scope` construction during
authorJeffrey Seyfried <jeffrey.seyfried@gmail.com>
Mon, 5 Sep 2016 00:10:27 +0000 (00:10 +0000)
committerJeffrey Seyfried <jeffrey.seyfried@gmail.com>
Tue, 13 Sep 2016 09:40:28 +0000 (09:40 +0000)
commitc86c8d41a26b2037e80c9fd028a59313a78b3a66
treec3b7a4b63c6c276b1eff2d12eea73aa5af69e6a0
parent72a636975fc5d0bb4af45af7bdd97987cc722a6a
Perform node id assignment and `macros_at_scope` construction during
the `InvocationCollector` and `PlaceholderExpander` folds.
src/librustc_driver/driver.rs
src/librustc_resolve/assign_ids.rs [deleted file]
src/librustc_resolve/lib.rs
src/librustc_resolve/macros.rs
src/libsyntax/ext/base.rs
src/libsyntax/ext/expand.rs
src/libsyntax/ext/placeholders.rs