Skip to content

Commit

Permalink
Auto merge of #33532 - jseyfried:mutable_lowering_context, r=nrc
Browse files Browse the repository at this point in the history
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
bors committed May 14, 2016
2 parents 2b79e05 + 33978b0 commit dee865a
Show file tree
Hide file tree
Showing 4 changed files with 1,647 additions and 1,702 deletions.
Loading

0 comments on commit dee865a

Please sign in to comment.