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
Manishearth committed May 12, 2016
2 parents 52e3d1e + 33978b0 commit b2b1516
Show file tree
Hide file tree
Showing 4 changed files with 1,647 additions and 1,702 deletions.
Loading

0 comments on commit b2b1516

Please sign in to comment.