Skip to content

Refactor and categorize lowering wrt. items / exprs #63446

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 25 commits into from
Aug 11, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
cf20d8c
lowering: move lower_expr -> expr.rs
Centril Aug 10, 2019
c817596
lowering: extract lower_expr_try
Centril Aug 10, 2019
9d739ca
lowering: extract lower_expr_for
Centril Aug 10, 2019
45d507d
lowering: extract lower_expr_yield
Centril Aug 10, 2019
1194992
lowering: extract lower_expr_asm
Centril Aug 10, 2019
c789e7a
lowering: extract lower_expr_range
Centril Aug 10, 2019
309bf2f
lowering: extract lower_expr_range_closed
Centril Aug 10, 2019
ca19e32
lowering: extract lower_expr_async_closure
Centril Aug 10, 2019
548e309
lowering: extract lower_expr_closure
Centril Aug 10, 2019
e450dca
lowering: move lower_await -> expr.rs
Centril Aug 10, 2019
8ddd173
lowering: extract lower_expr_try_block
Centril Aug 10, 2019
c8b3b2e
lowering: move wrap_in_try_constructor -> expr.rs
Centril Aug 10, 2019
11251b9
lowering: extract lower_expr_while_in_loop_scope
Centril Aug 10, 2019
ed1e943
lowering: extract lower_expr_if
Centril Aug 10, 2019
199d585
lowering: extract lower_expr_let
Centril Aug 10, 2019
5cba0ac
lowering: move make_async_expr -> expr.rs
Centril Aug 10, 2019
94876c2
lowering: move expr builder methods -> expr.rs
Centril Aug 10, 2019
e71f6e1
lowering: move lower_field -> expr.rs
Centril Aug 10, 2019
961ace3
lowering: move lower_{unop,binop} -> expr.rs
Centril Aug 10, 2019
29e9b5d
lowering: refactor label/dest -> expr.rs
Centril Aug 10, 2019
93570b0
lowering: move field -> expr.rs
Centril Aug 10, 2019
7f52215
lowering: move {lower_arm,arm} -> expr.rs
Centril Aug 10, 2019
5ab7345
lowering: refactor into item.rs
Centril Aug 10, 2019
28af533
lowering: move scope & capture_clause stuff -> expr.rs
Centril Aug 10, 2019
eb229bc
lowering: move lower_arg -> item.rs
Centril Aug 10, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading