Skip to content

Commit

Permalink
Rollup merge of rust-lang#33532 - jseyfried:mutable_lowering_context,…
Browse files Browse the repository at this point in the history
… r=nrc

Clean up `hir::lowering`

Clean up `hir::lowering`:
 - give lowering functions mutable access to the lowering context
 - refactor the `lower_*` functions and other functions that take a lowering context into methods
 - simplify the API that `hir::lowering` exposes to `driver`
 - other miscellaneous cleanups

r? @nrc
  • Loading branch information
eddyb committed May 12, 2016
2 parents 97378a5 + 33978b0 commit 8f547f0
Show file tree
Hide file tree
Showing 4 changed files with 1,647 additions and 1,702 deletions.
Loading

0 comments on commit 8f547f0

Please sign in to comment.