]> git.lizzy.rs Git - rust.git/commit
Auto merge of #33232 - jseyfried:resolve_ast_groundwork, r=nrc
authorbors <bors@rust-lang.org>
Fri, 29 Apr 2016 16:02:36 +0000 (09:02 -0700)
committerbors <bors@rust-lang.org>
Fri, 29 Apr 2016 16:02:36 +0000 (09:02 -0700)
commit8b1dcf40f2a2e9e13fc9cb9fe2200841c6fa40f3
tree225227a1b5488e9c638344aa848a61a032c910a6
parente07e34c4b0ccdc0feecd49091682e6cc365b279a
parentac264196e2f4c1f3de8b081f72dc78838e423085
Auto merge of #33232 - jseyfried:resolve_ast_groundwork, r=nrc

resolve: cleanup and groundwork for resolving the AST

Cleanup `resolve` and refactor away uses of the hir map (incorrectly named `ast_map`).
r? @nrc