]> git.lizzy.rs Git - rust.git/commit
Auto merge of #34480 - jseyfried:remove_entry_points, r=nrc
authorbors <bors@rust-lang.org>
Mon, 4 Jul 2016 01:17:36 +0000 (18:17 -0700)
committerGitHub <noreply@github.com>
Mon, 4 Jul 2016 01:17:36 +0000 (18:17 -0700)
commitbbdbe99c7a6773cba8d0210e6b0a8826f1618d64
tree5e5d28a3a3206f4af78f2e74989cfb1b2d93e44a
parent696b703b5a58816bb0e549ac332a98fa7e635949
parentd1e3d6272e5128e15ba0ea3bd7c4588b5e8c444a
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