Port emit_expression [1/?]: inout_localsnightly-2019.12.20
commit656f481fd09276134247338cc50400d283c2d016
authorMillie Chen <milliechen@fb.com>
Fri, 20 Dec 2019 01:59:08 +0000 (19 17:59 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 20 Dec 2019 02:02:51 +0000 (19 18:02 -0800)
tree83c84ef05646002e7725eea9856a835ffcc36bb8
parent8bf929c045c5023f97251d6efa1be3df9ca64f5f
Port emit_expression [1/?]: inout_locals

Summary: Port the inout_locals module in emit_expression

Reviewed By: losvald

Differential Revision: D19133314

fbshipit-source-id: 8c2007765ad6c87131aff0368aff032aba0f4a2b
44 files changed:
hphp/hack/src/hhbc/Cargo.toml
hphp/hack/src/hhbc/cargo/ast_class_expr/Cargo.toml
hphp/hack/src/hhbc/cargo/ast_constant_folder/Cargo.toml
hphp/hack/src/hhbc/cargo/ast_scope/Cargo.toml
hphp/hack/src/hhbc/cargo/closure_convert/Cargo.toml [new file with mode: 0644]
hphp/hack/src/hhbc/cargo/closure_convert_ffi/Cargo.toml
hphp/hack/src/hhbc/cargo/compile/Cargo.toml
hphp/hack/src/hhbc/cargo/emit_adata/Cargo.toml
hphp/hack/src/hhbc/cargo/emit_fatal/Cargo.toml
hphp/hack/src/hhbc/cargo/emit_memoize_helpers/Cargo.toml
hphp/hack/src/hhbc/cargo/emit_pos/Cargo.toml
hphp/hack/src/hhbc/cargo/emit_program/Cargo.toml
hphp/hack/src/hhbc/cargo/emit_record_def/Cargo.toml
hphp/hack/src/hhbc/cargo/emit_symbol_refs/Cargo.toml
hphp/hack/src/hhbc/cargo/emit_type_constant/Cargo.toml
hphp/hack/src/hhbc/cargo/emit_type_hint/Cargo.toml
hphp/hack/src/hhbc/cargo/env/Cargo.toml
hphp/hack/src/hhbc/cargo/hhas_attribute/Cargo.toml
hphp/hack/src/hhbc/cargo/hhas_param/Cargo.toml
hphp/hack/src/hhbc/cargo/hhas_pos/Cargo.toml
hphp/hack/src/hhbc/cargo/hhas_property/Cargo.toml
hphp/hack/src/hhbc/cargo/hhas_record_def/Cargo.toml
hphp/hack/src/hhbc/cargo/hhas_symbol_refs/Cargo.toml
hphp/hack/src/hhbc/cargo/hhas_type/Cargo.toml
hphp/hack/src/hhbc/cargo/hhas_type_const/Cargo.toml
hphp/hack/src/hhbc/cargo/hhas_typedef/Cargo.toml
hphp/hack/src/hhbc/cargo/hhbc_ast/Cargo.toml
hphp/hack/src/hhbc/cargo/hhbc_id/Cargo.toml
hphp/hack/src/hhbc/cargo/instruction_sequence/Cargo.toml
hphp/hack/src/hhbc/cargo/label/Cargo.toml
hphp/hack/src/hhbc/cargo/label_rewriter/Cargo.toml
hphp/hack/src/hhbc/cargo/local/Cargo.toml
hphp/hack/src/hhbc/cargo/options/Cargo.toml
hphp/hack/src/hhbc/cargo/options_ffi/Cargo.toml
hphp/hack/src/hhbc/cargo/options_serde/Cargo.toml
hphp/hack/src/hhbc/cargo/runtime/Cargo.toml
hphp/hack/src/hhbc/cargo/rx/Cargo.toml
hphp/hack/src/hhbc/cargo/scope/Cargo.toml
hphp/hack/src/hhbc/cargo/string_utils/Cargo.toml
hphp/hack/src/hhbc/cargo/string_utils_bench/Cargo.toml
hphp/hack/src/hhbc/cargo/unique_list/Cargo.toml
hphp/hack/src/hhbc/cargo/unique_list_bench/Cargo.toml
hphp/hack/src/hhbc/emit_expression.rs [new file with mode: 0644]
hphp/hack/src/hhbc/env.rs