From: bors Date: Mon, 4 Jul 2016 01:17:36 +0000 (-0700) Subject: Auto merge of #34480 - jseyfried:remove_entry_points, r=nrc X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=bbdbe99c7a6773cba8d0210e6b0a8826f1618d64;p=rust.git Auto merge of #34480 - jseyfried:remove_entry_points, r=nrc Remove redundant `CompileController` entry points Remove the `after_expand` and `after_write_deps` `CompileController` entry points. The only things that separate these entry points from `after_hir_lowering` are dep-info generation and HIR map construction, neither of which is computationally intensive or has the potential to error. r? @nrc --- bbdbe99c7a6773cba8d0210e6b0a8826f1618d64