Rename directory hhbc to hackc
commit43f86984885592c6b2d55a7bdc9e242fab38efcf
authorMillie Chen <milliechen@fb.com>
Thu, 30 Dec 2021 21:52:37 +0000 (30 13:52 -0800)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Thu, 30 Dec 2021 21:54:20 +0000 (30 13:54 -0800)
tree5582abeb93dd7ab8bfdf024e0c2ef4770b9155be
parent3ae50f2db6b652af0f66de5bbae0a085024869c2
Rename directory hhbc to hackc

Summary:
Rename `hphp/hack/src/hhbc` to `hphp/hack/src/hackc`
```
$ ls hphp/hack/src/hackc
bytecode_printer  compile      compile_ffi.ml  dune     external_decl_provider  ffi_bridge  hhbc_options.ml     options_ffi  unified_decl_provider
cargo             compile_ffi  decl_provider   emitter  facebook                hhbc        hhvm_decl_provider  TARGETS      utils
```

Reviewed By: aorenste

Differential Revision: D33338708

fbshipit-source-id: 1693e55c86331cc61d516988d54fb0f267962ff7
186 files changed:
hphp/hack/.cargo/Cargo.toml.ocaml_build
hphp/hack/CMakeLists.txt
hphp/hack/src/facts/cargo/facts_rust/Cargo.toml
hphp/hack/src/facts/cargo/rust_facts_ffi/Cargo.toml
hphp/hack/src/hackc/bytecode_printer/Cargo.toml [moved from hphp/hack/src/hhbc/bytecode_printer/Cargo.toml with 96% similarity]
hphp/hack/src/hackc/bytecode_printer/context.rs [moved from hphp/hack/src/hhbc/bytecode_printer/context.rs with 100% similarity]
hphp/hack/src/hackc/bytecode_printer/lib.rs [moved from hphp/hack/src/hhbc/bytecode_printer/lib.rs with 100% similarity]
hphp/hack/src/hackc/bytecode_printer/print.rs [moved from hphp/hack/src/hhbc/bytecode_printer/print.rs with 100% similarity]
hphp/hack/src/hackc/bytecode_printer/special_class_resolver.rs [moved from hphp/hack/src/hhbc/bytecode_printer/special_class_resolver.rs with 100% similarity]
hphp/hack/src/hackc/bytecode_printer/write.rs [moved from hphp/hack/src/hhbc/bytecode_printer/write.rs with 100% similarity]
hphp/hack/src/hackc/cargo/compile_ffi/Cargo.toml [moved from hphp/hack/src/hhbc/cargo/compile_ffi/Cargo.toml with 92% similarity]
hphp/hack/src/hackc/cargo/options_ffi/Cargo.toml [moved from hphp/hack/src/hhbc/cargo/options_ffi/Cargo.toml with 84% similarity]
hphp/hack/src/hackc/compile/cargo/closure_convert/Cargo.toml [moved from hphp/hack/src/hhbc/compile/cargo/closure_convert/Cargo.toml with 94% similarity]
hphp/hack/src/hackc/compile/cargo/compile/Cargo.toml [moved from hphp/hack/src/hhbc/compile/cargo/compile/Cargo.toml with 94% similarity]
hphp/hack/src/hackc/compile/cargo/options/Cargo.toml [moved from hphp/hack/src/hhbc/compile/cargo/options/Cargo.toml with 86% similarity]
hphp/hack/src/hackc/compile/cargo/options_serde/Cargo.toml [moved from hphp/hack/src/hhbc/compile/cargo/options_serde/Cargo.toml with 78% similarity]
hphp/hack/src/hackc/compile/cargo/rewrite_program/Cargo.toml [moved from hphp/hack/src/hhbc/compile/cargo/rewrite_program/Cargo.toml with 86% similarity]
hphp/hack/src/hackc/compile/cargo/rewrite_xml/Cargo.toml [moved from hphp/hack/src/hhbc/compile/cargo/rewrite_xml/Cargo.toml with 86% similarity]
hphp/hack/src/hackc/compile/closure_convert.rs [moved from hphp/hack/src/hhbc/compile/closure_convert.rs with 100% similarity]
hphp/hack/src/hackc/compile/compile.rs [moved from hphp/hack/src/hhbc/compile/compile.rs with 100% similarity]
hphp/hack/src/hackc/compile/dump_expr_tree.rs [moved from hphp/hack/src/hhbc/compile/dump_expr_tree.rs with 100% similarity]
hphp/hack/src/hackc/compile/options.rs [moved from hphp/hack/src/hhbc/compile/options.rs with 100% similarity]
hphp/hack/src/hackc/compile/options_cli.rs [moved from hphp/hack/src/hhbc/compile/options_cli.rs with 100% similarity]
hphp/hack/src/hackc/compile/options_serde.rs [moved from hphp/hack/src/hhbc/compile/options_serde.rs with 100% similarity]
hphp/hack/src/hackc/compile/rewrite_program.rs [moved from hphp/hack/src/hhbc/compile/rewrite_program.rs with 100% similarity]
hphp/hack/src/hackc/compile/rewrite_xml.rs [moved from hphp/hack/src/hhbc/compile/rewrite_xml.rs with 100% similarity]
hphp/hack/src/hackc/compile/typed_value.rs [moved from hphp/hack/src/hhbc/compile/typed_value.rs with 100% similarity]
hphp/hack/src/hackc/compile_ffi.ml [moved from hphp/hack/src/hhbc/compile_ffi.ml with 100% similarity]
hphp/hack/src/hackc/compile_ffi/compile_ffi.rs [moved from hphp/hack/src/hhbc/compile_ffi/compile_ffi.rs with 100% similarity]
hphp/hack/src/hackc/decl_provider/Cargo.toml [moved from hphp/hack/src/hhbc/decl_provider/Cargo.toml with 70% similarity]
hphp/hack/src/hackc/decl_provider/lib.rs [moved from hphp/hack/src/hhbc/decl_provider/lib.rs with 100% similarity]
hphp/hack/src/hackc/dune [moved from hphp/hack/src/hhbc/dune with 100% similarity]
hphp/hack/src/hackc/emitter/cargo/emit_adata/Cargo.toml [moved from hphp/hack/src/hhbc/emitter/cargo/emit_adata/Cargo.toml with 90% similarity]
hphp/hack/src/hackc/emitter/cargo/emit_attribute/Cargo.toml [moved from hphp/hack/src/hhbc/emitter/cargo/emit_attribute/Cargo.toml with 91% similarity]
hphp/hack/src/hackc/emitter/cargo/emit_body/Cargo.toml [moved from hphp/hack/src/hhbc/emitter/cargo/emit_body/Cargo.toml with 96% similarity]
hphp/hack/src/hackc/emitter/cargo/emit_class/Cargo.toml [moved from hphp/hack/src/hhbc/emitter/cargo/emit_class/Cargo.toml with 96% similarity]
hphp/hack/src/hackc/emitter/cargo/emit_constant/Cargo.toml [moved from hphp/hack/src/hhbc/emitter/cargo/emit_constant/Cargo.toml with 91% similarity]
hphp/hack/src/hackc/emitter/cargo/emit_expression/Cargo.toml [moved from hphp/hack/src/hhbc/emitter/cargo/emit_expression/Cargo.toml with 95% similarity]
hphp/hack/src/hackc/emitter/cargo/emit_fatal/Cargo.toml [moved from hphp/hack/src/hhbc/emitter/cargo/emit_fatal/Cargo.toml with 83% similarity]
hphp/hack/src/hackc/emitter/cargo/emit_file_attributes/Cargo.toml [moved from hphp/hack/src/hhbc/emitter/cargo/emit_file_attributes/Cargo.toml with 83% similarity]
hphp/hack/src/hackc/emitter/cargo/emit_function/Cargo.toml [moved from hphp/hack/src/hhbc/emitter/cargo/emit_function/Cargo.toml with 95% similarity]
hphp/hack/src/hackc/emitter/cargo/emit_memoize_helpers/Cargo.toml [moved from hphp/hack/src/hhbc/emitter/cargo/emit_memoize_helpers/Cargo.toml with 88% similarity]
hphp/hack/src/hackc/emitter/cargo/emit_memoize_method/Cargo.toml [moved from hphp/hack/src/hhbc/emitter/cargo/emit_memoize_method/Cargo.toml with 94% similarity]
hphp/hack/src/hackc/emitter/cargo/emit_method/Cargo.toml [moved from hphp/hack/src/hhbc/emitter/cargo/emit_method/Cargo.toml with 94% similarity]
hphp/hack/src/hackc/emitter/cargo/emit_native_opcode/Cargo.toml [moved from hphp/hack/src/hhbc/emitter/cargo/emit_native_opcode/Cargo.toml with 88% similarity]
hphp/hack/src/hackc/emitter/cargo/emit_param/Cargo.toml [moved from hphp/hack/src/hhbc/emitter/cargo/emit_param/Cargo.toml with 93% similarity]
hphp/hack/src/hackc/emitter/cargo/emit_pos/Cargo.toml [moved from hphp/hack/src/hhbc/emitter/cargo/emit_pos/Cargo.toml with 79% similarity]
hphp/hack/src/hackc/emitter/cargo/emit_program/Cargo.toml [moved from hphp/hack/src/hhbc/emitter/cargo/emit_program/Cargo.toml with 92% similarity]
hphp/hack/src/hackc/emitter/cargo/emit_property/Cargo.toml [moved from hphp/hack/src/hhbc/emitter/cargo/emit_property/Cargo.toml with 92% similarity]
hphp/hack/src/hackc/emitter/cargo/emit_record_def/Cargo.toml [moved from hphp/hack/src/hhbc/emitter/cargo/emit_record_def/Cargo.toml with 91% similarity]
hphp/hack/src/hackc/emitter/cargo/emit_symbol_refs/Cargo.toml [moved from hphp/hack/src/hhbc/emitter/cargo/emit_symbol_refs/Cargo.toml with 76% similarity]
hphp/hack/src/hackc/emitter/cargo/emit_type_constant/Cargo.toml [moved from hphp/hack/src/hhbc/emitter/cargo/emit_type_constant/Cargo.toml with 88% similarity]
hphp/hack/src/hackc/emitter/cargo/emit_type_hint/Cargo.toml [moved from hphp/hack/src/hhbc/emitter/cargo/emit_type_hint/Cargo.toml with 88% similarity]
hphp/hack/src/hackc/emitter/cargo/emit_typedef/Cargo.toml [moved from hphp/hack/src/hhbc/emitter/cargo/emit_typedef/Cargo.toml with 91% similarity]
hphp/hack/src/hackc/emitter/cargo/emit_xhp/Cargo.toml [moved from hphp/hack/src/hhbc/emitter/cargo/emit_xhp/Cargo.toml with 91% similarity]
hphp/hack/src/hackc/emitter/cargo/env/Cargo.toml [moved from hphp/hack/src/hhbc/emitter/cargo/env/Cargo.toml with 93% similarity]
hphp/hack/src/hackc/emitter/cargo/generator/Cargo.toml [moved from hphp/hack/src/hhbc/emitter/cargo/generator/Cargo.toml with 75% similarity]
hphp/hack/src/hackc/emitter/cargo/global_state/Cargo.toml [moved from hphp/hack/src/hhbc/emitter/cargo/global_state/Cargo.toml with 82% similarity]
hphp/hack/src/hackc/emitter/cargo/instruction_sequence/Cargo.toml [moved from hphp/hack/src/hhbc/emitter/cargo/instruction_sequence/Cargo.toml with 87% similarity]
hphp/hack/src/hackc/emitter/cargo/iterator/Cargo.toml [moved from hphp/hack/src/hhbc/emitter/cargo/iterator/Cargo.toml with 58% similarity]
hphp/hack/src/hackc/emitter/cargo/label/Cargo.toml [moved from hphp/hack/src/hhbc/emitter/cargo/label/Cargo.toml with 57% similarity]
hphp/hack/src/hackc/emitter/cargo/label_rewriter/Cargo.toml [moved from hphp/hack/src/hhbc/emitter/cargo/label_rewriter/Cargo.toml with 87% similarity]
hphp/hack/src/hackc/emitter/cargo/local/Cargo.toml [moved from hphp/hack/src/hhbc/emitter/cargo/local/Cargo.toml with 80% similarity]
hphp/hack/src/hackc/emitter/cargo/runtime/Cargo.toml [moved from hphp/hack/src/hhbc/emitter/cargo/runtime/Cargo.toml with 75% similarity]
hphp/hack/src/hackc/emitter/cargo/statement_state/Cargo.toml [moved from hphp/hack/src/hhbc/emitter/cargo/statement_state/Cargo.toml with 79% similarity]
hphp/hack/src/hackc/emitter/cargo/symbol_refs_state/Cargo.toml [moved from hphp/hack/src/hhbc/emitter/cargo/symbol_refs_state/Cargo.toml with 74% similarity]
hphp/hack/src/hackc/emitter/emit_adata.rs [moved from hphp/hack/src/hhbc/emitter/emit_adata.rs with 100% similarity]
hphp/hack/src/hackc/emitter/emit_attribute.rs [moved from hphp/hack/src/hhbc/emitter/emit_attribute.rs with 100% similarity]
hphp/hack/src/hackc/emitter/emit_body.rs [moved from hphp/hack/src/hhbc/emitter/emit_body.rs with 100% similarity]
hphp/hack/src/hackc/emitter/emit_class.rs [moved from hphp/hack/src/hhbc/emitter/emit_class.rs with 100% similarity]
hphp/hack/src/hackc/emitter/emit_constant.rs [moved from hphp/hack/src/hhbc/emitter/emit_constant.rs with 100% similarity]
hphp/hack/src/hackc/emitter/emit_expression.rs [moved from hphp/hack/src/hhbc/emitter/emit_expression.rs with 100% similarity]
hphp/hack/src/hackc/emitter/emit_fatal.rs [moved from hphp/hack/src/hhbc/emitter/emit_fatal.rs with 100% similarity]
hphp/hack/src/hackc/emitter/emit_file_attributes.rs [moved from hphp/hack/src/hhbc/emitter/emit_file_attributes.rs with 100% similarity]
hphp/hack/src/hackc/emitter/emit_function.rs [moved from hphp/hack/src/hhbc/emitter/emit_function.rs with 100% similarity]
hphp/hack/src/hackc/emitter/emit_memoize_function.rs [moved from hphp/hack/src/hhbc/emitter/emit_memoize_function.rs with 100% similarity]
hphp/hack/src/hackc/emitter/emit_memoize_helpers.rs [moved from hphp/hack/src/hhbc/emitter/emit_memoize_helpers.rs with 100% similarity]
hphp/hack/src/hackc/emitter/emit_memoize_method.rs [moved from hphp/hack/src/hhbc/emitter/emit_memoize_method.rs with 100% similarity]
hphp/hack/src/hackc/emitter/emit_method.rs [moved from hphp/hack/src/hhbc/emitter/emit_method.rs with 100% similarity]
hphp/hack/src/hackc/emitter/emit_native_opcode.rs [moved from hphp/hack/src/hhbc/emitter/emit_native_opcode.rs with 100% similarity]
hphp/hack/src/hackc/emitter/emit_param.rs [moved from hphp/hack/src/hhbc/emitter/emit_param.rs with 100% similarity]
hphp/hack/src/hackc/emitter/emit_pos.rs [moved from hphp/hack/src/hhbc/emitter/emit_pos.rs with 100% similarity]
hphp/hack/src/hackc/emitter/emit_program.rs [moved from hphp/hack/src/hhbc/emitter/emit_program.rs with 100% similarity]
hphp/hack/src/hackc/emitter/emit_property.rs [moved from hphp/hack/src/hhbc/emitter/emit_property.rs with 100% similarity]
hphp/hack/src/hackc/emitter/emit_record_def.rs [moved from hphp/hack/src/hhbc/emitter/emit_record_def.rs with 100% similarity]
hphp/hack/src/hackc/emitter/emit_statement.rs [moved from hphp/hack/src/hhbc/emitter/emit_statement.rs with 100% similarity]
hphp/hack/src/hackc/emitter/emit_symbol_refs.rs [moved from hphp/hack/src/hhbc/emitter/emit_symbol_refs.rs with 100% similarity]
hphp/hack/src/hackc/emitter/emit_type_constant.rs [moved from hphp/hack/src/hhbc/emitter/emit_type_constant.rs with 100% similarity]
hphp/hack/src/hackc/emitter/emit_type_hint.rs [moved from hphp/hack/src/hhbc/emitter/emit_type_hint.rs with 100% similarity]
hphp/hack/src/hackc/emitter/emit_typedef.rs [moved from hphp/hack/src/hhbc/emitter/emit_typedef.rs with 100% similarity]
hphp/hack/src/hackc/emitter/emit_xhp.rs [moved from hphp/hack/src/hhbc/emitter/emit_xhp.rs with 100% similarity]
hphp/hack/src/hackc/emitter/emitter.rs [moved from hphp/hack/src/hhbc/emitter/emitter.rs with 100% similarity]
hphp/hack/src/hackc/emitter/env.rs [moved from hphp/hack/src/hhbc/emitter/env.rs with 100% similarity]
hphp/hack/src/hackc/emitter/generator.rs [moved from hphp/hack/src/hhbc/emitter/generator.rs with 100% similarity]
hphp/hack/src/hackc/emitter/global_state.rs [moved from hphp/hack/src/hhbc/emitter/global_state.rs with 100% similarity]
hphp/hack/src/hackc/emitter/instruction_sequence.rs [moved from hphp/hack/src/hhbc/emitter/instruction_sequence.rs with 100% similarity]
hphp/hack/src/hackc/emitter/iterator.rs [moved from hphp/hack/src/hhbc/emitter/iterator.rs with 100% similarity]
hphp/hack/src/hackc/emitter/jump_targets.rs [moved from hphp/hack/src/hhbc/emitter/jump_targets.rs with 100% similarity]
hphp/hack/src/hackc/emitter/label.rs [moved from hphp/hack/src/hhbc/emitter/label.rs with 100% similarity]
hphp/hack/src/hackc/emitter/label_rewriter.rs [moved from hphp/hack/src/hhbc/emitter/label_rewriter.rs with 100% similarity]
hphp/hack/src/hackc/emitter/local.rs [moved from hphp/hack/src/hhbc/emitter/local.rs with 100% similarity]
hphp/hack/src/hackc/emitter/reified_generics_helpers.rs [moved from hphp/hack/src/hhbc/emitter/reified_generics_helpers.rs with 100% similarity]
hphp/hack/src/hackc/emitter/statement_state.rs [moved from hphp/hack/src/hhbc/emitter/statement_state.rs with 100% similarity]
hphp/hack/src/hackc/emitter/symbol_refs_state.rs [moved from hphp/hack/src/hhbc/emitter/symbol_refs_state.rs with 100% similarity]
hphp/hack/src/hackc/emitter/try_finally_rewriter.rs [moved from hphp/hack/src/hhbc/emitter/try_finally_rewriter.rs with 100% similarity]
hphp/hack/src/hackc/emitter/typed_value.rs [moved from hphp/hack/src/hhbc/emitter/typed_value.rs with 100% similarity]
hphp/hack/src/hackc/external_decl_provider/lib.rs [moved from hphp/hack/src/hhbc/external_decl_provider/lib.rs with 100% similarity]
hphp/hack/src/hackc/ffi_bridge/Cargo.toml [moved from hphp/hack/src/hhbc/ffi_bridge/Cargo.toml with 93% similarity]
hphp/hack/src/hackc/ffi_bridge/build.rs [moved from hphp/hack/src/hhbc/ffi_bridge/build.rs with 100% similarity]
hphp/hack/src/hackc/ffi_bridge/rust_compile_ffi_bridge.rs [moved from hphp/hack/src/hhbc/ffi_bridge/rust_compile_ffi_bridge.rs with 100% similarity]
hphp/hack/src/hackc/ffi_bridge/rust_compile_ffi_impl.rs [moved from hphp/hack/src/hhbc/ffi_bridge/rust_compile_ffi_impl.rs with 100% similarity]
hphp/hack/src/hackc/hhbc/adata_state.rs [moved from hphp/hack/src/hhbc/hhbc/adata_state.rs with 100% similarity]
hphp/hack/src/hackc/hhbc/ast_body.rs [moved from hphp/hack/src/hhbc/hhbc/ast_body.rs with 100% similarity]
hphp/hack/src/hackc/hhbc/ast_class_expr.rs [moved from hphp/hack/src/hhbc/hhbc/ast_class_expr.rs with 100% similarity]
hphp/hack/src/hackc/hhbc/ast_constant_folder.rs [moved from hphp/hack/src/hhbc/hhbc/ast_constant_folder.rs with 100% similarity]
hphp/hack/src/hackc/hhbc/ast_scope.rs [moved from hphp/hack/src/hhbc/hhbc/ast_scope.rs with 100% similarity]
hphp/hack/src/hackc/hhbc/ast_scope_item.rs [moved from hphp/hack/src/hhbc/hhbc/ast_scope_item.rs with 100% similarity]
hphp/hack/src/hackc/hhbc/cargo/adata_state/Cargo.toml [moved from hphp/hack/src/hhbc/hhbc/cargo/adata_state/Cargo.toml with 79% similarity]
hphp/hack/src/hackc/hhbc/cargo/ast_body/Cargo.toml [moved from hphp/hack/src/hhbc/hhbc/cargo/ast_body/Cargo.toml with 72% similarity]
hphp/hack/src/hackc/hhbc/cargo/ast_class_expr/Cargo.toml [moved from hphp/hack/src/hhbc/hhbc/cargo/ast_class_expr/Cargo.toml with 87% similarity]
hphp/hack/src/hackc/hhbc/cargo/ast_constant_folder/Cargo.toml [moved from hphp/hack/src/hhbc/hhbc/cargo/ast_constant_folder/Cargo.toml with 90% similarity]
hphp/hack/src/hackc/hhbc/cargo/ast_scope/Cargo.toml [moved from hphp/hack/src/hhbc/hhbc/cargo/ast_scope/Cargo.toml with 80% similarity]
hphp/hack/src/hackc/hhbc/cargo/decl_vars/Cargo.toml [moved from hphp/hack/src/hhbc/hhbc/cargo/decl_vars/Cargo.toml with 89% similarity]
hphp/hack/src/hackc/hhbc/cargo/hhas_adata/Cargo.toml [moved from hphp/hack/src/hhbc/hhbc/cargo/hhas_adata/Cargo.toml with 75% similarity]
hphp/hack/src/hackc/hhbc/cargo/hhas_attribute/Cargo.toml [moved from hphp/hack/src/hhbc/hhbc/cargo/hhas_attribute/Cargo.toml with 79% similarity]
hphp/hack/src/hackc/hhbc/cargo/hhas_body/Cargo.toml [moved from hphp/hack/src/hhbc/hhbc/cargo/hhas_body/Cargo.toml with 83% similarity]
hphp/hack/src/hackc/hhbc/cargo/hhas_class/Cargo.toml [moved from hphp/hack/src/hhbc/hhbc/cargo/hhas_class/Cargo.toml with 89% similarity]
hphp/hack/src/hackc/hhbc/cargo/hhas_coeffects/Cargo.toml [moved from hphp/hack/src/hhbc/hhbc/cargo/hhas_coeffects/Cargo.toml with 84% similarity]
hphp/hack/src/hackc/hhbc/cargo/hhas_constant/Cargo.toml [moved from hphp/hack/src/hhbc/hhbc/cargo/hhas_constant/Cargo.toml with 88% similarity]
hphp/hack/src/hackc/hhbc/cargo/hhas_function/Cargo.toml [moved from hphp/hack/src/hhbc/hhbc/cargo/hhas_function/Cargo.toml with 85% similarity]
hphp/hack/src/hackc/hhbc/cargo/hhas_method/Cargo.toml [moved from hphp/hack/src/hhbc/hhbc/cargo/hhas_method/Cargo.toml with 85% similarity]
hphp/hack/src/hackc/hhbc/cargo/hhas_param/Cargo.toml [moved from hphp/hack/src/hhbc/hhbc/cargo/hhas_param/Cargo.toml with 83% similarity]
hphp/hack/src/hackc/hhbc/cargo/hhas_pos/Cargo.toml [moved from hphp/hack/src/hhbc/hhbc/cargo/hhas_pos/Cargo.toml with 70% similarity]
hphp/hack/src/hackc/hhbc/cargo/hhas_program/Cargo.toml [moved from hphp/hack/src/hhbc/hhbc/cargo/hhas_program/Cargo.toml with 89% similarity]
hphp/hack/src/hackc/hhbc/cargo/hhas_property/Cargo.toml [moved from hphp/hack/src/hhbc/hhbc/cargo/hhas_property/Cargo.toml with 86% similarity]
hphp/hack/src/hackc/hhbc/cargo/hhas_record_def/Cargo.toml [moved from hphp/hack/src/hhbc/hhbc/cargo/hhas_record_def/Cargo.toml with 81% similarity]
hphp/hack/src/hackc/hhbc/cargo/hhas_symbol_refs/Cargo.toml [moved from hphp/hack/src/hhbc/hhbc/cargo/hhas_symbol_refs/Cargo.toml with 80% similarity]
hphp/hack/src/hackc/hhbc/cargo/hhas_type/Cargo.toml [moved from hphp/hack/src/hhbc/hhbc/cargo/hhas_type/Cargo.toml with 77% similarity]
hphp/hack/src/hackc/hhbc/cargo/hhas_type_const/Cargo.toml [moved from hphp/hack/src/hhbc/hhbc/cargo/hhas_type_const/Cargo.toml with 75% similarity]
hphp/hack/src/hackc/hhbc/cargo/hhas_typedef/Cargo.toml [moved from hphp/hack/src/hhbc/hhbc/cargo/hhas_typedef/Cargo.toml with 83% similarity]
hphp/hack/src/hackc/hhbc/cargo/hhas_xhp_attribute/Cargo.toml [moved from hphp/hack/src/hhbc/hhbc/cargo/hhas_xhp_attribute/Cargo.toml with 69% similarity]
hphp/hack/src/hackc/hhbc/cargo/hhbc_ast/Cargo.toml [moved from hphp/hack/src/hhbc/hhbc/cargo/hhbc_ast/Cargo.toml with 87% similarity]
hphp/hack/src/hackc/hhbc/cargo/hhbc_id/Cargo.toml [moved from hphp/hack/src/hhbc/hhbc/cargo/hhbc_id/Cargo.toml with 81% similarity]
hphp/hack/src/hackc/hhbc/cargo/scope/Cargo.toml [moved from hphp/hack/src/hhbc/hhbc/cargo/scope/Cargo.toml with 87% similarity]
hphp/hack/src/hackc/hhbc/decl_vars.rs [moved from hphp/hack/src/hhbc/hhbc/decl_vars.rs with 100% similarity]
hphp/hack/src/hackc/hhbc/hhas_adata.rs [moved from hphp/hack/src/hhbc/hhbc/hhas_adata.rs with 100% similarity]
hphp/hack/src/hackc/hhbc/hhas_attribute.rs [moved from hphp/hack/src/hhbc/hhbc/hhas_attribute.rs with 100% similarity]
hphp/hack/src/hackc/hhbc/hhas_body.rs [moved from hphp/hack/src/hhbc/hhbc/hhas_body.rs with 100% similarity]
hphp/hack/src/hackc/hhbc/hhas_class.rs [moved from hphp/hack/src/hhbc/hhbc/hhas_class.rs with 100% similarity]
hphp/hack/src/hackc/hhbc/hhas_coeffects.rs [moved from hphp/hack/src/hhbc/hhbc/hhas_coeffects.rs with 100% similarity]
hphp/hack/src/hackc/hhbc/hhas_constant.rs [moved from hphp/hack/src/hhbc/hhbc/hhas_constant.rs with 100% similarity]
hphp/hack/src/hackc/hhbc/hhas_function.rs [moved from hphp/hack/src/hhbc/hhbc/hhas_function.rs with 100% similarity]
hphp/hack/src/hackc/hhbc/hhas_method.rs [moved from hphp/hack/src/hhbc/hhbc/hhas_method.rs with 100% similarity]
hphp/hack/src/hackc/hhbc/hhas_param.rs [moved from hphp/hack/src/hhbc/hhbc/hhas_param.rs with 100% similarity]
hphp/hack/src/hackc/hhbc/hhas_pos.rs [moved from hphp/hack/src/hhbc/hhbc/hhas_pos.rs with 100% similarity]
hphp/hack/src/hackc/hhbc/hhas_program.rs [moved from hphp/hack/src/hhbc/hhbc/hhas_program.rs with 100% similarity]
hphp/hack/src/hackc/hhbc/hhas_property.rs [moved from hphp/hack/src/hhbc/hhbc/hhas_property.rs with 100% similarity]
hphp/hack/src/hackc/hhbc/hhas_record_def.rs [moved from hphp/hack/src/hhbc/hhbc/hhas_record_def.rs with 100% similarity]
hphp/hack/src/hackc/hhbc/hhas_symbol_refs.rs [moved from hphp/hack/src/hhbc/hhbc/hhas_symbol_refs.rs with 100% similarity]
hphp/hack/src/hackc/hhbc/hhas_type.rs [moved from hphp/hack/src/hhbc/hhbc/hhas_type.rs with 100% similarity]
hphp/hack/src/hackc/hhbc/hhas_type_const.rs [moved from hphp/hack/src/hhbc/hhbc/hhas_type_const.rs with 100% similarity]
hphp/hack/src/hackc/hhbc/hhas_typedef.rs [moved from hphp/hack/src/hhbc/hhbc/hhas_typedef.rs with 100% similarity]
hphp/hack/src/hackc/hhbc/hhas_xhp_attribute.rs [moved from hphp/hack/src/hhbc/hhbc/hhas_xhp_attribute.rs with 100% similarity]
hphp/hack/src/hackc/hhbc/hhbc_ast.rs [moved from hphp/hack/src/hhbc/hhbc/hhbc_ast.rs with 100% similarity]
hphp/hack/src/hackc/hhbc/hhbc_ast_ffi_cbindgen.rs [moved from hphp/hack/src/hhbc/hhbc/hhbc_ast_ffi_cbindgen.rs with 100% similarity]
hphp/hack/src/hackc/hhbc/hhbc_id.rs [moved from hphp/hack/src/hhbc/hhbc/hhbc_id.rs with 100% similarity]
hphp/hack/src/hackc/hhbc/scope.rs [moved from hphp/hack/src/hhbc/hhbc/scope.rs with 100% similarity]
hphp/hack/src/hackc/hhbc_options.ml [moved from hphp/hack/src/hhbc/hhbc_options.ml with 100% similarity]
hphp/hack/src/hackc/hhvm_decl_provider/Cargo.toml [moved from hphp/hack/src/hhbc/hhvm_decl_provider/Cargo.toml with 85% similarity]
hphp/hack/src/hackc/options_ffi/options_ffi.rs [moved from hphp/hack/src/hhbc/options_ffi/options_ffi.rs with 100% similarity]
hphp/hack/src/hackc/unified_decl_provider/Cargo.toml [moved from hphp/hack/src/hhbc/unified_decl_provider/Cargo.toml with 78% similarity]
hphp/hack/src/hackc/unified_decl_provider/lib.rs [moved from hphp/hack/src/hhbc/unified_decl_provider/lib.rs with 100% similarity]
hphp/hack/src/hackc/utils/assertion_utils.rs [moved from hphp/hack/src/hhbc/utils/assertion_utils.rs with 100% similarity]
hphp/hack/src/hackc/utils/cargo/hhbc_assertion_utils/Cargo.toml [moved from hphp/hack/src/hhbc/utils/cargo/hhbc_assertion_utils/Cargo.toml with 79% similarity]
hphp/hack/src/hackc/utils/cargo/hhbc_string_utils/Cargo.toml [moved from hphp/hack/src/hhbc/utils/cargo/hhbc_string_utils/Cargo.toml with 83% similarity]
hphp/hack/src/hackc/utils/cargo/unique_id_builder/Cargo.toml [moved from hphp/hack/src/hhbc/utils/cargo/unique_id_builder/Cargo.toml with 70% similarity]
hphp/hack/src/hackc/utils/cargo/unique_list/Cargo.toml [moved from hphp/hack/src/hhbc/utils/cargo/unique_list/Cargo.toml with 72% similarity]
hphp/hack/src/hackc/utils/cargo/unique_list_bench/Cargo.toml [moved from hphp/hack/src/hhbc/utils/cargo/unique_list_bench/Cargo.toml with 72% similarity]
hphp/hack/src/hackc/utils/string_utils.rs [moved from hphp/hack/src/hhbc/utils/string_utils.rs with 100% similarity]
hphp/hack/src/hackc/utils/unique_id_builder.rs [moved from hphp/hack/src/hhbc/utils/unique_id_builder.rs with 100% similarity]
hphp/hack/src/hackc/utils/unique_list.rs [moved from hphp/hack/src/hhbc/utils/unique_list.rs with 100% similarity]
hphp/hack/src/hackc/utils/unique_list_bench.rs [moved from hphp/hack/src/hhbc/utils/unique_list_bench.rs with 97% similarity]
hphp/hack/src/hh_compile/Cargo.toml
hphp/runtime/vm/decl-provider.h
hphp/runtime/vm/hhas-parser.h
hphp/runtime/vm/unit-parser.cpp