From d38b8561e60e790f9ee4a885237f9467df65364c Mon Sep 17 00:00:00 2001 From: Adam Cozzette Date: Fri, 25 Aug 2023 16:12:09 +0000 Subject: [PATCH] Move upb/ to upb-temp/ This will help us fix our Git commit history to ensure that git blame works correctly for upb. --- {upb => upb-temp}/.bazelci/presubmit.yml | 0 {upb => upb-temp}/.bazelignore | 0 {upb => upb-temp}/.bazelrc | 0 {upb => upb-temp}/.clang-format | 0 {upb => upb-temp}/.github/actions/setup-bazel-cache/action.yml | 0 {upb => upb-temp}/.github/workflows/bazel_tests.yml | 0 {upb => upb-temp}/.github/workflows/clang_format.yml | 0 {upb => upb-temp}/.github/workflows/generate_files.yml | 0 {upb => upb-temp}/.github/workflows/mergeable.yml | 0 {upb => upb-temp}/.github/workflows/python_tests.yml | 0 {upb => upb-temp}/.gitignore | 0 {upb => upb-temp}/BUILD | 0 {upb => upb-temp}/CONTRIBUTING.md | 0 {upb => upb-temp}/LICENSE | 0 {upb => upb-temp}/README.md | 0 {upb => upb-temp}/WORKSPACE | 0 {upb => upb-temp}/bazel/BUILD | 0 {upb => upb-temp}/bazel/amalgamate.py | 0 {upb => upb-temp}/bazel/amalgamation.bzl | 0 {upb => upb-temp}/bazel/build_defs.bzl | 0 {upb => upb-temp}/bazel/lua.BUILD | 0 {upb => upb-temp}/bazel/protobuf.patch | 0 {upb => upb-temp}/bazel/py_proto_library.bzl | 0 {upb => upb-temp}/bazel/python_downloads.bzl | 0 {upb => upb-temp}/bazel/system_python.bzl | 0 {upb => upb-temp}/bazel/upb_proto_library.bzl | 0 {upb => upb-temp}/bazel/workspace_deps.bzl | 0 {upb => upb-temp}/benchmarks/BUILD | 0 {upb => upb-temp}/benchmarks/BUILD.googleapis | 0 {upb => upb-temp}/benchmarks/benchmark.cc | 0 {upb => upb-temp}/benchmarks/build_defs.bzl | 0 {upb => upb-temp}/benchmarks/compare.py | 0 {upb => upb-temp}/benchmarks/descriptor.proto | 0 {upb => upb-temp}/benchmarks/descriptor_sv.proto | 0 {upb => upb-temp}/benchmarks/empty.proto | 0 {upb => upb-temp}/benchmarks/gen_protobuf_binary_cc.py | 0 {upb => upb-temp}/benchmarks/gen_synthetic_protos.py | 0 {upb => upb-temp}/benchmarks/gen_upb_binary_c.py | 0 {upb => upb-temp}/cmake/BUILD.bazel | 0 {upb => upb-temp}/cmake/CMakeLists.txt | 0 {upb => upb-temp}/cmake/README.md | 0 {upb => upb-temp}/cmake/build_defs.bzl | 0 {upb => upb-temp}/cmake/google/protobuf/descriptor.upb.c | 0 {upb => upb-temp}/cmake/google/protobuf/descriptor.upb.h | 0 {upb => upb-temp}/cmake/make_cmakelists.py | 0 {upb => upb-temp}/cmake/push_auto_update.sh | 0 {upb => upb-temp}/cmake/staleness_test.py | 0 {upb => upb-temp}/cmake/staleness_test_lib.py | 0 {upb => upb-temp}/docs/design.md | 0 {upb => upb-temp}/docs/render.py | 0 {upb => upb-temp}/docs/style-guide.md | 0 {upb => upb-temp}/docs/vs-cpp-protos.md | 0 {upb => upb-temp}/docs/wrapping-upb.md | 0 {upb => upb-temp}/lua/BUILD.bazel | 0 {upb => upb-temp}/lua/README.md | 0 {upb => upb-temp}/lua/def.c | 0 {upb => upb-temp}/lua/lua_proto_library.bzl | 0 {upb => upb-temp}/lua/main.c | 0 {upb => upb-temp}/lua/msg.c | 0 {upb => upb-temp}/lua/test.proto | 0 {upb => upb-temp}/lua/test_upb.lua | 0 {upb => upb-temp}/lua/upb.c | 0 {upb => upb-temp}/lua/upb.h | 0 {upb => upb-temp}/lua/upb.lua | 0 {upb => upb-temp}/lua/upbc.cc | 0 {upb => upb-temp}/protos/BUILD | 0 {upb => upb-temp}/protos/bazel/BUILD | 0 {upb => upb-temp}/protos/bazel/upb_cc_proto_library.bzl | 0 {upb => upb-temp}/protos/protos.cc | 0 {upb => upb-temp}/protos/protos.h | 0 {upb => upb-temp}/protos/protos_extension_lock.cc | 0 {upb => upb-temp}/protos/protos_extension_lock.h | 0 {upb => upb-temp}/protos/protos_extension_lock_test.cc | 0 {upb => upb-temp}/protos/protos_internal.h | 0 {upb => upb-temp}/protos/protos_internal_test.cc | 0 {upb => upb-temp}/protos/protos_traits.h | 0 {upb => upb-temp}/protos/repeated_field.h | 0 {upb => upb-temp}/protos/repeated_field_iterator.h | 0 {upb => upb-temp}/protos/repeated_field_iterator_test.cc | 0 {upb => upb-temp}/protos_generator/BUILD | 0 {upb => upb-temp}/protos_generator/gen_accessors.cc | 0 {upb => upb-temp}/protos_generator/gen_accessors.h | 0 {upb => upb-temp}/protos_generator/gen_enums.cc | 0 {upb => upb-temp}/protos_generator/gen_enums.h | 0 {upb => upb-temp}/protos_generator/gen_extensions.cc | 0 {upb => upb-temp}/protos_generator/gen_extensions.h | 0 {upb => upb-temp}/protos_generator/gen_messages.cc | 0 {upb => upb-temp}/protos_generator/gen_messages.h | 0 {upb => upb-temp}/protos_generator/gen_repeated_fields.cc | 0 {upb => upb-temp}/protos_generator/gen_repeated_fields.h | 0 {upb => upb-temp}/protos_generator/gen_utils.cc | 0 {upb => upb-temp}/protos_generator/gen_utils.h | 0 {upb => upb-temp}/protos_generator/names.cc | 0 {upb => upb-temp}/protos_generator/names.h | 0 {upb => upb-temp}/protos_generator/output.cc | 0 {upb => upb-temp}/protos_generator/output.h | 0 {upb => upb-temp}/protos_generator/protoc-gen-upb-protos.cc | 0 {upb => upb-temp}/protos_generator/tests/BUILD | 0 {upb => upb-temp}/protos_generator/tests/child_model.proto | 0 {upb => upb-temp}/protos_generator/tests/legacy-name.proto | 0 {upb => upb-temp}/protos_generator/tests/naming_conflict.proto | 0 {upb => upb-temp}/protos_generator/tests/no_package.proto | 0 .../protos_generator/tests/no_package_enum_user.proto | 0 {upb => upb-temp}/protos_generator/tests/test_enum.proto | 0 {upb => upb-temp}/protos_generator/tests/test_extension.proto | 0 {upb => upb-temp}/protos_generator/tests/test_generated.cc | 0 {upb => upb-temp}/protos_generator/tests/test_model.proto | 0 {upb => upb-temp}/python/BUILD | 0 {upb => upb-temp}/python/convert.c | 0 {upb => upb-temp}/python/convert.h | 0 {upb => upb-temp}/python/descriptor.c | 0 {upb => upb-temp}/python/descriptor.h | 0 {upb => upb-temp}/python/descriptor_containers.c | 0 {upb => upb-temp}/python/descriptor_containers.h | 0 {upb => upb-temp}/python/descriptor_pool.c | 0 {upb => upb-temp}/python/descriptor_pool.h | 0 {upb => upb-temp}/python/dist/BUILD.bazel | 0 {upb => upb-temp}/python/dist/MANIFEST.in | 0 {upb => upb-temp}/python/dist/dist.bzl | 0 {upb => upb-temp}/python/dist/setup.py | 0 {upb => upb-temp}/python/extension_dict.c | 0 {upb => upb-temp}/python/extension_dict.h | 0 {upb => upb-temp}/python/map.c | 0 {upb => upb-temp}/python/map.h | 0 {upb => upb-temp}/python/message.c | 0 {upb => upb-temp}/python/message.h | 0 {upb => upb-temp}/python/minimal_test.py | 0 {upb => upb-temp}/python/pb_unit_tests/BUILD | 0 {upb => upb-temp}/python/pb_unit_tests/README.md | 0 .../python/pb_unit_tests/descriptor_database_test_wrapper.py | 0 .../python/pb_unit_tests/descriptor_pool_test_wrapper.py | 0 {upb => upb-temp}/python/pb_unit_tests/descriptor_test_wrapper.py | 0 {upb => upb-temp}/python/pb_unit_tests/generator_test_wrapper.py | 0 .../python/pb_unit_tests/json_format_test_wrapper.py | 0 {upb => upb-temp}/python/pb_unit_tests/keywords_test_wrapper.py | 0 .../python/pb_unit_tests/message_factory_test_wrapper.py | 0 {upb => upb-temp}/python/pb_unit_tests/message_test_wrapper.py | 0 {upb => upb-temp}/python/pb_unit_tests/numpy_test_wrapper.py | 0 .../python/pb_unit_tests/proto_builder_test_wrapper.py | 0 {upb => upb-temp}/python/pb_unit_tests/pyproto_test_wrapper.bzl | 0 {upb => upb-temp}/python/pb_unit_tests/reflection_test_wrapper.py | 0 .../python/pb_unit_tests/service_reflection_test_wrapper.py | 0 .../python/pb_unit_tests/symbol_database_test_wrapper.py | 0 .../python/pb_unit_tests/text_encoding_test_wrapper.py | 0 .../python/pb_unit_tests/text_format_test_wrapper.py | 0 .../python/pb_unit_tests/unknown_fields_test_wrapper.py | 0 .../python/pb_unit_tests/well_known_types_test_wrapper.py | 0 .../python/pb_unit_tests/wire_format_test_wrapper.py | 0 {upb => upb-temp}/python/protobuf.c | 0 {upb => upb-temp}/python/protobuf.h | 0 {upb => upb-temp}/python/py_extension.bzl | 0 {upb => upb-temp}/python/python_api.h | 0 {upb => upb-temp}/python/repeated.c | 0 {upb => upb-temp}/python/repeated.h | 0 {upb => upb-temp}/python/requirements.txt | 0 {upb => upb-temp}/python/requirements_311.txt | 0 {upb => upb-temp}/python/unknown_fields.c | 0 {upb => upb-temp}/python/unknown_fields.h | 0 {upb => upb-temp}/python/version_script.lds | 0 {upb => upb-temp}/third_party/lunit/LICENSE | 0 {upb => upb-temp}/third_party/lunit/README.google | 0 {upb => upb-temp}/third_party/lunit/console.lua | 0 {upb => upb-temp}/third_party/lunit/lunit.lua | 0 {upb => upb-temp}/upb/base/BUILD | 0 {upb => upb-temp}/upb/base/descriptor_constants.h | 0 {upb => upb-temp}/upb/base/internal/log2.h | 0 {upb => upb-temp}/upb/base/status.c | 0 {upb => upb-temp}/upb/base/status.h | 0 {upb => upb-temp}/upb/base/status.hpp | 0 {upb => upb-temp}/upb/base/string_view.h | 0 {upb => upb-temp}/upb/collections/BUILD | 0 {upb => upb-temp}/upb/collections/array.c | 0 {upb => upb-temp}/upb/collections/array.h | 0 {upb => upb-temp}/upb/collections/array_split64.h | 0 {upb => upb-temp}/upb/collections/array_test.cc | 0 {upb => upb-temp}/upb/collections/internal/array.h | 0 {upb => upb-temp}/upb/collections/internal/map.h | 0 {upb => upb-temp}/upb/collections/internal/map_sorter.h | 0 {upb => upb-temp}/upb/collections/map.c | 0 {upb => upb-temp}/upb/collections/map.h | 0 {upb => upb-temp}/upb/collections/map_gencode_util.h | 0 {upb => upb-temp}/upb/collections/map_sorter.c | 0 {upb => upb-temp}/upb/collections/map_test.cc | 0 {upb => upb-temp}/upb/collections/message_value.h | 0 {upb => upb-temp}/upb/conformance/BUILD | 0 {upb => upb-temp}/upb/conformance/conformance_upb.c | 0 {upb => upb-temp}/upb/conformance/conformance_upb_failures.txt | 0 {upb => upb-temp}/upb/generated_code_support.h | 0 {upb => upb-temp}/upb/hash/BUILD | 0 {upb => upb-temp}/upb/hash/common.c | 0 {upb => upb-temp}/upb/hash/common.h | 0 {upb => upb-temp}/upb/hash/int_table.h | 0 {upb => upb-temp}/upb/hash/str_table.h | 0 {upb => upb-temp}/upb/hash/test.cc | 0 {upb => upb-temp}/upb/io/BUILD | 0 {upb => upb-temp}/upb/io/README.md | 0 {upb => upb-temp}/upb/io/chunked_input_stream.c | 0 {upb => upb-temp}/upb/io/chunked_input_stream.h | 0 {upb => upb-temp}/upb/io/chunked_output_stream.c | 0 {upb => upb-temp}/upb/io/chunked_output_stream.h | 0 {upb => upb-temp}/upb/io/string.h | 0 {upb => upb-temp}/upb/io/string_test.cc | 0 {upb => upb-temp}/upb/io/tokenizer.c | 0 {upb => upb-temp}/upb/io/tokenizer.h | 0 {upb => upb-temp}/upb/io/tokenizer_test.cc | 0 {upb => upb-temp}/upb/io/zero_copy_input_stream.h | 0 {upb => upb-temp}/upb/io/zero_copy_output_stream.h | 0 {upb => upb-temp}/upb/io/zero_copy_stream_test.cc | 0 {upb => upb-temp}/upb/json/BUILD | 0 {upb => upb-temp}/upb/json/decode.c | 0 {upb => upb-temp}/upb/json/decode.h | 0 {upb => upb-temp}/upb/json/decode_test.cc | 0 {upb => upb-temp}/upb/json/encode.c | 0 {upb => upb-temp}/upb/json/encode.h | 0 {upb => upb-temp}/upb/json/encode_test.cc | 0 {upb => upb-temp}/upb/json/test.proto | 0 {upb => upb-temp}/upb/lex/BUILD | 0 {upb => upb-temp}/upb/lex/atoi.c | 0 {upb => upb-temp}/upb/lex/atoi.h | 0 {upb => upb-temp}/upb/lex/atoi_test.cc | 0 {upb => upb-temp}/upb/lex/round_trip.c | 0 {upb => upb-temp}/upb/lex/round_trip.h | 0 {upb => upb-temp}/upb/lex/strtod.c | 0 {upb => upb-temp}/upb/lex/strtod.h | 0 {upb => upb-temp}/upb/lex/unicode.c | 0 {upb => upb-temp}/upb/lex/unicode.h | 0 {upb => upb-temp}/upb/mem/BUILD | 0 {upb => upb-temp}/upb/mem/alloc.c | 0 {upb => upb-temp}/upb/mem/alloc.h | 0 {upb => upb-temp}/upb/mem/arena.c | 0 {upb => upb-temp}/upb/mem/arena.h | 0 {upb => upb-temp}/upb/mem/arena.hpp | 0 {upb => upb-temp}/upb/mem/arena_test.cc | 0 {upb => upb-temp}/upb/mem/internal/arena.h | 0 {upb => upb-temp}/upb/message/BUILD | 0 {upb => upb-temp}/upb/message/accessors.c | 0 {upb => upb-temp}/upb/message/accessors.h | 0 {upb => upb-temp}/upb/message/accessors_split64.h | 0 {upb => upb-temp}/upb/message/accessors_test.cc | 0 {upb => upb-temp}/upb/message/copy.c | 0 {upb => upb-temp}/upb/message/copy.h | 0 {upb => upb-temp}/upb/message/copy_test.cc | 0 {upb => upb-temp}/upb/message/internal/accessors.h | 0 {upb => upb-temp}/upb/message/internal/extension.h | 0 {upb => upb-temp}/upb/message/internal/map_entry.h | 0 {upb => upb-temp}/upb/message/internal/message.h | 0 {upb => upb-temp}/upb/message/message.c | 0 {upb => upb-temp}/upb/message/message.h | 0 {upb => upb-temp}/upb/message/promote.c | 0 {upb => upb-temp}/upb/message/promote.h | 0 {upb => upb-temp}/upb/message/promote_test.cc | 0 {upb => upb-temp}/upb/message/tagged_ptr.h | 0 {upb => upb-temp}/upb/message/test.cc | 0 {upb => upb-temp}/upb/message/test.proto | 0 {upb => upb-temp}/upb/message/types.h | 0 {upb => upb-temp}/upb/mini_descriptor/BUILD | 0 {upb => upb-temp}/upb/mini_descriptor/build_enum.c | 0 {upb => upb-temp}/upb/mini_descriptor/build_enum.h | 0 {upb => upb-temp}/upb/mini_descriptor/decode.c | 0 {upb => upb-temp}/upb/mini_descriptor/decode.h | 0 {upb => upb-temp}/upb/mini_descriptor/internal/base92.c | 0 {upb => upb-temp}/upb/mini_descriptor/internal/base92.h | 0 {upb => upb-temp}/upb/mini_descriptor/internal/decoder.h | 0 {upb => upb-temp}/upb/mini_descriptor/internal/encode.c | 0 {upb => upb-temp}/upb/mini_descriptor/internal/encode.h | 0 {upb => upb-temp}/upb/mini_descriptor/internal/encode.hpp | 0 {upb => upb-temp}/upb/mini_descriptor/internal/encode_test.cc | 0 {upb => upb-temp}/upb/mini_descriptor/internal/modifiers.h | 0 {upb => upb-temp}/upb/mini_descriptor/internal/wire_constants.h | 0 {upb => upb-temp}/upb/mini_descriptor/link.c | 0 {upb => upb-temp}/upb/mini_descriptor/link.h | 0 {upb => upb-temp}/upb/mini_table/BUILD | 0 {upb => upb-temp}/upb/mini_table/compat.c | 0 {upb => upb-temp}/upb/mini_table/compat.h | 0 {upb => upb-temp}/upb/mini_table/enum.h | 0 {upb => upb-temp}/upb/mini_table/extension.h | 0 {upb => upb-temp}/upb/mini_table/extension_registry.c | 0 {upb => upb-temp}/upb/mini_table/extension_registry.h | 0 {upb => upb-temp}/upb/mini_table/field.h | 0 {upb => upb-temp}/upb/mini_table/file.h | 0 {upb => upb-temp}/upb/mini_table/internal/enum.h | 0 {upb => upb-temp}/upb/mini_table/internal/extension.h | 0 {upb => upb-temp}/upb/mini_table/internal/field.h | 0 {upb => upb-temp}/upb/mini_table/internal/file.h | 0 {upb => upb-temp}/upb/mini_table/internal/message.c | 0 {upb => upb-temp}/upb/mini_table/internal/message.h | 0 {upb => upb-temp}/upb/mini_table/internal/sub.h | 0 {upb => upb-temp}/upb/mini_table/message.c | 0 {upb => upb-temp}/upb/mini_table/message.h | 0 {upb => upb-temp}/upb/mini_table/sub.h | 0 {upb => upb-temp}/upb/port/BUILD | 0 {upb => upb-temp}/upb/port/atomic.h | 0 {upb => upb-temp}/upb/port/def.inc | 0 {upb => upb-temp}/upb/port/undef.inc | 0 {upb => upb-temp}/upb/port/vsnprintf_compat.h | 0 {upb => upb-temp}/upb/reflection/common.h | 0 {upb => upb-temp}/upb/reflection/def.h | 0 {upb => upb-temp}/upb/reflection/def.hpp | 0 {upb => upb-temp}/upb/reflection/def_builder.c | 0 {upb => upb-temp}/upb/reflection/def_builder_test.cc | 0 {upb => upb-temp}/upb/reflection/def_pool.c | 0 {upb => upb-temp}/upb/reflection/def_pool.h | 0 {upb => upb-temp}/upb/reflection/def_type.c | 0 {upb => upb-temp}/upb/reflection/def_type.h | 0 {upb => upb-temp}/upb/reflection/desc_state.c | 0 {upb => upb-temp}/upb/reflection/enum_def.c | 0 {upb => upb-temp}/upb/reflection/enum_def.h | 0 {upb => upb-temp}/upb/reflection/enum_reserved_range.c | 0 {upb => upb-temp}/upb/reflection/enum_reserved_range.h | 0 {upb => upb-temp}/upb/reflection/enum_value_def.c | 0 {upb => upb-temp}/upb/reflection/enum_value_def.h | 0 {upb => upb-temp}/upb/reflection/extension_range.c | 0 {upb => upb-temp}/upb/reflection/extension_range.h | 0 {upb => upb-temp}/upb/reflection/field_def.c | 0 {upb => upb-temp}/upb/reflection/field_def.h | 0 {upb => upb-temp}/upb/reflection/file_def.c | 0 {upb => upb-temp}/upb/reflection/file_def.h | 0 {upb => upb-temp}/upb/reflection/internal/def_builder.h | 0 {upb => upb-temp}/upb/reflection/internal/def_pool.h | 0 {upb => upb-temp}/upb/reflection/internal/desc_state.h | 0 {upb => upb-temp}/upb/reflection/internal/enum_def.h | 0 {upb => upb-temp}/upb/reflection/internal/enum_reserved_range.h | 0 {upb => upb-temp}/upb/reflection/internal/enum_value_def.h | 0 {upb => upb-temp}/upb/reflection/internal/extension_range.h | 0 {upb => upb-temp}/upb/reflection/internal/field_def.h | 0 {upb => upb-temp}/upb/reflection/internal/file_def.h | 0 {upb => upb-temp}/upb/reflection/internal/message_def.h | 0 .../upb/reflection/internal/message_reserved_range.h | 0 {upb => upb-temp}/upb/reflection/internal/method_def.h | 0 {upb => upb-temp}/upb/reflection/internal/oneof_def.h | 0 {upb => upb-temp}/upb/reflection/internal/service_def.h | 0 {upb => upb-temp}/upb/reflection/message.c | 0 {upb => upb-temp}/upb/reflection/message.h | 0 {upb => upb-temp}/upb/reflection/message.hpp | 0 {upb => upb-temp}/upb/reflection/message_def.c | 0 {upb => upb-temp}/upb/reflection/message_def.h | 0 {upb => upb-temp}/upb/reflection/message_reserved_range.c | 0 {upb => upb-temp}/upb/reflection/message_reserved_range.h | 0 {upb => upb-temp}/upb/reflection/method_def.c | 0 {upb => upb-temp}/upb/reflection/method_def.h | 0 {upb => upb-temp}/upb/reflection/oneof_def.c | 0 {upb => upb-temp}/upb/reflection/oneof_def.h | 0 {upb => upb-temp}/upb/reflection/service_def.c | 0 {upb => upb-temp}/upb/reflection/service_def.h | 0 .../upb/reflection/stage0/google/protobuf/descriptor.upb.c | 0 .../upb/reflection/stage0/google/protobuf/descriptor.upb.h | 0 {upb => upb-temp}/upb/test/BUILD | 0 {upb => upb-temp}/upb/test/empty.proto | 0 {upb => upb-temp}/upb/test/fuzz_util.cc | 0 {upb => upb-temp}/upb/test/fuzz_util.h | 0 {upb => upb-temp}/upb/test/parse_text_proto.h | 0 {upb => upb-temp}/upb/test/proto3_test.cc | 0 {upb => upb-temp}/upb/test/proto3_test.proto | 0 {upb => upb-temp}/upb/test/test.proto | 0 {upb => upb-temp}/upb/test/test_cpp.cc | 0 {upb => upb-temp}/upb/test/test_cpp.proto | 0 {upb => upb-temp}/upb/test/test_generated_code.cc | 0 {upb => upb-temp}/upb/test/test_import_empty_srcs.cc | 0 {upb => upb-temp}/upb/test/test_import_empty_srcs.proto | 0 {upb => upb-temp}/upb/test/test_mini_table_oneof.cc | 0 {upb => upb-temp}/upb/text/BUILD | 0 {upb => upb-temp}/upb/text/encode.c | 0 {upb => upb-temp}/upb/text/encode.h | 0 {upb => upb-temp}/upb/upb.hpp | 0 {upb => upb-temp}/upb/upb_so.c | 0 {upb => upb-temp}/upb/util/BUILD | 0 {upb => upb-temp}/upb/util/README.md | 0 {upb => upb-temp}/upb/util/compare.c | 0 {upb => upb-temp}/upb/util/compare.h | 0 {upb => upb-temp}/upb/util/compare_test.cc | 0 {upb => upb-temp}/upb/util/def_to_proto.c | 0 {upb => upb-temp}/upb/util/def_to_proto.h | 0 {upb => upb-temp}/upb/util/def_to_proto_fuzz_test.cc | 0 {upb => upb-temp}/upb/util/def_to_proto_public_import_test.proto | 0 {upb => upb-temp}/upb/util/def_to_proto_regular_import_test.proto | 0 {upb => upb-temp}/upb/util/def_to_proto_test.cc | 0 {upb => upb-temp}/upb/util/def_to_proto_test.h | 0 {upb => upb-temp}/upb/util/def_to_proto_test.proto | 0 {upb => upb-temp}/upb/util/def_to_proto_weak_import_test.proto | 0 {upb => upb-temp}/upb/util/def_to_proto_wweak_import_test.proto | 0 {upb => upb-temp}/upb/util/required_fields.c | 0 {upb => upb-temp}/upb/util/required_fields.h | 0 {upb => upb-temp}/upb/util/required_fields_test.cc | 0 {upb => upb-temp}/upb/util/required_fields_test.proto | 0 {upb => upb-temp}/upb/wire/BUILD | 0 {upb => upb-temp}/upb/wire/decode.c | 0 {upb => upb-temp}/upb/wire/decode.h | 0 {upb => upb-temp}/upb/wire/decode_fast.c | 0 {upb => upb-temp}/upb/wire/decode_fast.h | 0 {upb => upb-temp}/upb/wire/encode.c | 0 {upb => upb-temp}/upb/wire/encode.h | 0 {upb => upb-temp}/upb/wire/eps_copy_input_stream.c | 0 {upb => upb-temp}/upb/wire/eps_copy_input_stream.h | 0 {upb => upb-temp}/upb/wire/eps_copy_input_stream_test.cc | 0 {upb => upb-temp}/upb/wire/internal/common.h | 0 {upb => upb-temp}/upb/wire/internal/decode.h | 0 {upb => upb-temp}/upb/wire/internal/swap.h | 0 {upb => upb-temp}/upb/wire/reader.c | 0 {upb => upb-temp}/upb/wire/reader.h | 0 {upb => upb-temp}/upb/wire/types.h | 0 {upb => upb-temp}/upbc/BUILD | 0 {upb => upb-temp}/upbc/bootstrap_compiler.bzl | 0 {upb => upb-temp}/upbc/code_generator_request.c | 0 {upb => upb-temp}/upbc/code_generator_request.h | 0 {upb => upb-temp}/upbc/code_generator_request.proto | 0 {upb => upb-temp}/upbc/common.cc | 0 {upb => upb-temp}/upbc/common.h | 0 {upb => upb-temp}/upbc/file_layout.cc | 0 {upb => upb-temp}/upbc/file_layout.h | 0 {upb => upb-temp}/upbc/get_used_fields.c | 0 {upb => upb-temp}/upbc/get_used_fields.h | 0 {upb => upb-temp}/upbc/keywords.cc | 0 {upb => upb-temp}/upbc/keywords.h | 0 {upb => upb-temp}/upbc/names.cc | 0 {upb => upb-temp}/upbc/names.h | 0 {upb => upb-temp}/upbc/plugin.h | 0 {upb => upb-temp}/upbc/protoc-gen-upb.cc | 0 {upb => upb-temp}/upbc/protoc-gen-upbdefs.cc | 0 {upb => upb-temp}/upbc/protoc-gen-upbdev.cc | 0 .../upbc/stage0/google/protobuf/compiler/plugin.upb.c | 0 .../upbc/stage0/google/protobuf/compiler/plugin.upb.h | 0 {upb => upb-temp}/upbc/subprocess.cc | 0 {upb => upb-temp}/upbc/subprocess.h | 0 {upb => upb-temp}/upbc/upbc_so.c | 0 {upb => upb-temp}/upbc/upbdev.c | 0 {upb => upb-temp}/upbc/upbdev.h | 0 426 files changed, 0 insertions(+), 0 deletions(-) rename {upb => upb-temp}/.bazelci/presubmit.yml (100%) rename {upb => upb-temp}/.bazelignore (100%) rename {upb => upb-temp}/.bazelrc (100%) rename {upb => upb-temp}/.clang-format (100%) rename {upb => upb-temp}/.github/actions/setup-bazel-cache/action.yml (100%) rename {upb => upb-temp}/.github/workflows/bazel_tests.yml (100%) rename {upb => upb-temp}/.github/workflows/clang_format.yml (100%) rename {upb => upb-temp}/.github/workflows/generate_files.yml (100%) rename {upb => upb-temp}/.github/workflows/mergeable.yml (100%) rename {upb => upb-temp}/.github/workflows/python_tests.yml (100%) rename {upb => upb-temp}/.gitignore (100%) rename {upb => upb-temp}/BUILD (100%) rename {upb => upb-temp}/CONTRIBUTING.md (100%) rename {upb => upb-temp}/LICENSE (100%) rename {upb => upb-temp}/README.md (100%) rename {upb => upb-temp}/WORKSPACE (100%) rename {upb => upb-temp}/bazel/BUILD (100%) rename {upb => upb-temp}/bazel/amalgamate.py (100%) rename {upb => upb-temp}/bazel/amalgamation.bzl (100%) rename {upb => upb-temp}/bazel/build_defs.bzl (100%) rename {upb => upb-temp}/bazel/lua.BUILD (100%) rename {upb => upb-temp}/bazel/protobuf.patch (100%) rename {upb => upb-temp}/bazel/py_proto_library.bzl (100%) rename {upb => upb-temp}/bazel/python_downloads.bzl (100%) rename {upb => upb-temp}/bazel/system_python.bzl (100%) rename {upb => upb-temp}/bazel/upb_proto_library.bzl (100%) rename {upb => upb-temp}/bazel/workspace_deps.bzl (100%) rename {upb => upb-temp}/benchmarks/BUILD (100%) rename {upb => upb-temp}/benchmarks/BUILD.googleapis (100%) rename {upb => upb-temp}/benchmarks/benchmark.cc (100%) rename {upb => upb-temp}/benchmarks/build_defs.bzl (100%) rename {upb => upb-temp}/benchmarks/compare.py (100%) rename {upb => upb-temp}/benchmarks/descriptor.proto (100%) rename {upb => upb-temp}/benchmarks/descriptor_sv.proto (100%) rename {upb => upb-temp}/benchmarks/empty.proto (100%) rename {upb => upb-temp}/benchmarks/gen_protobuf_binary_cc.py (100%) rename {upb => upb-temp}/benchmarks/gen_synthetic_protos.py (100%) rename {upb => upb-temp}/benchmarks/gen_upb_binary_c.py (100%) rename {upb => upb-temp}/cmake/BUILD.bazel (100%) rename {upb => upb-temp}/cmake/CMakeLists.txt (100%) rename {upb => upb-temp}/cmake/README.md (100%) rename {upb => upb-temp}/cmake/build_defs.bzl (100%) rename {upb => upb-temp}/cmake/google/protobuf/descriptor.upb.c (100%) rename {upb => upb-temp}/cmake/google/protobuf/descriptor.upb.h (100%) rename {upb => upb-temp}/cmake/make_cmakelists.py (100%) rename {upb => upb-temp}/cmake/push_auto_update.sh (100%) rename {upb => upb-temp}/cmake/staleness_test.py (100%) rename {upb => upb-temp}/cmake/staleness_test_lib.py (100%) rename {upb => upb-temp}/docs/design.md (100%) rename {upb => upb-temp}/docs/render.py (100%) rename {upb => upb-temp}/docs/style-guide.md (100%) rename {upb => upb-temp}/docs/vs-cpp-protos.md (100%) rename {upb => upb-temp}/docs/wrapping-upb.md (100%) rename {upb => upb-temp}/lua/BUILD.bazel (100%) rename {upb => upb-temp}/lua/README.md (100%) rename {upb => upb-temp}/lua/def.c (100%) rename {upb => upb-temp}/lua/lua_proto_library.bzl (100%) rename {upb => upb-temp}/lua/main.c (100%) rename {upb => upb-temp}/lua/msg.c (100%) rename {upb => upb-temp}/lua/test.proto (100%) rename {upb => upb-temp}/lua/test_upb.lua (100%) rename {upb => upb-temp}/lua/upb.c (100%) rename {upb => upb-temp}/lua/upb.h (100%) rename {upb => upb-temp}/lua/upb.lua (100%) rename {upb => upb-temp}/lua/upbc.cc (100%) rename {upb => upb-temp}/protos/BUILD (100%) rename {upb => upb-temp}/protos/bazel/BUILD (100%) rename {upb => upb-temp}/protos/bazel/upb_cc_proto_library.bzl (100%) rename {upb => upb-temp}/protos/protos.cc (100%) rename {upb => upb-temp}/protos/protos.h (100%) rename {upb => upb-temp}/protos/protos_extension_lock.cc (100%) rename {upb => upb-temp}/protos/protos_extension_lock.h (100%) rename {upb => upb-temp}/protos/protos_extension_lock_test.cc (100%) rename {upb => upb-temp}/protos/protos_internal.h (100%) rename {upb => upb-temp}/protos/protos_internal_test.cc (100%) rename {upb => upb-temp}/protos/protos_traits.h (100%) rename {upb => upb-temp}/protos/repeated_field.h (100%) rename {upb => upb-temp}/protos/repeated_field_iterator.h (100%) rename {upb => upb-temp}/protos/repeated_field_iterator_test.cc (100%) rename {upb => upb-temp}/protos_generator/BUILD (100%) rename {upb => upb-temp}/protos_generator/gen_accessors.cc (100%) rename {upb => upb-temp}/protos_generator/gen_accessors.h (100%) rename {upb => upb-temp}/protos_generator/gen_enums.cc (100%) rename {upb => upb-temp}/protos_generator/gen_enums.h (100%) rename {upb => upb-temp}/protos_generator/gen_extensions.cc (100%) rename {upb => upb-temp}/protos_generator/gen_extensions.h (100%) rename {upb => upb-temp}/protos_generator/gen_messages.cc (100%) rename {upb => upb-temp}/protos_generator/gen_messages.h (100%) rename {upb => upb-temp}/protos_generator/gen_repeated_fields.cc (100%) rename {upb => upb-temp}/protos_generator/gen_repeated_fields.h (100%) rename {upb => upb-temp}/protos_generator/gen_utils.cc (100%) rename {upb => upb-temp}/protos_generator/gen_utils.h (100%) rename {upb => upb-temp}/protos_generator/names.cc (100%) rename {upb => upb-temp}/protos_generator/names.h (100%) rename {upb => upb-temp}/protos_generator/output.cc (100%) rename {upb => upb-temp}/protos_generator/output.h (100%) rename {upb => upb-temp}/protos_generator/protoc-gen-upb-protos.cc (100%) rename {upb => upb-temp}/protos_generator/tests/BUILD (100%) rename {upb => upb-temp}/protos_generator/tests/child_model.proto (100%) rename {upb => upb-temp}/protos_generator/tests/legacy-name.proto (100%) rename {upb => upb-temp}/protos_generator/tests/naming_conflict.proto (100%) rename {upb => upb-temp}/protos_generator/tests/no_package.proto (100%) rename {upb => upb-temp}/protos_generator/tests/no_package_enum_user.proto (100%) rename {upb => upb-temp}/protos_generator/tests/test_enum.proto (100%) rename {upb => upb-temp}/protos_generator/tests/test_extension.proto (100%) rename {upb => upb-temp}/protos_generator/tests/test_generated.cc (100%) rename {upb => upb-temp}/protos_generator/tests/test_model.proto (100%) rename {upb => upb-temp}/python/BUILD (100%) rename {upb => upb-temp}/python/convert.c (100%) rename {upb => upb-temp}/python/convert.h (100%) rename {upb => upb-temp}/python/descriptor.c (100%) rename {upb => upb-temp}/python/descriptor.h (100%) rename {upb => upb-temp}/python/descriptor_containers.c (100%) rename {upb => upb-temp}/python/descriptor_containers.h (100%) rename {upb => upb-temp}/python/descriptor_pool.c (100%) rename {upb => upb-temp}/python/descriptor_pool.h (100%) rename {upb => upb-temp}/python/dist/BUILD.bazel (100%) rename {upb => upb-temp}/python/dist/MANIFEST.in (100%) rename {upb => upb-temp}/python/dist/dist.bzl (100%) rename {upb => upb-temp}/python/dist/setup.py (100%) rename {upb => upb-temp}/python/extension_dict.c (100%) rename {upb => upb-temp}/python/extension_dict.h (100%) rename {upb => upb-temp}/python/map.c (100%) rename {upb => upb-temp}/python/map.h (100%) rename {upb => upb-temp}/python/message.c (100%) rename {upb => upb-temp}/python/message.h (100%) rename {upb => upb-temp}/python/minimal_test.py (100%) rename {upb => upb-temp}/python/pb_unit_tests/BUILD (100%) rename {upb => upb-temp}/python/pb_unit_tests/README.md (100%) rename {upb => upb-temp}/python/pb_unit_tests/descriptor_database_test_wrapper.py (100%) rename {upb => upb-temp}/python/pb_unit_tests/descriptor_pool_test_wrapper.py (100%) rename {upb => upb-temp}/python/pb_unit_tests/descriptor_test_wrapper.py (100%) rename {upb => upb-temp}/python/pb_unit_tests/generator_test_wrapper.py (100%) rename {upb => upb-temp}/python/pb_unit_tests/json_format_test_wrapper.py (100%) rename {upb => upb-temp}/python/pb_unit_tests/keywords_test_wrapper.py (100%) rename {upb => upb-temp}/python/pb_unit_tests/message_factory_test_wrapper.py (100%) rename {upb => upb-temp}/python/pb_unit_tests/message_test_wrapper.py (100%) rename {upb => upb-temp}/python/pb_unit_tests/numpy_test_wrapper.py (100%) rename {upb => upb-temp}/python/pb_unit_tests/proto_builder_test_wrapper.py (100%) rename {upb => upb-temp}/python/pb_unit_tests/pyproto_test_wrapper.bzl (100%) rename {upb => upb-temp}/python/pb_unit_tests/reflection_test_wrapper.py (100%) rename {upb => upb-temp}/python/pb_unit_tests/service_reflection_test_wrapper.py (100%) rename {upb => upb-temp}/python/pb_unit_tests/symbol_database_test_wrapper.py (100%) rename {upb => upb-temp}/python/pb_unit_tests/text_encoding_test_wrapper.py (100%) rename {upb => upb-temp}/python/pb_unit_tests/text_format_test_wrapper.py (100%) rename {upb => upb-temp}/python/pb_unit_tests/unknown_fields_test_wrapper.py (100%) rename {upb => upb-temp}/python/pb_unit_tests/well_known_types_test_wrapper.py (100%) rename {upb => upb-temp}/python/pb_unit_tests/wire_format_test_wrapper.py (100%) rename {upb => upb-temp}/python/protobuf.c (100%) rename {upb => upb-temp}/python/protobuf.h (100%) rename {upb => upb-temp}/python/py_extension.bzl (100%) rename {upb => upb-temp}/python/python_api.h (100%) rename {upb => upb-temp}/python/repeated.c (100%) rename {upb => upb-temp}/python/repeated.h (100%) rename {upb => upb-temp}/python/requirements.txt (100%) rename {upb => upb-temp}/python/requirements_311.txt (100%) rename {upb => upb-temp}/python/unknown_fields.c (100%) rename {upb => upb-temp}/python/unknown_fields.h (100%) rename {upb => upb-temp}/python/version_script.lds (100%) rename {upb => upb-temp}/third_party/lunit/LICENSE (100%) rename {upb => upb-temp}/third_party/lunit/README.google (100%) rename {upb => upb-temp}/third_party/lunit/console.lua (100%) rename {upb => upb-temp}/third_party/lunit/lunit.lua (100%) rename {upb => upb-temp}/upb/base/BUILD (100%) rename {upb => upb-temp}/upb/base/descriptor_constants.h (100%) rename {upb => upb-temp}/upb/base/internal/log2.h (100%) rename {upb => upb-temp}/upb/base/status.c (100%) rename {upb => upb-temp}/upb/base/status.h (100%) rename {upb => upb-temp}/upb/base/status.hpp (100%) rename {upb => upb-temp}/upb/base/string_view.h (100%) rename {upb => upb-temp}/upb/collections/BUILD (100%) rename {upb => upb-temp}/upb/collections/array.c (100%) rename {upb => upb-temp}/upb/collections/array.h (100%) rename {upb => upb-temp}/upb/collections/array_split64.h (100%) rename {upb => upb-temp}/upb/collections/array_test.cc (100%) rename {upb => upb-temp}/upb/collections/internal/array.h (100%) rename {upb => upb-temp}/upb/collections/internal/map.h (100%) rename {upb => upb-temp}/upb/collections/internal/map_sorter.h (100%) rename {upb => upb-temp}/upb/collections/map.c (100%) rename {upb => upb-temp}/upb/collections/map.h (100%) rename {upb => upb-temp}/upb/collections/map_gencode_util.h (100%) rename {upb => upb-temp}/upb/collections/map_sorter.c (100%) rename {upb => upb-temp}/upb/collections/map_test.cc (100%) rename {upb => upb-temp}/upb/collections/message_value.h (100%) rename {upb => upb-temp}/upb/conformance/BUILD (100%) rename {upb => upb-temp}/upb/conformance/conformance_upb.c (100%) rename {upb => upb-temp}/upb/conformance/conformance_upb_failures.txt (100%) rename {upb => upb-temp}/upb/generated_code_support.h (100%) rename {upb => upb-temp}/upb/hash/BUILD (100%) rename {upb => upb-temp}/upb/hash/common.c (100%) rename {upb => upb-temp}/upb/hash/common.h (100%) rename {upb => upb-temp}/upb/hash/int_table.h (100%) rename {upb => upb-temp}/upb/hash/str_table.h (100%) rename {upb => upb-temp}/upb/hash/test.cc (100%) rename {upb => upb-temp}/upb/io/BUILD (100%) rename {upb => upb-temp}/upb/io/README.md (100%) rename {upb => upb-temp}/upb/io/chunked_input_stream.c (100%) rename {upb => upb-temp}/upb/io/chunked_input_stream.h (100%) rename {upb => upb-temp}/upb/io/chunked_output_stream.c (100%) rename {upb => upb-temp}/upb/io/chunked_output_stream.h (100%) rename {upb => upb-temp}/upb/io/string.h (100%) rename {upb => upb-temp}/upb/io/string_test.cc (100%) rename {upb => upb-temp}/upb/io/tokenizer.c (100%) rename {upb => upb-temp}/upb/io/tokenizer.h (100%) rename {upb => upb-temp}/upb/io/tokenizer_test.cc (100%) rename {upb => upb-temp}/upb/io/zero_copy_input_stream.h (100%) rename {upb => upb-temp}/upb/io/zero_copy_output_stream.h (100%) rename {upb => upb-temp}/upb/io/zero_copy_stream_test.cc (100%) rename {upb => upb-temp}/upb/json/BUILD (100%) rename {upb => upb-temp}/upb/json/decode.c (100%) rename {upb => upb-temp}/upb/json/decode.h (100%) rename {upb => upb-temp}/upb/json/decode_test.cc (100%) rename {upb => upb-temp}/upb/json/encode.c (100%) rename {upb => upb-temp}/upb/json/encode.h (100%) rename {upb => upb-temp}/upb/json/encode_test.cc (100%) rename {upb => upb-temp}/upb/json/test.proto (100%) rename {upb => upb-temp}/upb/lex/BUILD (100%) rename {upb => upb-temp}/upb/lex/atoi.c (100%) rename {upb => upb-temp}/upb/lex/atoi.h (100%) rename {upb => upb-temp}/upb/lex/atoi_test.cc (100%) rename {upb => upb-temp}/upb/lex/round_trip.c (100%) rename {upb => upb-temp}/upb/lex/round_trip.h (100%) rename {upb => upb-temp}/upb/lex/strtod.c (100%) rename {upb => upb-temp}/upb/lex/strtod.h (100%) rename {upb => upb-temp}/upb/lex/unicode.c (100%) rename {upb => upb-temp}/upb/lex/unicode.h (100%) rename {upb => upb-temp}/upb/mem/BUILD (100%) rename {upb => upb-temp}/upb/mem/alloc.c (100%) rename {upb => upb-temp}/upb/mem/alloc.h (100%) rename {upb => upb-temp}/upb/mem/arena.c (100%) rename {upb => upb-temp}/upb/mem/arena.h (100%) rename {upb => upb-temp}/upb/mem/arena.hpp (100%) rename {upb => upb-temp}/upb/mem/arena_test.cc (100%) rename {upb => upb-temp}/upb/mem/internal/arena.h (100%) rename {upb => upb-temp}/upb/message/BUILD (100%) rename {upb => upb-temp}/upb/message/accessors.c (100%) rename {upb => upb-temp}/upb/message/accessors.h (100%) rename {upb => upb-temp}/upb/message/accessors_split64.h (100%) rename {upb => upb-temp}/upb/message/accessors_test.cc (100%) rename {upb => upb-temp}/upb/message/copy.c (100%) rename {upb => upb-temp}/upb/message/copy.h (100%) rename {upb => upb-temp}/upb/message/copy_test.cc (100%) rename {upb => upb-temp}/upb/message/internal/accessors.h (100%) rename {upb => upb-temp}/upb/message/internal/extension.h (100%) rename {upb => upb-temp}/upb/message/internal/map_entry.h (100%) rename {upb => upb-temp}/upb/message/internal/message.h (100%) rename {upb => upb-temp}/upb/message/message.c (100%) rename {upb => upb-temp}/upb/message/message.h (100%) rename {upb => upb-temp}/upb/message/promote.c (100%) rename {upb => upb-temp}/upb/message/promote.h (100%) rename {upb => upb-temp}/upb/message/promote_test.cc (100%) rename {upb => upb-temp}/upb/message/tagged_ptr.h (100%) rename {upb => upb-temp}/upb/message/test.cc (100%) rename {upb => upb-temp}/upb/message/test.proto (100%) rename {upb => upb-temp}/upb/message/types.h (100%) rename {upb => upb-temp}/upb/mini_descriptor/BUILD (100%) rename {upb => upb-temp}/upb/mini_descriptor/build_enum.c (100%) rename {upb => upb-temp}/upb/mini_descriptor/build_enum.h (100%) rename {upb => upb-temp}/upb/mini_descriptor/decode.c (100%) rename {upb => upb-temp}/upb/mini_descriptor/decode.h (100%) rename {upb => upb-temp}/upb/mini_descriptor/internal/base92.c (100%) rename {upb => upb-temp}/upb/mini_descriptor/internal/base92.h (100%) rename {upb => upb-temp}/upb/mini_descriptor/internal/decoder.h (100%) rename {upb => upb-temp}/upb/mini_descriptor/internal/encode.c (100%) rename {upb => upb-temp}/upb/mini_descriptor/internal/encode.h (100%) rename {upb => upb-temp}/upb/mini_descriptor/internal/encode.hpp (100%) rename {upb => upb-temp}/upb/mini_descriptor/internal/encode_test.cc (100%) rename {upb => upb-temp}/upb/mini_descriptor/internal/modifiers.h (100%) rename {upb => upb-temp}/upb/mini_descriptor/internal/wire_constants.h (100%) rename {upb => upb-temp}/upb/mini_descriptor/link.c (100%) rename {upb => upb-temp}/upb/mini_descriptor/link.h (100%) rename {upb => upb-temp}/upb/mini_table/BUILD (100%) rename {upb => upb-temp}/upb/mini_table/compat.c (100%) rename {upb => upb-temp}/upb/mini_table/compat.h (100%) rename {upb => upb-temp}/upb/mini_table/enum.h (100%) rename {upb => upb-temp}/upb/mini_table/extension.h (100%) rename {upb => upb-temp}/upb/mini_table/extension_registry.c (100%) rename {upb => upb-temp}/upb/mini_table/extension_registry.h (100%) rename {upb => upb-temp}/upb/mini_table/field.h (100%) rename {upb => upb-temp}/upb/mini_table/file.h (100%) rename {upb => upb-temp}/upb/mini_table/internal/enum.h (100%) rename {upb => upb-temp}/upb/mini_table/internal/extension.h (100%) rename {upb => upb-temp}/upb/mini_table/internal/field.h (100%) rename {upb => upb-temp}/upb/mini_table/internal/file.h (100%) rename {upb => upb-temp}/upb/mini_table/internal/message.c (100%) rename {upb => upb-temp}/upb/mini_table/internal/message.h (100%) rename {upb => upb-temp}/upb/mini_table/internal/sub.h (100%) rename {upb => upb-temp}/upb/mini_table/message.c (100%) rename {upb => upb-temp}/upb/mini_table/message.h (100%) rename {upb => upb-temp}/upb/mini_table/sub.h (100%) rename {upb => upb-temp}/upb/port/BUILD (100%) rename {upb => upb-temp}/upb/port/atomic.h (100%) rename {upb => upb-temp}/upb/port/def.inc (100%) rename {upb => upb-temp}/upb/port/undef.inc (100%) rename {upb => upb-temp}/upb/port/vsnprintf_compat.h (100%) rename {upb => upb-temp}/upb/reflection/common.h (100%) rename {upb => upb-temp}/upb/reflection/def.h (100%) rename {upb => upb-temp}/upb/reflection/def.hpp (100%) rename {upb => upb-temp}/upb/reflection/def_builder.c (100%) rename {upb => upb-temp}/upb/reflection/def_builder_test.cc (100%) rename {upb => upb-temp}/upb/reflection/def_pool.c (100%) rename {upb => upb-temp}/upb/reflection/def_pool.h (100%) rename {upb => upb-temp}/upb/reflection/def_type.c (100%) rename {upb => upb-temp}/upb/reflection/def_type.h (100%) rename {upb => upb-temp}/upb/reflection/desc_state.c (100%) rename {upb => upb-temp}/upb/reflection/enum_def.c (100%) rename {upb => upb-temp}/upb/reflection/enum_def.h (100%) rename {upb => upb-temp}/upb/reflection/enum_reserved_range.c (100%) rename {upb => upb-temp}/upb/reflection/enum_reserved_range.h (100%) rename {upb => upb-temp}/upb/reflection/enum_value_def.c (100%) rename {upb => upb-temp}/upb/reflection/enum_value_def.h (100%) rename {upb => upb-temp}/upb/reflection/extension_range.c (100%) rename {upb => upb-temp}/upb/reflection/extension_range.h (100%) rename {upb => upb-temp}/upb/reflection/field_def.c (100%) rename {upb => upb-temp}/upb/reflection/field_def.h (100%) rename {upb => upb-temp}/upb/reflection/file_def.c (100%) rename {upb => upb-temp}/upb/reflection/file_def.h (100%) rename {upb => upb-temp}/upb/reflection/internal/def_builder.h (100%) rename {upb => upb-temp}/upb/reflection/internal/def_pool.h (100%) rename {upb => upb-temp}/upb/reflection/internal/desc_state.h (100%) rename {upb => upb-temp}/upb/reflection/internal/enum_def.h (100%) rename {upb => upb-temp}/upb/reflection/internal/enum_reserved_range.h (100%) rename {upb => upb-temp}/upb/reflection/internal/enum_value_def.h (100%) rename {upb => upb-temp}/upb/reflection/internal/extension_range.h (100%) rename {upb => upb-temp}/upb/reflection/internal/field_def.h (100%) rename {upb => upb-temp}/upb/reflection/internal/file_def.h (100%) rename {upb => upb-temp}/upb/reflection/internal/message_def.h (100%) rename {upb => upb-temp}/upb/reflection/internal/message_reserved_range.h (100%) rename {upb => upb-temp}/upb/reflection/internal/method_def.h (100%) rename {upb => upb-temp}/upb/reflection/internal/oneof_def.h (100%) rename {upb => upb-temp}/upb/reflection/internal/service_def.h (100%) rename {upb => upb-temp}/upb/reflection/message.c (100%) rename {upb => upb-temp}/upb/reflection/message.h (100%) rename {upb => upb-temp}/upb/reflection/message.hpp (100%) rename {upb => upb-temp}/upb/reflection/message_def.c (100%) rename {upb => upb-temp}/upb/reflection/message_def.h (100%) rename {upb => upb-temp}/upb/reflection/message_reserved_range.c (100%) rename {upb => upb-temp}/upb/reflection/message_reserved_range.h (100%) rename {upb => upb-temp}/upb/reflection/method_def.c (100%) rename {upb => upb-temp}/upb/reflection/method_def.h (100%) rename {upb => upb-temp}/upb/reflection/oneof_def.c (100%) rename {upb => upb-temp}/upb/reflection/oneof_def.h (100%) rename {upb => upb-temp}/upb/reflection/service_def.c (100%) rename {upb => upb-temp}/upb/reflection/service_def.h (100%) rename {upb => upb-temp}/upb/reflection/stage0/google/protobuf/descriptor.upb.c (100%) rename {upb => upb-temp}/upb/reflection/stage0/google/protobuf/descriptor.upb.h (100%) rename {upb => upb-temp}/upb/test/BUILD (100%) rename {upb => upb-temp}/upb/test/empty.proto (100%) rename {upb => upb-temp}/upb/test/fuzz_util.cc (100%) rename {upb => upb-temp}/upb/test/fuzz_util.h (100%) rename {upb => upb-temp}/upb/test/parse_text_proto.h (100%) rename {upb => upb-temp}/upb/test/proto3_test.cc (100%) rename {upb => upb-temp}/upb/test/proto3_test.proto (100%) rename {upb => upb-temp}/upb/test/test.proto (100%) rename {upb => upb-temp}/upb/test/test_cpp.cc (100%) rename {upb => upb-temp}/upb/test/test_cpp.proto (100%) rename {upb => upb-temp}/upb/test/test_generated_code.cc (100%) rename {upb => upb-temp}/upb/test/test_import_empty_srcs.cc (100%) rename {upb => upb-temp}/upb/test/test_import_empty_srcs.proto (100%) rename {upb => upb-temp}/upb/test/test_mini_table_oneof.cc (100%) rename {upb => upb-temp}/upb/text/BUILD (100%) rename {upb => upb-temp}/upb/text/encode.c (100%) rename {upb => upb-temp}/upb/text/encode.h (100%) rename {upb => upb-temp}/upb/upb.hpp (100%) rename {upb => upb-temp}/upb/upb_so.c (100%) rename {upb => upb-temp}/upb/util/BUILD (100%) rename {upb => upb-temp}/upb/util/README.md (100%) rename {upb => upb-temp}/upb/util/compare.c (100%) rename {upb => upb-temp}/upb/util/compare.h (100%) rename {upb => upb-temp}/upb/util/compare_test.cc (100%) rename {upb => upb-temp}/upb/util/def_to_proto.c (100%) rename {upb => upb-temp}/upb/util/def_to_proto.h (100%) rename {upb => upb-temp}/upb/util/def_to_proto_fuzz_test.cc (100%) rename {upb => upb-temp}/upb/util/def_to_proto_public_import_test.proto (100%) rename {upb => upb-temp}/upb/util/def_to_proto_regular_import_test.proto (100%) rename {upb => upb-temp}/upb/util/def_to_proto_test.cc (100%) rename {upb => upb-temp}/upb/util/def_to_proto_test.h (100%) rename {upb => upb-temp}/upb/util/def_to_proto_test.proto (100%) rename {upb => upb-temp}/upb/util/def_to_proto_weak_import_test.proto (100%) rename {upb => upb-temp}/upb/util/def_to_proto_wweak_import_test.proto (100%) rename {upb => upb-temp}/upb/util/required_fields.c (100%) rename {upb => upb-temp}/upb/util/required_fields.h (100%) rename {upb => upb-temp}/upb/util/required_fields_test.cc (100%) rename {upb => upb-temp}/upb/util/required_fields_test.proto (100%) rename {upb => upb-temp}/upb/wire/BUILD (100%) rename {upb => upb-temp}/upb/wire/decode.c (100%) rename {upb => upb-temp}/upb/wire/decode.h (100%) rename {upb => upb-temp}/upb/wire/decode_fast.c (100%) rename {upb => upb-temp}/upb/wire/decode_fast.h (100%) rename {upb => upb-temp}/upb/wire/encode.c (100%) rename {upb => upb-temp}/upb/wire/encode.h (100%) rename {upb => upb-temp}/upb/wire/eps_copy_input_stream.c (100%) rename {upb => upb-temp}/upb/wire/eps_copy_input_stream.h (100%) rename {upb => upb-temp}/upb/wire/eps_copy_input_stream_test.cc (100%) rename {upb => upb-temp}/upb/wire/internal/common.h (100%) rename {upb => upb-temp}/upb/wire/internal/decode.h (100%) rename {upb => upb-temp}/upb/wire/internal/swap.h (100%) rename {upb => upb-temp}/upb/wire/reader.c (100%) rename {upb => upb-temp}/upb/wire/reader.h (100%) rename {upb => upb-temp}/upb/wire/types.h (100%) rename {upb => upb-temp}/upbc/BUILD (100%) rename {upb => upb-temp}/upbc/bootstrap_compiler.bzl (100%) rename {upb => upb-temp}/upbc/code_generator_request.c (100%) rename {upb => upb-temp}/upbc/code_generator_request.h (100%) rename {upb => upb-temp}/upbc/code_generator_request.proto (100%) rename {upb => upb-temp}/upbc/common.cc (100%) rename {upb => upb-temp}/upbc/common.h (100%) rename {upb => upb-temp}/upbc/file_layout.cc (100%) rename {upb => upb-temp}/upbc/file_layout.h (100%) rename {upb => upb-temp}/upbc/get_used_fields.c (100%) rename {upb => upb-temp}/upbc/get_used_fields.h (100%) rename {upb => upb-temp}/upbc/keywords.cc (100%) rename {upb => upb-temp}/upbc/keywords.h (100%) rename {upb => upb-temp}/upbc/names.cc (100%) rename {upb => upb-temp}/upbc/names.h (100%) rename {upb => upb-temp}/upbc/plugin.h (100%) rename {upb => upb-temp}/upbc/protoc-gen-upb.cc (100%) rename {upb => upb-temp}/upbc/protoc-gen-upbdefs.cc (100%) rename {upb => upb-temp}/upbc/protoc-gen-upbdev.cc (100%) rename {upb => upb-temp}/upbc/stage0/google/protobuf/compiler/plugin.upb.c (100%) rename {upb => upb-temp}/upbc/stage0/google/protobuf/compiler/plugin.upb.h (100%) rename {upb => upb-temp}/upbc/subprocess.cc (100%) rename {upb => upb-temp}/upbc/subprocess.h (100%) rename {upb => upb-temp}/upbc/upbc_so.c (100%) rename {upb => upb-temp}/upbc/upbdev.c (100%) rename {upb => upb-temp}/upbc/upbdev.h (100%) diff --git a/upb/.bazelci/presubmit.yml b/upb-temp/.bazelci/presubmit.yml similarity index 100% rename from upb/.bazelci/presubmit.yml rename to upb-temp/.bazelci/presubmit.yml diff --git a/upb/.bazelignore b/upb-temp/.bazelignore similarity index 100% rename from upb/.bazelignore rename to upb-temp/.bazelignore diff --git a/upb/.bazelrc b/upb-temp/.bazelrc similarity index 100% rename from upb/.bazelrc rename to upb-temp/.bazelrc diff --git a/upb/.clang-format b/upb-temp/.clang-format similarity index 100% rename from upb/.clang-format rename to upb-temp/.clang-format diff --git a/upb/.github/actions/setup-bazel-cache/action.yml b/upb-temp/.github/actions/setup-bazel-cache/action.yml similarity index 100% rename from upb/.github/actions/setup-bazel-cache/action.yml rename to upb-temp/.github/actions/setup-bazel-cache/action.yml diff --git a/upb/.github/workflows/bazel_tests.yml b/upb-temp/.github/workflows/bazel_tests.yml similarity index 100% rename from upb/.github/workflows/bazel_tests.yml rename to upb-temp/.github/workflows/bazel_tests.yml diff --git a/upb/.github/workflows/clang_format.yml b/upb-temp/.github/workflows/clang_format.yml similarity index 100% rename from upb/.github/workflows/clang_format.yml rename to upb-temp/.github/workflows/clang_format.yml diff --git a/upb/.github/workflows/generate_files.yml b/upb-temp/.github/workflows/generate_files.yml similarity index 100% rename from upb/.github/workflows/generate_files.yml rename to upb-temp/.github/workflows/generate_files.yml diff --git a/upb/.github/workflows/mergeable.yml b/upb-temp/.github/workflows/mergeable.yml similarity index 100% rename from upb/.github/workflows/mergeable.yml rename to upb-temp/.github/workflows/mergeable.yml diff --git a/upb/.github/workflows/python_tests.yml b/upb-temp/.github/workflows/python_tests.yml similarity index 100% rename from upb/.github/workflows/python_tests.yml rename to upb-temp/.github/workflows/python_tests.yml diff --git a/upb/.gitignore b/upb-temp/.gitignore similarity index 100% rename from upb/.gitignore rename to upb-temp/.gitignore diff --git a/upb/BUILD b/upb-temp/BUILD similarity index 100% rename from upb/BUILD rename to upb-temp/BUILD diff --git a/upb/CONTRIBUTING.md b/upb-temp/CONTRIBUTING.md similarity index 100% rename from upb/CONTRIBUTING.md rename to upb-temp/CONTRIBUTING.md diff --git a/upb/LICENSE b/upb-temp/LICENSE similarity index 100% rename from upb/LICENSE rename to upb-temp/LICENSE diff --git a/upb/README.md b/upb-temp/README.md similarity index 100% rename from upb/README.md rename to upb-temp/README.md diff --git a/upb/WORKSPACE b/upb-temp/WORKSPACE similarity index 100% rename from upb/WORKSPACE rename to upb-temp/WORKSPACE diff --git a/upb/bazel/BUILD b/upb-temp/bazel/BUILD similarity index 100% rename from upb/bazel/BUILD rename to upb-temp/bazel/BUILD diff --git a/upb/bazel/amalgamate.py b/upb-temp/bazel/amalgamate.py similarity index 100% rename from upb/bazel/amalgamate.py rename to upb-temp/bazel/amalgamate.py diff --git a/upb/bazel/amalgamation.bzl b/upb-temp/bazel/amalgamation.bzl similarity index 100% rename from upb/bazel/amalgamation.bzl rename to upb-temp/bazel/amalgamation.bzl diff --git a/upb/bazel/build_defs.bzl b/upb-temp/bazel/build_defs.bzl similarity index 100% rename from upb/bazel/build_defs.bzl rename to upb-temp/bazel/build_defs.bzl diff --git a/upb/bazel/lua.BUILD b/upb-temp/bazel/lua.BUILD similarity index 100% rename from upb/bazel/lua.BUILD rename to upb-temp/bazel/lua.BUILD diff --git a/upb/bazel/protobuf.patch b/upb-temp/bazel/protobuf.patch similarity index 100% rename from upb/bazel/protobuf.patch rename to upb-temp/bazel/protobuf.patch diff --git a/upb/bazel/py_proto_library.bzl b/upb-temp/bazel/py_proto_library.bzl similarity index 100% rename from upb/bazel/py_proto_library.bzl rename to upb-temp/bazel/py_proto_library.bzl diff --git a/upb/bazel/python_downloads.bzl b/upb-temp/bazel/python_downloads.bzl similarity index 100% rename from upb/bazel/python_downloads.bzl rename to upb-temp/bazel/python_downloads.bzl diff --git a/upb/bazel/system_python.bzl b/upb-temp/bazel/system_python.bzl similarity index 100% rename from upb/bazel/system_python.bzl rename to upb-temp/bazel/system_python.bzl diff --git a/upb/bazel/upb_proto_library.bzl b/upb-temp/bazel/upb_proto_library.bzl similarity index 100% rename from upb/bazel/upb_proto_library.bzl rename to upb-temp/bazel/upb_proto_library.bzl diff --git a/upb/bazel/workspace_deps.bzl b/upb-temp/bazel/workspace_deps.bzl similarity index 100% rename from upb/bazel/workspace_deps.bzl rename to upb-temp/bazel/workspace_deps.bzl diff --git a/upb/benchmarks/BUILD b/upb-temp/benchmarks/BUILD similarity index 100% rename from upb/benchmarks/BUILD rename to upb-temp/benchmarks/BUILD diff --git a/upb/benchmarks/BUILD.googleapis b/upb-temp/benchmarks/BUILD.googleapis similarity index 100% rename from upb/benchmarks/BUILD.googleapis rename to upb-temp/benchmarks/BUILD.googleapis diff --git a/upb/benchmarks/benchmark.cc b/upb-temp/benchmarks/benchmark.cc similarity index 100% rename from upb/benchmarks/benchmark.cc rename to upb-temp/benchmarks/benchmark.cc diff --git a/upb/benchmarks/build_defs.bzl b/upb-temp/benchmarks/build_defs.bzl similarity index 100% rename from upb/benchmarks/build_defs.bzl rename to upb-temp/benchmarks/build_defs.bzl diff --git a/upb/benchmarks/compare.py b/upb-temp/benchmarks/compare.py similarity index 100% rename from upb/benchmarks/compare.py rename to upb-temp/benchmarks/compare.py diff --git a/upb/benchmarks/descriptor.proto b/upb-temp/benchmarks/descriptor.proto similarity index 100% rename from upb/benchmarks/descriptor.proto rename to upb-temp/benchmarks/descriptor.proto diff --git a/upb/benchmarks/descriptor_sv.proto b/upb-temp/benchmarks/descriptor_sv.proto similarity index 100% rename from upb/benchmarks/descriptor_sv.proto rename to upb-temp/benchmarks/descriptor_sv.proto diff --git a/upb/benchmarks/empty.proto b/upb-temp/benchmarks/empty.proto similarity index 100% rename from upb/benchmarks/empty.proto rename to upb-temp/benchmarks/empty.proto diff --git a/upb/benchmarks/gen_protobuf_binary_cc.py b/upb-temp/benchmarks/gen_protobuf_binary_cc.py similarity index 100% rename from upb/benchmarks/gen_protobuf_binary_cc.py rename to upb-temp/benchmarks/gen_protobuf_binary_cc.py diff --git a/upb/benchmarks/gen_synthetic_protos.py b/upb-temp/benchmarks/gen_synthetic_protos.py similarity index 100% rename from upb/benchmarks/gen_synthetic_protos.py rename to upb-temp/benchmarks/gen_synthetic_protos.py diff --git a/upb/benchmarks/gen_upb_binary_c.py b/upb-temp/benchmarks/gen_upb_binary_c.py similarity index 100% rename from upb/benchmarks/gen_upb_binary_c.py rename to upb-temp/benchmarks/gen_upb_binary_c.py diff --git a/upb/cmake/BUILD.bazel b/upb-temp/cmake/BUILD.bazel similarity index 100% rename from upb/cmake/BUILD.bazel rename to upb-temp/cmake/BUILD.bazel diff --git a/upb/cmake/CMakeLists.txt b/upb-temp/cmake/CMakeLists.txt similarity index 100% rename from upb/cmake/CMakeLists.txt rename to upb-temp/cmake/CMakeLists.txt diff --git a/upb/cmake/README.md b/upb-temp/cmake/README.md similarity index 100% rename from upb/cmake/README.md rename to upb-temp/cmake/README.md diff --git a/upb/cmake/build_defs.bzl b/upb-temp/cmake/build_defs.bzl similarity index 100% rename from upb/cmake/build_defs.bzl rename to upb-temp/cmake/build_defs.bzl diff --git a/upb/cmake/google/protobuf/descriptor.upb.c b/upb-temp/cmake/google/protobuf/descriptor.upb.c similarity index 100% rename from upb/cmake/google/protobuf/descriptor.upb.c rename to upb-temp/cmake/google/protobuf/descriptor.upb.c diff --git a/upb/cmake/google/protobuf/descriptor.upb.h b/upb-temp/cmake/google/protobuf/descriptor.upb.h similarity index 100% rename from upb/cmake/google/protobuf/descriptor.upb.h rename to upb-temp/cmake/google/protobuf/descriptor.upb.h diff --git a/upb/cmake/make_cmakelists.py b/upb-temp/cmake/make_cmakelists.py similarity index 100% rename from upb/cmake/make_cmakelists.py rename to upb-temp/cmake/make_cmakelists.py diff --git a/upb/cmake/push_auto_update.sh b/upb-temp/cmake/push_auto_update.sh similarity index 100% rename from upb/cmake/push_auto_update.sh rename to upb-temp/cmake/push_auto_update.sh diff --git a/upb/cmake/staleness_test.py b/upb-temp/cmake/staleness_test.py similarity index 100% rename from upb/cmake/staleness_test.py rename to upb-temp/cmake/staleness_test.py diff --git a/upb/cmake/staleness_test_lib.py b/upb-temp/cmake/staleness_test_lib.py similarity index 100% rename from upb/cmake/staleness_test_lib.py rename to upb-temp/cmake/staleness_test_lib.py diff --git a/upb/docs/design.md b/upb-temp/docs/design.md similarity index 100% rename from upb/docs/design.md rename to upb-temp/docs/design.md diff --git a/upb/docs/render.py b/upb-temp/docs/render.py similarity index 100% rename from upb/docs/render.py rename to upb-temp/docs/render.py diff --git a/upb/docs/style-guide.md b/upb-temp/docs/style-guide.md similarity index 100% rename from upb/docs/style-guide.md rename to upb-temp/docs/style-guide.md diff --git a/upb/docs/vs-cpp-protos.md b/upb-temp/docs/vs-cpp-protos.md similarity index 100% rename from upb/docs/vs-cpp-protos.md rename to upb-temp/docs/vs-cpp-protos.md diff --git a/upb/docs/wrapping-upb.md b/upb-temp/docs/wrapping-upb.md similarity index 100% rename from upb/docs/wrapping-upb.md rename to upb-temp/docs/wrapping-upb.md diff --git a/upb/lua/BUILD.bazel b/upb-temp/lua/BUILD.bazel similarity index 100% rename from upb/lua/BUILD.bazel rename to upb-temp/lua/BUILD.bazel diff --git a/upb/lua/README.md b/upb-temp/lua/README.md similarity index 100% rename from upb/lua/README.md rename to upb-temp/lua/README.md diff --git a/upb/lua/def.c b/upb-temp/lua/def.c similarity index 100% rename from upb/lua/def.c rename to upb-temp/lua/def.c diff --git a/upb/lua/lua_proto_library.bzl b/upb-temp/lua/lua_proto_library.bzl similarity index 100% rename from upb/lua/lua_proto_library.bzl rename to upb-temp/lua/lua_proto_library.bzl diff --git a/upb/lua/main.c b/upb-temp/lua/main.c similarity index 100% rename from upb/lua/main.c rename to upb-temp/lua/main.c diff --git a/upb/lua/msg.c b/upb-temp/lua/msg.c similarity index 100% rename from upb/lua/msg.c rename to upb-temp/lua/msg.c diff --git a/upb/lua/test.proto b/upb-temp/lua/test.proto similarity index 100% rename from upb/lua/test.proto rename to upb-temp/lua/test.proto diff --git a/upb/lua/test_upb.lua b/upb-temp/lua/test_upb.lua similarity index 100% rename from upb/lua/test_upb.lua rename to upb-temp/lua/test_upb.lua diff --git a/upb/lua/upb.c b/upb-temp/lua/upb.c similarity index 100% rename from upb/lua/upb.c rename to upb-temp/lua/upb.c diff --git a/upb/lua/upb.h b/upb-temp/lua/upb.h similarity index 100% rename from upb/lua/upb.h rename to upb-temp/lua/upb.h diff --git a/upb/lua/upb.lua b/upb-temp/lua/upb.lua similarity index 100% rename from upb/lua/upb.lua rename to upb-temp/lua/upb.lua diff --git a/upb/lua/upbc.cc b/upb-temp/lua/upbc.cc similarity index 100% rename from upb/lua/upbc.cc rename to upb-temp/lua/upbc.cc diff --git a/upb/protos/BUILD b/upb-temp/protos/BUILD similarity index 100% rename from upb/protos/BUILD rename to upb-temp/protos/BUILD diff --git a/upb/protos/bazel/BUILD b/upb-temp/protos/bazel/BUILD similarity index 100% rename from upb/protos/bazel/BUILD rename to upb-temp/protos/bazel/BUILD diff --git a/upb/protos/bazel/upb_cc_proto_library.bzl b/upb-temp/protos/bazel/upb_cc_proto_library.bzl similarity index 100% rename from upb/protos/bazel/upb_cc_proto_library.bzl rename to upb-temp/protos/bazel/upb_cc_proto_library.bzl diff --git a/upb/protos/protos.cc b/upb-temp/protos/protos.cc similarity index 100% rename from upb/protos/protos.cc rename to upb-temp/protos/protos.cc diff --git a/upb/protos/protos.h b/upb-temp/protos/protos.h similarity index 100% rename from upb/protos/protos.h rename to upb-temp/protos/protos.h diff --git a/upb/protos/protos_extension_lock.cc b/upb-temp/protos/protos_extension_lock.cc similarity index 100% rename from upb/protos/protos_extension_lock.cc rename to upb-temp/protos/protos_extension_lock.cc diff --git a/upb/protos/protos_extension_lock.h b/upb-temp/protos/protos_extension_lock.h similarity index 100% rename from upb/protos/protos_extension_lock.h rename to upb-temp/protos/protos_extension_lock.h diff --git a/upb/protos/protos_extension_lock_test.cc b/upb-temp/protos/protos_extension_lock_test.cc similarity index 100% rename from upb/protos/protos_extension_lock_test.cc rename to upb-temp/protos/protos_extension_lock_test.cc diff --git a/upb/protos/protos_internal.h b/upb-temp/protos/protos_internal.h similarity index 100% rename from upb/protos/protos_internal.h rename to upb-temp/protos/protos_internal.h diff --git a/upb/protos/protos_internal_test.cc b/upb-temp/protos/protos_internal_test.cc similarity index 100% rename from upb/protos/protos_internal_test.cc rename to upb-temp/protos/protos_internal_test.cc diff --git a/upb/protos/protos_traits.h b/upb-temp/protos/protos_traits.h similarity index 100% rename from upb/protos/protos_traits.h rename to upb-temp/protos/protos_traits.h diff --git a/upb/protos/repeated_field.h b/upb-temp/protos/repeated_field.h similarity index 100% rename from upb/protos/repeated_field.h rename to upb-temp/protos/repeated_field.h diff --git a/upb/protos/repeated_field_iterator.h b/upb-temp/protos/repeated_field_iterator.h similarity index 100% rename from upb/protos/repeated_field_iterator.h rename to upb-temp/protos/repeated_field_iterator.h diff --git a/upb/protos/repeated_field_iterator_test.cc b/upb-temp/protos/repeated_field_iterator_test.cc similarity index 100% rename from upb/protos/repeated_field_iterator_test.cc rename to upb-temp/protos/repeated_field_iterator_test.cc diff --git a/upb/protos_generator/BUILD b/upb-temp/protos_generator/BUILD similarity index 100% rename from upb/protos_generator/BUILD rename to upb-temp/protos_generator/BUILD diff --git a/upb/protos_generator/gen_accessors.cc b/upb-temp/protos_generator/gen_accessors.cc similarity index 100% rename from upb/protos_generator/gen_accessors.cc rename to upb-temp/protos_generator/gen_accessors.cc diff --git a/upb/protos_generator/gen_accessors.h b/upb-temp/protos_generator/gen_accessors.h similarity index 100% rename from upb/protos_generator/gen_accessors.h rename to upb-temp/protos_generator/gen_accessors.h diff --git a/upb/protos_generator/gen_enums.cc b/upb-temp/protos_generator/gen_enums.cc similarity index 100% rename from upb/protos_generator/gen_enums.cc rename to upb-temp/protos_generator/gen_enums.cc diff --git a/upb/protos_generator/gen_enums.h b/upb-temp/protos_generator/gen_enums.h similarity index 100% rename from upb/protos_generator/gen_enums.h rename to upb-temp/protos_generator/gen_enums.h diff --git a/upb/protos_generator/gen_extensions.cc b/upb-temp/protos_generator/gen_extensions.cc similarity index 100% rename from upb/protos_generator/gen_extensions.cc rename to upb-temp/protos_generator/gen_extensions.cc diff --git a/upb/protos_generator/gen_extensions.h b/upb-temp/protos_generator/gen_extensions.h similarity index 100% rename from upb/protos_generator/gen_extensions.h rename to upb-temp/protos_generator/gen_extensions.h diff --git a/upb/protos_generator/gen_messages.cc b/upb-temp/protos_generator/gen_messages.cc similarity index 100% rename from upb/protos_generator/gen_messages.cc rename to upb-temp/protos_generator/gen_messages.cc diff --git a/upb/protos_generator/gen_messages.h b/upb-temp/protos_generator/gen_messages.h similarity index 100% rename from upb/protos_generator/gen_messages.h rename to upb-temp/protos_generator/gen_messages.h diff --git a/upb/protos_generator/gen_repeated_fields.cc b/upb-temp/protos_generator/gen_repeated_fields.cc similarity index 100% rename from upb/protos_generator/gen_repeated_fields.cc rename to upb-temp/protos_generator/gen_repeated_fields.cc diff --git a/upb/protos_generator/gen_repeated_fields.h b/upb-temp/protos_generator/gen_repeated_fields.h similarity index 100% rename from upb/protos_generator/gen_repeated_fields.h rename to upb-temp/protos_generator/gen_repeated_fields.h diff --git a/upb/protos_generator/gen_utils.cc b/upb-temp/protos_generator/gen_utils.cc similarity index 100% rename from upb/protos_generator/gen_utils.cc rename to upb-temp/protos_generator/gen_utils.cc diff --git a/upb/protos_generator/gen_utils.h b/upb-temp/protos_generator/gen_utils.h similarity index 100% rename from upb/protos_generator/gen_utils.h rename to upb-temp/protos_generator/gen_utils.h diff --git a/upb/protos_generator/names.cc b/upb-temp/protos_generator/names.cc similarity index 100% rename from upb/protos_generator/names.cc rename to upb-temp/protos_generator/names.cc diff --git a/upb/protos_generator/names.h b/upb-temp/protos_generator/names.h similarity index 100% rename from upb/protos_generator/names.h rename to upb-temp/protos_generator/names.h diff --git a/upb/protos_generator/output.cc b/upb-temp/protos_generator/output.cc similarity index 100% rename from upb/protos_generator/output.cc rename to upb-temp/protos_generator/output.cc diff --git a/upb/protos_generator/output.h b/upb-temp/protos_generator/output.h similarity index 100% rename from upb/protos_generator/output.h rename to upb-temp/protos_generator/output.h diff --git a/upb/protos_generator/protoc-gen-upb-protos.cc b/upb-temp/protos_generator/protoc-gen-upb-protos.cc similarity index 100% rename from upb/protos_generator/protoc-gen-upb-protos.cc rename to upb-temp/protos_generator/protoc-gen-upb-protos.cc diff --git a/upb/protos_generator/tests/BUILD b/upb-temp/protos_generator/tests/BUILD similarity index 100% rename from upb/protos_generator/tests/BUILD rename to upb-temp/protos_generator/tests/BUILD diff --git a/upb/protos_generator/tests/child_model.proto b/upb-temp/protos_generator/tests/child_model.proto similarity index 100% rename from upb/protos_generator/tests/child_model.proto rename to upb-temp/protos_generator/tests/child_model.proto diff --git a/upb/protos_generator/tests/legacy-name.proto b/upb-temp/protos_generator/tests/legacy-name.proto similarity index 100% rename from upb/protos_generator/tests/legacy-name.proto rename to upb-temp/protos_generator/tests/legacy-name.proto diff --git a/upb/protos_generator/tests/naming_conflict.proto b/upb-temp/protos_generator/tests/naming_conflict.proto similarity index 100% rename from upb/protos_generator/tests/naming_conflict.proto rename to upb-temp/protos_generator/tests/naming_conflict.proto diff --git a/upb/protos_generator/tests/no_package.proto b/upb-temp/protos_generator/tests/no_package.proto similarity index 100% rename from upb/protos_generator/tests/no_package.proto rename to upb-temp/protos_generator/tests/no_package.proto diff --git a/upb/protos_generator/tests/no_package_enum_user.proto b/upb-temp/protos_generator/tests/no_package_enum_user.proto similarity index 100% rename from upb/protos_generator/tests/no_package_enum_user.proto rename to upb-temp/protos_generator/tests/no_package_enum_user.proto diff --git a/upb/protos_generator/tests/test_enum.proto b/upb-temp/protos_generator/tests/test_enum.proto similarity index 100% rename from upb/protos_generator/tests/test_enum.proto rename to upb-temp/protos_generator/tests/test_enum.proto diff --git a/upb/protos_generator/tests/test_extension.proto b/upb-temp/protos_generator/tests/test_extension.proto similarity index 100% rename from upb/protos_generator/tests/test_extension.proto rename to upb-temp/protos_generator/tests/test_extension.proto diff --git a/upb/protos_generator/tests/test_generated.cc b/upb-temp/protos_generator/tests/test_generated.cc similarity index 100% rename from upb/protos_generator/tests/test_generated.cc rename to upb-temp/protos_generator/tests/test_generated.cc diff --git a/upb/protos_generator/tests/test_model.proto b/upb-temp/protos_generator/tests/test_model.proto similarity index 100% rename from upb/protos_generator/tests/test_model.proto rename to upb-temp/protos_generator/tests/test_model.proto diff --git a/upb/python/BUILD b/upb-temp/python/BUILD similarity index 100% rename from upb/python/BUILD rename to upb-temp/python/BUILD diff --git a/upb/python/convert.c b/upb-temp/python/convert.c similarity index 100% rename from upb/python/convert.c rename to upb-temp/python/convert.c diff --git a/upb/python/convert.h b/upb-temp/python/convert.h similarity index 100% rename from upb/python/convert.h rename to upb-temp/python/convert.h diff --git a/upb/python/descriptor.c b/upb-temp/python/descriptor.c similarity index 100% rename from upb/python/descriptor.c rename to upb-temp/python/descriptor.c diff --git a/upb/python/descriptor.h b/upb-temp/python/descriptor.h similarity index 100% rename from upb/python/descriptor.h rename to upb-temp/python/descriptor.h diff --git a/upb/python/descriptor_containers.c b/upb-temp/python/descriptor_containers.c similarity index 100% rename from upb/python/descriptor_containers.c rename to upb-temp/python/descriptor_containers.c diff --git a/upb/python/descriptor_containers.h b/upb-temp/python/descriptor_containers.h similarity index 100% rename from upb/python/descriptor_containers.h rename to upb-temp/python/descriptor_containers.h diff --git a/upb/python/descriptor_pool.c b/upb-temp/python/descriptor_pool.c similarity index 100% rename from upb/python/descriptor_pool.c rename to upb-temp/python/descriptor_pool.c diff --git a/upb/python/descriptor_pool.h b/upb-temp/python/descriptor_pool.h similarity index 100% rename from upb/python/descriptor_pool.h rename to upb-temp/python/descriptor_pool.h diff --git a/upb/python/dist/BUILD.bazel b/upb-temp/python/dist/BUILD.bazel similarity index 100% rename from upb/python/dist/BUILD.bazel rename to upb-temp/python/dist/BUILD.bazel diff --git a/upb/python/dist/MANIFEST.in b/upb-temp/python/dist/MANIFEST.in similarity index 100% rename from upb/python/dist/MANIFEST.in rename to upb-temp/python/dist/MANIFEST.in diff --git a/upb/python/dist/dist.bzl b/upb-temp/python/dist/dist.bzl similarity index 100% rename from upb/python/dist/dist.bzl rename to upb-temp/python/dist/dist.bzl diff --git a/upb/python/dist/setup.py b/upb-temp/python/dist/setup.py similarity index 100% rename from upb/python/dist/setup.py rename to upb-temp/python/dist/setup.py diff --git a/upb/python/extension_dict.c b/upb-temp/python/extension_dict.c similarity index 100% rename from upb/python/extension_dict.c rename to upb-temp/python/extension_dict.c diff --git a/upb/python/extension_dict.h b/upb-temp/python/extension_dict.h similarity index 100% rename from upb/python/extension_dict.h rename to upb-temp/python/extension_dict.h diff --git a/upb/python/map.c b/upb-temp/python/map.c similarity index 100% rename from upb/python/map.c rename to upb-temp/python/map.c diff --git a/upb/python/map.h b/upb-temp/python/map.h similarity index 100% rename from upb/python/map.h rename to upb-temp/python/map.h diff --git a/upb/python/message.c b/upb-temp/python/message.c similarity index 100% rename from upb/python/message.c rename to upb-temp/python/message.c diff --git a/upb/python/message.h b/upb-temp/python/message.h similarity index 100% rename from upb/python/message.h rename to upb-temp/python/message.h diff --git a/upb/python/minimal_test.py b/upb-temp/python/minimal_test.py similarity index 100% rename from upb/python/minimal_test.py rename to upb-temp/python/minimal_test.py diff --git a/upb/python/pb_unit_tests/BUILD b/upb-temp/python/pb_unit_tests/BUILD similarity index 100% rename from upb/python/pb_unit_tests/BUILD rename to upb-temp/python/pb_unit_tests/BUILD diff --git a/upb/python/pb_unit_tests/README.md b/upb-temp/python/pb_unit_tests/README.md similarity index 100% rename from upb/python/pb_unit_tests/README.md rename to upb-temp/python/pb_unit_tests/README.md diff --git a/upb/python/pb_unit_tests/descriptor_database_test_wrapper.py b/upb-temp/python/pb_unit_tests/descriptor_database_test_wrapper.py similarity index 100% rename from upb/python/pb_unit_tests/descriptor_database_test_wrapper.py rename to upb-temp/python/pb_unit_tests/descriptor_database_test_wrapper.py diff --git a/upb/python/pb_unit_tests/descriptor_pool_test_wrapper.py b/upb-temp/python/pb_unit_tests/descriptor_pool_test_wrapper.py similarity index 100% rename from upb/python/pb_unit_tests/descriptor_pool_test_wrapper.py rename to upb-temp/python/pb_unit_tests/descriptor_pool_test_wrapper.py diff --git a/upb/python/pb_unit_tests/descriptor_test_wrapper.py b/upb-temp/python/pb_unit_tests/descriptor_test_wrapper.py similarity index 100% rename from upb/python/pb_unit_tests/descriptor_test_wrapper.py rename to upb-temp/python/pb_unit_tests/descriptor_test_wrapper.py diff --git a/upb/python/pb_unit_tests/generator_test_wrapper.py b/upb-temp/python/pb_unit_tests/generator_test_wrapper.py similarity index 100% rename from upb/python/pb_unit_tests/generator_test_wrapper.py rename to upb-temp/python/pb_unit_tests/generator_test_wrapper.py diff --git a/upb/python/pb_unit_tests/json_format_test_wrapper.py b/upb-temp/python/pb_unit_tests/json_format_test_wrapper.py similarity index 100% rename from upb/python/pb_unit_tests/json_format_test_wrapper.py rename to upb-temp/python/pb_unit_tests/json_format_test_wrapper.py diff --git a/upb/python/pb_unit_tests/keywords_test_wrapper.py b/upb-temp/python/pb_unit_tests/keywords_test_wrapper.py similarity index 100% rename from upb/python/pb_unit_tests/keywords_test_wrapper.py rename to upb-temp/python/pb_unit_tests/keywords_test_wrapper.py diff --git a/upb/python/pb_unit_tests/message_factory_test_wrapper.py b/upb-temp/python/pb_unit_tests/message_factory_test_wrapper.py similarity index 100% rename from upb/python/pb_unit_tests/message_factory_test_wrapper.py rename to upb-temp/python/pb_unit_tests/message_factory_test_wrapper.py diff --git a/upb/python/pb_unit_tests/message_test_wrapper.py b/upb-temp/python/pb_unit_tests/message_test_wrapper.py similarity index 100% rename from upb/python/pb_unit_tests/message_test_wrapper.py rename to upb-temp/python/pb_unit_tests/message_test_wrapper.py diff --git a/upb/python/pb_unit_tests/numpy_test_wrapper.py b/upb-temp/python/pb_unit_tests/numpy_test_wrapper.py similarity index 100% rename from upb/python/pb_unit_tests/numpy_test_wrapper.py rename to upb-temp/python/pb_unit_tests/numpy_test_wrapper.py diff --git a/upb/python/pb_unit_tests/proto_builder_test_wrapper.py b/upb-temp/python/pb_unit_tests/proto_builder_test_wrapper.py similarity index 100% rename from upb/python/pb_unit_tests/proto_builder_test_wrapper.py rename to upb-temp/python/pb_unit_tests/proto_builder_test_wrapper.py diff --git a/upb/python/pb_unit_tests/pyproto_test_wrapper.bzl b/upb-temp/python/pb_unit_tests/pyproto_test_wrapper.bzl similarity index 100% rename from upb/python/pb_unit_tests/pyproto_test_wrapper.bzl rename to upb-temp/python/pb_unit_tests/pyproto_test_wrapper.bzl diff --git a/upb/python/pb_unit_tests/reflection_test_wrapper.py b/upb-temp/python/pb_unit_tests/reflection_test_wrapper.py similarity index 100% rename from upb/python/pb_unit_tests/reflection_test_wrapper.py rename to upb-temp/python/pb_unit_tests/reflection_test_wrapper.py diff --git a/upb/python/pb_unit_tests/service_reflection_test_wrapper.py b/upb-temp/python/pb_unit_tests/service_reflection_test_wrapper.py similarity index 100% rename from upb/python/pb_unit_tests/service_reflection_test_wrapper.py rename to upb-temp/python/pb_unit_tests/service_reflection_test_wrapper.py diff --git a/upb/python/pb_unit_tests/symbol_database_test_wrapper.py b/upb-temp/python/pb_unit_tests/symbol_database_test_wrapper.py similarity index 100% rename from upb/python/pb_unit_tests/symbol_database_test_wrapper.py rename to upb-temp/python/pb_unit_tests/symbol_database_test_wrapper.py diff --git a/upb/python/pb_unit_tests/text_encoding_test_wrapper.py b/upb-temp/python/pb_unit_tests/text_encoding_test_wrapper.py similarity index 100% rename from upb/python/pb_unit_tests/text_encoding_test_wrapper.py rename to upb-temp/python/pb_unit_tests/text_encoding_test_wrapper.py diff --git a/upb/python/pb_unit_tests/text_format_test_wrapper.py b/upb-temp/python/pb_unit_tests/text_format_test_wrapper.py similarity index 100% rename from upb/python/pb_unit_tests/text_format_test_wrapper.py rename to upb-temp/python/pb_unit_tests/text_format_test_wrapper.py diff --git a/upb/python/pb_unit_tests/unknown_fields_test_wrapper.py b/upb-temp/python/pb_unit_tests/unknown_fields_test_wrapper.py similarity index 100% rename from upb/python/pb_unit_tests/unknown_fields_test_wrapper.py rename to upb-temp/python/pb_unit_tests/unknown_fields_test_wrapper.py diff --git a/upb/python/pb_unit_tests/well_known_types_test_wrapper.py b/upb-temp/python/pb_unit_tests/well_known_types_test_wrapper.py similarity index 100% rename from upb/python/pb_unit_tests/well_known_types_test_wrapper.py rename to upb-temp/python/pb_unit_tests/well_known_types_test_wrapper.py diff --git a/upb/python/pb_unit_tests/wire_format_test_wrapper.py b/upb-temp/python/pb_unit_tests/wire_format_test_wrapper.py similarity index 100% rename from upb/python/pb_unit_tests/wire_format_test_wrapper.py rename to upb-temp/python/pb_unit_tests/wire_format_test_wrapper.py diff --git a/upb/python/protobuf.c b/upb-temp/python/protobuf.c similarity index 100% rename from upb/python/protobuf.c rename to upb-temp/python/protobuf.c diff --git a/upb/python/protobuf.h b/upb-temp/python/protobuf.h similarity index 100% rename from upb/python/protobuf.h rename to upb-temp/python/protobuf.h diff --git a/upb/python/py_extension.bzl b/upb-temp/python/py_extension.bzl similarity index 100% rename from upb/python/py_extension.bzl rename to upb-temp/python/py_extension.bzl diff --git a/upb/python/python_api.h b/upb-temp/python/python_api.h similarity index 100% rename from upb/python/python_api.h rename to upb-temp/python/python_api.h diff --git a/upb/python/repeated.c b/upb-temp/python/repeated.c similarity index 100% rename from upb/python/repeated.c rename to upb-temp/python/repeated.c diff --git a/upb/python/repeated.h b/upb-temp/python/repeated.h similarity index 100% rename from upb/python/repeated.h rename to upb-temp/python/repeated.h diff --git a/upb/python/requirements.txt b/upb-temp/python/requirements.txt similarity index 100% rename from upb/python/requirements.txt rename to upb-temp/python/requirements.txt diff --git a/upb/python/requirements_311.txt b/upb-temp/python/requirements_311.txt similarity index 100% rename from upb/python/requirements_311.txt rename to upb-temp/python/requirements_311.txt diff --git a/upb/python/unknown_fields.c b/upb-temp/python/unknown_fields.c similarity index 100% rename from upb/python/unknown_fields.c rename to upb-temp/python/unknown_fields.c diff --git a/upb/python/unknown_fields.h b/upb-temp/python/unknown_fields.h similarity index 100% rename from upb/python/unknown_fields.h rename to upb-temp/python/unknown_fields.h diff --git a/upb/python/version_script.lds b/upb-temp/python/version_script.lds similarity index 100% rename from upb/python/version_script.lds rename to upb-temp/python/version_script.lds diff --git a/upb/third_party/lunit/LICENSE b/upb-temp/third_party/lunit/LICENSE similarity index 100% rename from upb/third_party/lunit/LICENSE rename to upb-temp/third_party/lunit/LICENSE diff --git a/upb/third_party/lunit/README.google b/upb-temp/third_party/lunit/README.google similarity index 100% rename from upb/third_party/lunit/README.google rename to upb-temp/third_party/lunit/README.google diff --git a/upb/third_party/lunit/console.lua b/upb-temp/third_party/lunit/console.lua similarity index 100% rename from upb/third_party/lunit/console.lua rename to upb-temp/third_party/lunit/console.lua diff --git a/upb/third_party/lunit/lunit.lua b/upb-temp/third_party/lunit/lunit.lua similarity index 100% rename from upb/third_party/lunit/lunit.lua rename to upb-temp/third_party/lunit/lunit.lua diff --git a/upb/upb/base/BUILD b/upb-temp/upb/base/BUILD similarity index 100% rename from upb/upb/base/BUILD rename to upb-temp/upb/base/BUILD diff --git a/upb/upb/base/descriptor_constants.h b/upb-temp/upb/base/descriptor_constants.h similarity index 100% rename from upb/upb/base/descriptor_constants.h rename to upb-temp/upb/base/descriptor_constants.h diff --git a/upb/upb/base/internal/log2.h b/upb-temp/upb/base/internal/log2.h similarity index 100% rename from upb/upb/base/internal/log2.h rename to upb-temp/upb/base/internal/log2.h diff --git a/upb/upb/base/status.c b/upb-temp/upb/base/status.c similarity index 100% rename from upb/upb/base/status.c rename to upb-temp/upb/base/status.c diff --git a/upb/upb/base/status.h b/upb-temp/upb/base/status.h similarity index 100% rename from upb/upb/base/status.h rename to upb-temp/upb/base/status.h diff --git a/upb/upb/base/status.hpp b/upb-temp/upb/base/status.hpp similarity index 100% rename from upb/upb/base/status.hpp rename to upb-temp/upb/base/status.hpp diff --git a/upb/upb/base/string_view.h b/upb-temp/upb/base/string_view.h similarity index 100% rename from upb/upb/base/string_view.h rename to upb-temp/upb/base/string_view.h diff --git a/upb/upb/collections/BUILD b/upb-temp/upb/collections/BUILD similarity index 100% rename from upb/upb/collections/BUILD rename to upb-temp/upb/collections/BUILD diff --git a/upb/upb/collections/array.c b/upb-temp/upb/collections/array.c similarity index 100% rename from upb/upb/collections/array.c rename to upb-temp/upb/collections/array.c diff --git a/upb/upb/collections/array.h b/upb-temp/upb/collections/array.h similarity index 100% rename from upb/upb/collections/array.h rename to upb-temp/upb/collections/array.h diff --git a/upb/upb/collections/array_split64.h b/upb-temp/upb/collections/array_split64.h similarity index 100% rename from upb/upb/collections/array_split64.h rename to upb-temp/upb/collections/array_split64.h diff --git a/upb/upb/collections/array_test.cc b/upb-temp/upb/collections/array_test.cc similarity index 100% rename from upb/upb/collections/array_test.cc rename to upb-temp/upb/collections/array_test.cc diff --git a/upb/upb/collections/internal/array.h b/upb-temp/upb/collections/internal/array.h similarity index 100% rename from upb/upb/collections/internal/array.h rename to upb-temp/upb/collections/internal/array.h diff --git a/upb/upb/collections/internal/map.h b/upb-temp/upb/collections/internal/map.h similarity index 100% rename from upb/upb/collections/internal/map.h rename to upb-temp/upb/collections/internal/map.h diff --git a/upb/upb/collections/internal/map_sorter.h b/upb-temp/upb/collections/internal/map_sorter.h similarity index 100% rename from upb/upb/collections/internal/map_sorter.h rename to upb-temp/upb/collections/internal/map_sorter.h diff --git a/upb/upb/collections/map.c b/upb-temp/upb/collections/map.c similarity index 100% rename from upb/upb/collections/map.c rename to upb-temp/upb/collections/map.c diff --git a/upb/upb/collections/map.h b/upb-temp/upb/collections/map.h similarity index 100% rename from upb/upb/collections/map.h rename to upb-temp/upb/collections/map.h diff --git a/upb/upb/collections/map_gencode_util.h b/upb-temp/upb/collections/map_gencode_util.h similarity index 100% rename from upb/upb/collections/map_gencode_util.h rename to upb-temp/upb/collections/map_gencode_util.h diff --git a/upb/upb/collections/map_sorter.c b/upb-temp/upb/collections/map_sorter.c similarity index 100% rename from upb/upb/collections/map_sorter.c rename to upb-temp/upb/collections/map_sorter.c diff --git a/upb/upb/collections/map_test.cc b/upb-temp/upb/collections/map_test.cc similarity index 100% rename from upb/upb/collections/map_test.cc rename to upb-temp/upb/collections/map_test.cc diff --git a/upb/upb/collections/message_value.h b/upb-temp/upb/collections/message_value.h similarity index 100% rename from upb/upb/collections/message_value.h rename to upb-temp/upb/collections/message_value.h diff --git a/upb/upb/conformance/BUILD b/upb-temp/upb/conformance/BUILD similarity index 100% rename from upb/upb/conformance/BUILD rename to upb-temp/upb/conformance/BUILD diff --git a/upb/upb/conformance/conformance_upb.c b/upb-temp/upb/conformance/conformance_upb.c similarity index 100% rename from upb/upb/conformance/conformance_upb.c rename to upb-temp/upb/conformance/conformance_upb.c diff --git a/upb/upb/conformance/conformance_upb_failures.txt b/upb-temp/upb/conformance/conformance_upb_failures.txt similarity index 100% rename from upb/upb/conformance/conformance_upb_failures.txt rename to upb-temp/upb/conformance/conformance_upb_failures.txt diff --git a/upb/upb/generated_code_support.h b/upb-temp/upb/generated_code_support.h similarity index 100% rename from upb/upb/generated_code_support.h rename to upb-temp/upb/generated_code_support.h diff --git a/upb/upb/hash/BUILD b/upb-temp/upb/hash/BUILD similarity index 100% rename from upb/upb/hash/BUILD rename to upb-temp/upb/hash/BUILD diff --git a/upb/upb/hash/common.c b/upb-temp/upb/hash/common.c similarity index 100% rename from upb/upb/hash/common.c rename to upb-temp/upb/hash/common.c diff --git a/upb/upb/hash/common.h b/upb-temp/upb/hash/common.h similarity index 100% rename from upb/upb/hash/common.h rename to upb-temp/upb/hash/common.h diff --git a/upb/upb/hash/int_table.h b/upb-temp/upb/hash/int_table.h similarity index 100% rename from upb/upb/hash/int_table.h rename to upb-temp/upb/hash/int_table.h diff --git a/upb/upb/hash/str_table.h b/upb-temp/upb/hash/str_table.h similarity index 100% rename from upb/upb/hash/str_table.h rename to upb-temp/upb/hash/str_table.h diff --git a/upb/upb/hash/test.cc b/upb-temp/upb/hash/test.cc similarity index 100% rename from upb/upb/hash/test.cc rename to upb-temp/upb/hash/test.cc diff --git a/upb/upb/io/BUILD b/upb-temp/upb/io/BUILD similarity index 100% rename from upb/upb/io/BUILD rename to upb-temp/upb/io/BUILD diff --git a/upb/upb/io/README.md b/upb-temp/upb/io/README.md similarity index 100% rename from upb/upb/io/README.md rename to upb-temp/upb/io/README.md diff --git a/upb/upb/io/chunked_input_stream.c b/upb-temp/upb/io/chunked_input_stream.c similarity index 100% rename from upb/upb/io/chunked_input_stream.c rename to upb-temp/upb/io/chunked_input_stream.c diff --git a/upb/upb/io/chunked_input_stream.h b/upb-temp/upb/io/chunked_input_stream.h similarity index 100% rename from upb/upb/io/chunked_input_stream.h rename to upb-temp/upb/io/chunked_input_stream.h diff --git a/upb/upb/io/chunked_output_stream.c b/upb-temp/upb/io/chunked_output_stream.c similarity index 100% rename from upb/upb/io/chunked_output_stream.c rename to upb-temp/upb/io/chunked_output_stream.c diff --git a/upb/upb/io/chunked_output_stream.h b/upb-temp/upb/io/chunked_output_stream.h similarity index 100% rename from upb/upb/io/chunked_output_stream.h rename to upb-temp/upb/io/chunked_output_stream.h diff --git a/upb/upb/io/string.h b/upb-temp/upb/io/string.h similarity index 100% rename from upb/upb/io/string.h rename to upb-temp/upb/io/string.h diff --git a/upb/upb/io/string_test.cc b/upb-temp/upb/io/string_test.cc similarity index 100% rename from upb/upb/io/string_test.cc rename to upb-temp/upb/io/string_test.cc diff --git a/upb/upb/io/tokenizer.c b/upb-temp/upb/io/tokenizer.c similarity index 100% rename from upb/upb/io/tokenizer.c rename to upb-temp/upb/io/tokenizer.c diff --git a/upb/upb/io/tokenizer.h b/upb-temp/upb/io/tokenizer.h similarity index 100% rename from upb/upb/io/tokenizer.h rename to upb-temp/upb/io/tokenizer.h diff --git a/upb/upb/io/tokenizer_test.cc b/upb-temp/upb/io/tokenizer_test.cc similarity index 100% rename from upb/upb/io/tokenizer_test.cc rename to upb-temp/upb/io/tokenizer_test.cc diff --git a/upb/upb/io/zero_copy_input_stream.h b/upb-temp/upb/io/zero_copy_input_stream.h similarity index 100% rename from upb/upb/io/zero_copy_input_stream.h rename to upb-temp/upb/io/zero_copy_input_stream.h diff --git a/upb/upb/io/zero_copy_output_stream.h b/upb-temp/upb/io/zero_copy_output_stream.h similarity index 100% rename from upb/upb/io/zero_copy_output_stream.h rename to upb-temp/upb/io/zero_copy_output_stream.h diff --git a/upb/upb/io/zero_copy_stream_test.cc b/upb-temp/upb/io/zero_copy_stream_test.cc similarity index 100% rename from upb/upb/io/zero_copy_stream_test.cc rename to upb-temp/upb/io/zero_copy_stream_test.cc diff --git a/upb/upb/json/BUILD b/upb-temp/upb/json/BUILD similarity index 100% rename from upb/upb/json/BUILD rename to upb-temp/upb/json/BUILD diff --git a/upb/upb/json/decode.c b/upb-temp/upb/json/decode.c similarity index 100% rename from upb/upb/json/decode.c rename to upb-temp/upb/json/decode.c diff --git a/upb/upb/json/decode.h b/upb-temp/upb/json/decode.h similarity index 100% rename from upb/upb/json/decode.h rename to upb-temp/upb/json/decode.h diff --git a/upb/upb/json/decode_test.cc b/upb-temp/upb/json/decode_test.cc similarity index 100% rename from upb/upb/json/decode_test.cc rename to upb-temp/upb/json/decode_test.cc diff --git a/upb/upb/json/encode.c b/upb-temp/upb/json/encode.c similarity index 100% rename from upb/upb/json/encode.c rename to upb-temp/upb/json/encode.c diff --git a/upb/upb/json/encode.h b/upb-temp/upb/json/encode.h similarity index 100% rename from upb/upb/json/encode.h rename to upb-temp/upb/json/encode.h diff --git a/upb/upb/json/encode_test.cc b/upb-temp/upb/json/encode_test.cc similarity index 100% rename from upb/upb/json/encode_test.cc rename to upb-temp/upb/json/encode_test.cc diff --git a/upb/upb/json/test.proto b/upb-temp/upb/json/test.proto similarity index 100% rename from upb/upb/json/test.proto rename to upb-temp/upb/json/test.proto diff --git a/upb/upb/lex/BUILD b/upb-temp/upb/lex/BUILD similarity index 100% rename from upb/upb/lex/BUILD rename to upb-temp/upb/lex/BUILD diff --git a/upb/upb/lex/atoi.c b/upb-temp/upb/lex/atoi.c similarity index 100% rename from upb/upb/lex/atoi.c rename to upb-temp/upb/lex/atoi.c diff --git a/upb/upb/lex/atoi.h b/upb-temp/upb/lex/atoi.h similarity index 100% rename from upb/upb/lex/atoi.h rename to upb-temp/upb/lex/atoi.h diff --git a/upb/upb/lex/atoi_test.cc b/upb-temp/upb/lex/atoi_test.cc similarity index 100% rename from upb/upb/lex/atoi_test.cc rename to upb-temp/upb/lex/atoi_test.cc diff --git a/upb/upb/lex/round_trip.c b/upb-temp/upb/lex/round_trip.c similarity index 100% rename from upb/upb/lex/round_trip.c rename to upb-temp/upb/lex/round_trip.c diff --git a/upb/upb/lex/round_trip.h b/upb-temp/upb/lex/round_trip.h similarity index 100% rename from upb/upb/lex/round_trip.h rename to upb-temp/upb/lex/round_trip.h diff --git a/upb/upb/lex/strtod.c b/upb-temp/upb/lex/strtod.c similarity index 100% rename from upb/upb/lex/strtod.c rename to upb-temp/upb/lex/strtod.c diff --git a/upb/upb/lex/strtod.h b/upb-temp/upb/lex/strtod.h similarity index 100% rename from upb/upb/lex/strtod.h rename to upb-temp/upb/lex/strtod.h diff --git a/upb/upb/lex/unicode.c b/upb-temp/upb/lex/unicode.c similarity index 100% rename from upb/upb/lex/unicode.c rename to upb-temp/upb/lex/unicode.c diff --git a/upb/upb/lex/unicode.h b/upb-temp/upb/lex/unicode.h similarity index 100% rename from upb/upb/lex/unicode.h rename to upb-temp/upb/lex/unicode.h diff --git a/upb/upb/mem/BUILD b/upb-temp/upb/mem/BUILD similarity index 100% rename from upb/upb/mem/BUILD rename to upb-temp/upb/mem/BUILD diff --git a/upb/upb/mem/alloc.c b/upb-temp/upb/mem/alloc.c similarity index 100% rename from upb/upb/mem/alloc.c rename to upb-temp/upb/mem/alloc.c diff --git a/upb/upb/mem/alloc.h b/upb-temp/upb/mem/alloc.h similarity index 100% rename from upb/upb/mem/alloc.h rename to upb-temp/upb/mem/alloc.h diff --git a/upb/upb/mem/arena.c b/upb-temp/upb/mem/arena.c similarity index 100% rename from upb/upb/mem/arena.c rename to upb-temp/upb/mem/arena.c diff --git a/upb/upb/mem/arena.h b/upb-temp/upb/mem/arena.h similarity index 100% rename from upb/upb/mem/arena.h rename to upb-temp/upb/mem/arena.h diff --git a/upb/upb/mem/arena.hpp b/upb-temp/upb/mem/arena.hpp similarity index 100% rename from upb/upb/mem/arena.hpp rename to upb-temp/upb/mem/arena.hpp diff --git a/upb/upb/mem/arena_test.cc b/upb-temp/upb/mem/arena_test.cc similarity index 100% rename from upb/upb/mem/arena_test.cc rename to upb-temp/upb/mem/arena_test.cc diff --git a/upb/upb/mem/internal/arena.h b/upb-temp/upb/mem/internal/arena.h similarity index 100% rename from upb/upb/mem/internal/arena.h rename to upb-temp/upb/mem/internal/arena.h diff --git a/upb/upb/message/BUILD b/upb-temp/upb/message/BUILD similarity index 100% rename from upb/upb/message/BUILD rename to upb-temp/upb/message/BUILD diff --git a/upb/upb/message/accessors.c b/upb-temp/upb/message/accessors.c similarity index 100% rename from upb/upb/message/accessors.c rename to upb-temp/upb/message/accessors.c diff --git a/upb/upb/message/accessors.h b/upb-temp/upb/message/accessors.h similarity index 100% rename from upb/upb/message/accessors.h rename to upb-temp/upb/message/accessors.h diff --git a/upb/upb/message/accessors_split64.h b/upb-temp/upb/message/accessors_split64.h similarity index 100% rename from upb/upb/message/accessors_split64.h rename to upb-temp/upb/message/accessors_split64.h diff --git a/upb/upb/message/accessors_test.cc b/upb-temp/upb/message/accessors_test.cc similarity index 100% rename from upb/upb/message/accessors_test.cc rename to upb-temp/upb/message/accessors_test.cc diff --git a/upb/upb/message/copy.c b/upb-temp/upb/message/copy.c similarity index 100% rename from upb/upb/message/copy.c rename to upb-temp/upb/message/copy.c diff --git a/upb/upb/message/copy.h b/upb-temp/upb/message/copy.h similarity index 100% rename from upb/upb/message/copy.h rename to upb-temp/upb/message/copy.h diff --git a/upb/upb/message/copy_test.cc b/upb-temp/upb/message/copy_test.cc similarity index 100% rename from upb/upb/message/copy_test.cc rename to upb-temp/upb/message/copy_test.cc diff --git a/upb/upb/message/internal/accessors.h b/upb-temp/upb/message/internal/accessors.h similarity index 100% rename from upb/upb/message/internal/accessors.h rename to upb-temp/upb/message/internal/accessors.h diff --git a/upb/upb/message/internal/extension.h b/upb-temp/upb/message/internal/extension.h similarity index 100% rename from upb/upb/message/internal/extension.h rename to upb-temp/upb/message/internal/extension.h diff --git a/upb/upb/message/internal/map_entry.h b/upb-temp/upb/message/internal/map_entry.h similarity index 100% rename from upb/upb/message/internal/map_entry.h rename to upb-temp/upb/message/internal/map_entry.h diff --git a/upb/upb/message/internal/message.h b/upb-temp/upb/message/internal/message.h similarity index 100% rename from upb/upb/message/internal/message.h rename to upb-temp/upb/message/internal/message.h diff --git a/upb/upb/message/message.c b/upb-temp/upb/message/message.c similarity index 100% rename from upb/upb/message/message.c rename to upb-temp/upb/message/message.c diff --git a/upb/upb/message/message.h b/upb-temp/upb/message/message.h similarity index 100% rename from upb/upb/message/message.h rename to upb-temp/upb/message/message.h diff --git a/upb/upb/message/promote.c b/upb-temp/upb/message/promote.c similarity index 100% rename from upb/upb/message/promote.c rename to upb-temp/upb/message/promote.c diff --git a/upb/upb/message/promote.h b/upb-temp/upb/message/promote.h similarity index 100% rename from upb/upb/message/promote.h rename to upb-temp/upb/message/promote.h diff --git a/upb/upb/message/promote_test.cc b/upb-temp/upb/message/promote_test.cc similarity index 100% rename from upb/upb/message/promote_test.cc rename to upb-temp/upb/message/promote_test.cc diff --git a/upb/upb/message/tagged_ptr.h b/upb-temp/upb/message/tagged_ptr.h similarity index 100% rename from upb/upb/message/tagged_ptr.h rename to upb-temp/upb/message/tagged_ptr.h diff --git a/upb/upb/message/test.cc b/upb-temp/upb/message/test.cc similarity index 100% rename from upb/upb/message/test.cc rename to upb-temp/upb/message/test.cc diff --git a/upb/upb/message/test.proto b/upb-temp/upb/message/test.proto similarity index 100% rename from upb/upb/message/test.proto rename to upb-temp/upb/message/test.proto diff --git a/upb/upb/message/types.h b/upb-temp/upb/message/types.h similarity index 100% rename from upb/upb/message/types.h rename to upb-temp/upb/message/types.h diff --git a/upb/upb/mini_descriptor/BUILD b/upb-temp/upb/mini_descriptor/BUILD similarity index 100% rename from upb/upb/mini_descriptor/BUILD rename to upb-temp/upb/mini_descriptor/BUILD diff --git a/upb/upb/mini_descriptor/build_enum.c b/upb-temp/upb/mini_descriptor/build_enum.c similarity index 100% rename from upb/upb/mini_descriptor/build_enum.c rename to upb-temp/upb/mini_descriptor/build_enum.c diff --git a/upb/upb/mini_descriptor/build_enum.h b/upb-temp/upb/mini_descriptor/build_enum.h similarity index 100% rename from upb/upb/mini_descriptor/build_enum.h rename to upb-temp/upb/mini_descriptor/build_enum.h diff --git a/upb/upb/mini_descriptor/decode.c b/upb-temp/upb/mini_descriptor/decode.c similarity index 100% rename from upb/upb/mini_descriptor/decode.c rename to upb-temp/upb/mini_descriptor/decode.c diff --git a/upb/upb/mini_descriptor/decode.h b/upb-temp/upb/mini_descriptor/decode.h similarity index 100% rename from upb/upb/mini_descriptor/decode.h rename to upb-temp/upb/mini_descriptor/decode.h diff --git a/upb/upb/mini_descriptor/internal/base92.c b/upb-temp/upb/mini_descriptor/internal/base92.c similarity index 100% rename from upb/upb/mini_descriptor/internal/base92.c rename to upb-temp/upb/mini_descriptor/internal/base92.c diff --git a/upb/upb/mini_descriptor/internal/base92.h b/upb-temp/upb/mini_descriptor/internal/base92.h similarity index 100% rename from upb/upb/mini_descriptor/internal/base92.h rename to upb-temp/upb/mini_descriptor/internal/base92.h diff --git a/upb/upb/mini_descriptor/internal/decoder.h b/upb-temp/upb/mini_descriptor/internal/decoder.h similarity index 100% rename from upb/upb/mini_descriptor/internal/decoder.h rename to upb-temp/upb/mini_descriptor/internal/decoder.h diff --git a/upb/upb/mini_descriptor/internal/encode.c b/upb-temp/upb/mini_descriptor/internal/encode.c similarity index 100% rename from upb/upb/mini_descriptor/internal/encode.c rename to upb-temp/upb/mini_descriptor/internal/encode.c diff --git a/upb/upb/mini_descriptor/internal/encode.h b/upb-temp/upb/mini_descriptor/internal/encode.h similarity index 100% rename from upb/upb/mini_descriptor/internal/encode.h rename to upb-temp/upb/mini_descriptor/internal/encode.h diff --git a/upb/upb/mini_descriptor/internal/encode.hpp b/upb-temp/upb/mini_descriptor/internal/encode.hpp similarity index 100% rename from upb/upb/mini_descriptor/internal/encode.hpp rename to upb-temp/upb/mini_descriptor/internal/encode.hpp diff --git a/upb/upb/mini_descriptor/internal/encode_test.cc b/upb-temp/upb/mini_descriptor/internal/encode_test.cc similarity index 100% rename from upb/upb/mini_descriptor/internal/encode_test.cc rename to upb-temp/upb/mini_descriptor/internal/encode_test.cc diff --git a/upb/upb/mini_descriptor/internal/modifiers.h b/upb-temp/upb/mini_descriptor/internal/modifiers.h similarity index 100% rename from upb/upb/mini_descriptor/internal/modifiers.h rename to upb-temp/upb/mini_descriptor/internal/modifiers.h diff --git a/upb/upb/mini_descriptor/internal/wire_constants.h b/upb-temp/upb/mini_descriptor/internal/wire_constants.h similarity index 100% rename from upb/upb/mini_descriptor/internal/wire_constants.h rename to upb-temp/upb/mini_descriptor/internal/wire_constants.h diff --git a/upb/upb/mini_descriptor/link.c b/upb-temp/upb/mini_descriptor/link.c similarity index 100% rename from upb/upb/mini_descriptor/link.c rename to upb-temp/upb/mini_descriptor/link.c diff --git a/upb/upb/mini_descriptor/link.h b/upb-temp/upb/mini_descriptor/link.h similarity index 100% rename from upb/upb/mini_descriptor/link.h rename to upb-temp/upb/mini_descriptor/link.h diff --git a/upb/upb/mini_table/BUILD b/upb-temp/upb/mini_table/BUILD similarity index 100% rename from upb/upb/mini_table/BUILD rename to upb-temp/upb/mini_table/BUILD diff --git a/upb/upb/mini_table/compat.c b/upb-temp/upb/mini_table/compat.c similarity index 100% rename from upb/upb/mini_table/compat.c rename to upb-temp/upb/mini_table/compat.c diff --git a/upb/upb/mini_table/compat.h b/upb-temp/upb/mini_table/compat.h similarity index 100% rename from upb/upb/mini_table/compat.h rename to upb-temp/upb/mini_table/compat.h diff --git a/upb/upb/mini_table/enum.h b/upb-temp/upb/mini_table/enum.h similarity index 100% rename from upb/upb/mini_table/enum.h rename to upb-temp/upb/mini_table/enum.h diff --git a/upb/upb/mini_table/extension.h b/upb-temp/upb/mini_table/extension.h similarity index 100% rename from upb/upb/mini_table/extension.h rename to upb-temp/upb/mini_table/extension.h diff --git a/upb/upb/mini_table/extension_registry.c b/upb-temp/upb/mini_table/extension_registry.c similarity index 100% rename from upb/upb/mini_table/extension_registry.c rename to upb-temp/upb/mini_table/extension_registry.c diff --git a/upb/upb/mini_table/extension_registry.h b/upb-temp/upb/mini_table/extension_registry.h similarity index 100% rename from upb/upb/mini_table/extension_registry.h rename to upb-temp/upb/mini_table/extension_registry.h diff --git a/upb/upb/mini_table/field.h b/upb-temp/upb/mini_table/field.h similarity index 100% rename from upb/upb/mini_table/field.h rename to upb-temp/upb/mini_table/field.h diff --git a/upb/upb/mini_table/file.h b/upb-temp/upb/mini_table/file.h similarity index 100% rename from upb/upb/mini_table/file.h rename to upb-temp/upb/mini_table/file.h diff --git a/upb/upb/mini_table/internal/enum.h b/upb-temp/upb/mini_table/internal/enum.h similarity index 100% rename from upb/upb/mini_table/internal/enum.h rename to upb-temp/upb/mini_table/internal/enum.h diff --git a/upb/upb/mini_table/internal/extension.h b/upb-temp/upb/mini_table/internal/extension.h similarity index 100% rename from upb/upb/mini_table/internal/extension.h rename to upb-temp/upb/mini_table/internal/extension.h diff --git a/upb/upb/mini_table/internal/field.h b/upb-temp/upb/mini_table/internal/field.h similarity index 100% rename from upb/upb/mini_table/internal/field.h rename to upb-temp/upb/mini_table/internal/field.h diff --git a/upb/upb/mini_table/internal/file.h b/upb-temp/upb/mini_table/internal/file.h similarity index 100% rename from upb/upb/mini_table/internal/file.h rename to upb-temp/upb/mini_table/internal/file.h diff --git a/upb/upb/mini_table/internal/message.c b/upb-temp/upb/mini_table/internal/message.c similarity index 100% rename from upb/upb/mini_table/internal/message.c rename to upb-temp/upb/mini_table/internal/message.c diff --git a/upb/upb/mini_table/internal/message.h b/upb-temp/upb/mini_table/internal/message.h similarity index 100% rename from upb/upb/mini_table/internal/message.h rename to upb-temp/upb/mini_table/internal/message.h diff --git a/upb/upb/mini_table/internal/sub.h b/upb-temp/upb/mini_table/internal/sub.h similarity index 100% rename from upb/upb/mini_table/internal/sub.h rename to upb-temp/upb/mini_table/internal/sub.h diff --git a/upb/upb/mini_table/message.c b/upb-temp/upb/mini_table/message.c similarity index 100% rename from upb/upb/mini_table/message.c rename to upb-temp/upb/mini_table/message.c diff --git a/upb/upb/mini_table/message.h b/upb-temp/upb/mini_table/message.h similarity index 100% rename from upb/upb/mini_table/message.h rename to upb-temp/upb/mini_table/message.h diff --git a/upb/upb/mini_table/sub.h b/upb-temp/upb/mini_table/sub.h similarity index 100% rename from upb/upb/mini_table/sub.h rename to upb-temp/upb/mini_table/sub.h diff --git a/upb/upb/port/BUILD b/upb-temp/upb/port/BUILD similarity index 100% rename from upb/upb/port/BUILD rename to upb-temp/upb/port/BUILD diff --git a/upb/upb/port/atomic.h b/upb-temp/upb/port/atomic.h similarity index 100% rename from upb/upb/port/atomic.h rename to upb-temp/upb/port/atomic.h diff --git a/upb/upb/port/def.inc b/upb-temp/upb/port/def.inc similarity index 100% rename from upb/upb/port/def.inc rename to upb-temp/upb/port/def.inc diff --git a/upb/upb/port/undef.inc b/upb-temp/upb/port/undef.inc similarity index 100% rename from upb/upb/port/undef.inc rename to upb-temp/upb/port/undef.inc diff --git a/upb/upb/port/vsnprintf_compat.h b/upb-temp/upb/port/vsnprintf_compat.h similarity index 100% rename from upb/upb/port/vsnprintf_compat.h rename to upb-temp/upb/port/vsnprintf_compat.h diff --git a/upb/upb/reflection/common.h b/upb-temp/upb/reflection/common.h similarity index 100% rename from upb/upb/reflection/common.h rename to upb-temp/upb/reflection/common.h diff --git a/upb/upb/reflection/def.h b/upb-temp/upb/reflection/def.h similarity index 100% rename from upb/upb/reflection/def.h rename to upb-temp/upb/reflection/def.h diff --git a/upb/upb/reflection/def.hpp b/upb-temp/upb/reflection/def.hpp similarity index 100% rename from upb/upb/reflection/def.hpp rename to upb-temp/upb/reflection/def.hpp diff --git a/upb/upb/reflection/def_builder.c b/upb-temp/upb/reflection/def_builder.c similarity index 100% rename from upb/upb/reflection/def_builder.c rename to upb-temp/upb/reflection/def_builder.c diff --git a/upb/upb/reflection/def_builder_test.cc b/upb-temp/upb/reflection/def_builder_test.cc similarity index 100% rename from upb/upb/reflection/def_builder_test.cc rename to upb-temp/upb/reflection/def_builder_test.cc diff --git a/upb/upb/reflection/def_pool.c b/upb-temp/upb/reflection/def_pool.c similarity index 100% rename from upb/upb/reflection/def_pool.c rename to upb-temp/upb/reflection/def_pool.c diff --git a/upb/upb/reflection/def_pool.h b/upb-temp/upb/reflection/def_pool.h similarity index 100% rename from upb/upb/reflection/def_pool.h rename to upb-temp/upb/reflection/def_pool.h diff --git a/upb/upb/reflection/def_type.c b/upb-temp/upb/reflection/def_type.c similarity index 100% rename from upb/upb/reflection/def_type.c rename to upb-temp/upb/reflection/def_type.c diff --git a/upb/upb/reflection/def_type.h b/upb-temp/upb/reflection/def_type.h similarity index 100% rename from upb/upb/reflection/def_type.h rename to upb-temp/upb/reflection/def_type.h diff --git a/upb/upb/reflection/desc_state.c b/upb-temp/upb/reflection/desc_state.c similarity index 100% rename from upb/upb/reflection/desc_state.c rename to upb-temp/upb/reflection/desc_state.c diff --git a/upb/upb/reflection/enum_def.c b/upb-temp/upb/reflection/enum_def.c similarity index 100% rename from upb/upb/reflection/enum_def.c rename to upb-temp/upb/reflection/enum_def.c diff --git a/upb/upb/reflection/enum_def.h b/upb-temp/upb/reflection/enum_def.h similarity index 100% rename from upb/upb/reflection/enum_def.h rename to upb-temp/upb/reflection/enum_def.h diff --git a/upb/upb/reflection/enum_reserved_range.c b/upb-temp/upb/reflection/enum_reserved_range.c similarity index 100% rename from upb/upb/reflection/enum_reserved_range.c rename to upb-temp/upb/reflection/enum_reserved_range.c diff --git a/upb/upb/reflection/enum_reserved_range.h b/upb-temp/upb/reflection/enum_reserved_range.h similarity index 100% rename from upb/upb/reflection/enum_reserved_range.h rename to upb-temp/upb/reflection/enum_reserved_range.h diff --git a/upb/upb/reflection/enum_value_def.c b/upb-temp/upb/reflection/enum_value_def.c similarity index 100% rename from upb/upb/reflection/enum_value_def.c rename to upb-temp/upb/reflection/enum_value_def.c diff --git a/upb/upb/reflection/enum_value_def.h b/upb-temp/upb/reflection/enum_value_def.h similarity index 100% rename from upb/upb/reflection/enum_value_def.h rename to upb-temp/upb/reflection/enum_value_def.h diff --git a/upb/upb/reflection/extension_range.c b/upb-temp/upb/reflection/extension_range.c similarity index 100% rename from upb/upb/reflection/extension_range.c rename to upb-temp/upb/reflection/extension_range.c diff --git a/upb/upb/reflection/extension_range.h b/upb-temp/upb/reflection/extension_range.h similarity index 100% rename from upb/upb/reflection/extension_range.h rename to upb-temp/upb/reflection/extension_range.h diff --git a/upb/upb/reflection/field_def.c b/upb-temp/upb/reflection/field_def.c similarity index 100% rename from upb/upb/reflection/field_def.c rename to upb-temp/upb/reflection/field_def.c diff --git a/upb/upb/reflection/field_def.h b/upb-temp/upb/reflection/field_def.h similarity index 100% rename from upb/upb/reflection/field_def.h rename to upb-temp/upb/reflection/field_def.h diff --git a/upb/upb/reflection/file_def.c b/upb-temp/upb/reflection/file_def.c similarity index 100% rename from upb/upb/reflection/file_def.c rename to upb-temp/upb/reflection/file_def.c diff --git a/upb/upb/reflection/file_def.h b/upb-temp/upb/reflection/file_def.h similarity index 100% rename from upb/upb/reflection/file_def.h rename to upb-temp/upb/reflection/file_def.h diff --git a/upb/upb/reflection/internal/def_builder.h b/upb-temp/upb/reflection/internal/def_builder.h similarity index 100% rename from upb/upb/reflection/internal/def_builder.h rename to upb-temp/upb/reflection/internal/def_builder.h diff --git a/upb/upb/reflection/internal/def_pool.h b/upb-temp/upb/reflection/internal/def_pool.h similarity index 100% rename from upb/upb/reflection/internal/def_pool.h rename to upb-temp/upb/reflection/internal/def_pool.h diff --git a/upb/upb/reflection/internal/desc_state.h b/upb-temp/upb/reflection/internal/desc_state.h similarity index 100% rename from upb/upb/reflection/internal/desc_state.h rename to upb-temp/upb/reflection/internal/desc_state.h diff --git a/upb/upb/reflection/internal/enum_def.h b/upb-temp/upb/reflection/internal/enum_def.h similarity index 100% rename from upb/upb/reflection/internal/enum_def.h rename to upb-temp/upb/reflection/internal/enum_def.h diff --git a/upb/upb/reflection/internal/enum_reserved_range.h b/upb-temp/upb/reflection/internal/enum_reserved_range.h similarity index 100% rename from upb/upb/reflection/internal/enum_reserved_range.h rename to upb-temp/upb/reflection/internal/enum_reserved_range.h diff --git a/upb/upb/reflection/internal/enum_value_def.h b/upb-temp/upb/reflection/internal/enum_value_def.h similarity index 100% rename from upb/upb/reflection/internal/enum_value_def.h rename to upb-temp/upb/reflection/internal/enum_value_def.h diff --git a/upb/upb/reflection/internal/extension_range.h b/upb-temp/upb/reflection/internal/extension_range.h similarity index 100% rename from upb/upb/reflection/internal/extension_range.h rename to upb-temp/upb/reflection/internal/extension_range.h diff --git a/upb/upb/reflection/internal/field_def.h b/upb-temp/upb/reflection/internal/field_def.h similarity index 100% rename from upb/upb/reflection/internal/field_def.h rename to upb-temp/upb/reflection/internal/field_def.h diff --git a/upb/upb/reflection/internal/file_def.h b/upb-temp/upb/reflection/internal/file_def.h similarity index 100% rename from upb/upb/reflection/internal/file_def.h rename to upb-temp/upb/reflection/internal/file_def.h diff --git a/upb/upb/reflection/internal/message_def.h b/upb-temp/upb/reflection/internal/message_def.h similarity index 100% rename from upb/upb/reflection/internal/message_def.h rename to upb-temp/upb/reflection/internal/message_def.h diff --git a/upb/upb/reflection/internal/message_reserved_range.h b/upb-temp/upb/reflection/internal/message_reserved_range.h similarity index 100% rename from upb/upb/reflection/internal/message_reserved_range.h rename to upb-temp/upb/reflection/internal/message_reserved_range.h diff --git a/upb/upb/reflection/internal/method_def.h b/upb-temp/upb/reflection/internal/method_def.h similarity index 100% rename from upb/upb/reflection/internal/method_def.h rename to upb-temp/upb/reflection/internal/method_def.h diff --git a/upb/upb/reflection/internal/oneof_def.h b/upb-temp/upb/reflection/internal/oneof_def.h similarity index 100% rename from upb/upb/reflection/internal/oneof_def.h rename to upb-temp/upb/reflection/internal/oneof_def.h diff --git a/upb/upb/reflection/internal/service_def.h b/upb-temp/upb/reflection/internal/service_def.h similarity index 100% rename from upb/upb/reflection/internal/service_def.h rename to upb-temp/upb/reflection/internal/service_def.h diff --git a/upb/upb/reflection/message.c b/upb-temp/upb/reflection/message.c similarity index 100% rename from upb/upb/reflection/message.c rename to upb-temp/upb/reflection/message.c diff --git a/upb/upb/reflection/message.h b/upb-temp/upb/reflection/message.h similarity index 100% rename from upb/upb/reflection/message.h rename to upb-temp/upb/reflection/message.h diff --git a/upb/upb/reflection/message.hpp b/upb-temp/upb/reflection/message.hpp similarity index 100% rename from upb/upb/reflection/message.hpp rename to upb-temp/upb/reflection/message.hpp diff --git a/upb/upb/reflection/message_def.c b/upb-temp/upb/reflection/message_def.c similarity index 100% rename from upb/upb/reflection/message_def.c rename to upb-temp/upb/reflection/message_def.c diff --git a/upb/upb/reflection/message_def.h b/upb-temp/upb/reflection/message_def.h similarity index 100% rename from upb/upb/reflection/message_def.h rename to upb-temp/upb/reflection/message_def.h diff --git a/upb/upb/reflection/message_reserved_range.c b/upb-temp/upb/reflection/message_reserved_range.c similarity index 100% rename from upb/upb/reflection/message_reserved_range.c rename to upb-temp/upb/reflection/message_reserved_range.c diff --git a/upb/upb/reflection/message_reserved_range.h b/upb-temp/upb/reflection/message_reserved_range.h similarity index 100% rename from upb/upb/reflection/message_reserved_range.h rename to upb-temp/upb/reflection/message_reserved_range.h diff --git a/upb/upb/reflection/method_def.c b/upb-temp/upb/reflection/method_def.c similarity index 100% rename from upb/upb/reflection/method_def.c rename to upb-temp/upb/reflection/method_def.c diff --git a/upb/upb/reflection/method_def.h b/upb-temp/upb/reflection/method_def.h similarity index 100% rename from upb/upb/reflection/method_def.h rename to upb-temp/upb/reflection/method_def.h diff --git a/upb/upb/reflection/oneof_def.c b/upb-temp/upb/reflection/oneof_def.c similarity index 100% rename from upb/upb/reflection/oneof_def.c rename to upb-temp/upb/reflection/oneof_def.c diff --git a/upb/upb/reflection/oneof_def.h b/upb-temp/upb/reflection/oneof_def.h similarity index 100% rename from upb/upb/reflection/oneof_def.h rename to upb-temp/upb/reflection/oneof_def.h diff --git a/upb/upb/reflection/service_def.c b/upb-temp/upb/reflection/service_def.c similarity index 100% rename from upb/upb/reflection/service_def.c rename to upb-temp/upb/reflection/service_def.c diff --git a/upb/upb/reflection/service_def.h b/upb-temp/upb/reflection/service_def.h similarity index 100% rename from upb/upb/reflection/service_def.h rename to upb-temp/upb/reflection/service_def.h diff --git a/upb/upb/reflection/stage0/google/protobuf/descriptor.upb.c b/upb-temp/upb/reflection/stage0/google/protobuf/descriptor.upb.c similarity index 100% rename from upb/upb/reflection/stage0/google/protobuf/descriptor.upb.c rename to upb-temp/upb/reflection/stage0/google/protobuf/descriptor.upb.c diff --git a/upb/upb/reflection/stage0/google/protobuf/descriptor.upb.h b/upb-temp/upb/reflection/stage0/google/protobuf/descriptor.upb.h similarity index 100% rename from upb/upb/reflection/stage0/google/protobuf/descriptor.upb.h rename to upb-temp/upb/reflection/stage0/google/protobuf/descriptor.upb.h diff --git a/upb/upb/test/BUILD b/upb-temp/upb/test/BUILD similarity index 100% rename from upb/upb/test/BUILD rename to upb-temp/upb/test/BUILD diff --git a/upb/upb/test/empty.proto b/upb-temp/upb/test/empty.proto similarity index 100% rename from upb/upb/test/empty.proto rename to upb-temp/upb/test/empty.proto diff --git a/upb/upb/test/fuzz_util.cc b/upb-temp/upb/test/fuzz_util.cc similarity index 100% rename from upb/upb/test/fuzz_util.cc rename to upb-temp/upb/test/fuzz_util.cc diff --git a/upb/upb/test/fuzz_util.h b/upb-temp/upb/test/fuzz_util.h similarity index 100% rename from upb/upb/test/fuzz_util.h rename to upb-temp/upb/test/fuzz_util.h diff --git a/upb/upb/test/parse_text_proto.h b/upb-temp/upb/test/parse_text_proto.h similarity index 100% rename from upb/upb/test/parse_text_proto.h rename to upb-temp/upb/test/parse_text_proto.h diff --git a/upb/upb/test/proto3_test.cc b/upb-temp/upb/test/proto3_test.cc similarity index 100% rename from upb/upb/test/proto3_test.cc rename to upb-temp/upb/test/proto3_test.cc diff --git a/upb/upb/test/proto3_test.proto b/upb-temp/upb/test/proto3_test.proto similarity index 100% rename from upb/upb/test/proto3_test.proto rename to upb-temp/upb/test/proto3_test.proto diff --git a/upb/upb/test/test.proto b/upb-temp/upb/test/test.proto similarity index 100% rename from upb/upb/test/test.proto rename to upb-temp/upb/test/test.proto diff --git a/upb/upb/test/test_cpp.cc b/upb-temp/upb/test/test_cpp.cc similarity index 100% rename from upb/upb/test/test_cpp.cc rename to upb-temp/upb/test/test_cpp.cc diff --git a/upb/upb/test/test_cpp.proto b/upb-temp/upb/test/test_cpp.proto similarity index 100% rename from upb/upb/test/test_cpp.proto rename to upb-temp/upb/test/test_cpp.proto diff --git a/upb/upb/test/test_generated_code.cc b/upb-temp/upb/test/test_generated_code.cc similarity index 100% rename from upb/upb/test/test_generated_code.cc rename to upb-temp/upb/test/test_generated_code.cc diff --git a/upb/upb/test/test_import_empty_srcs.cc b/upb-temp/upb/test/test_import_empty_srcs.cc similarity index 100% rename from upb/upb/test/test_import_empty_srcs.cc rename to upb-temp/upb/test/test_import_empty_srcs.cc diff --git a/upb/upb/test/test_import_empty_srcs.proto b/upb-temp/upb/test/test_import_empty_srcs.proto similarity index 100% rename from upb/upb/test/test_import_empty_srcs.proto rename to upb-temp/upb/test/test_import_empty_srcs.proto diff --git a/upb/upb/test/test_mini_table_oneof.cc b/upb-temp/upb/test/test_mini_table_oneof.cc similarity index 100% rename from upb/upb/test/test_mini_table_oneof.cc rename to upb-temp/upb/test/test_mini_table_oneof.cc diff --git a/upb/upb/text/BUILD b/upb-temp/upb/text/BUILD similarity index 100% rename from upb/upb/text/BUILD rename to upb-temp/upb/text/BUILD diff --git a/upb/upb/text/encode.c b/upb-temp/upb/text/encode.c similarity index 100% rename from upb/upb/text/encode.c rename to upb-temp/upb/text/encode.c diff --git a/upb/upb/text/encode.h b/upb-temp/upb/text/encode.h similarity index 100% rename from upb/upb/text/encode.h rename to upb-temp/upb/text/encode.h diff --git a/upb/upb/upb.hpp b/upb-temp/upb/upb.hpp similarity index 100% rename from upb/upb/upb.hpp rename to upb-temp/upb/upb.hpp diff --git a/upb/upb/upb_so.c b/upb-temp/upb/upb_so.c similarity index 100% rename from upb/upb/upb_so.c rename to upb-temp/upb/upb_so.c diff --git a/upb/upb/util/BUILD b/upb-temp/upb/util/BUILD similarity index 100% rename from upb/upb/util/BUILD rename to upb-temp/upb/util/BUILD diff --git a/upb/upb/util/README.md b/upb-temp/upb/util/README.md similarity index 100% rename from upb/upb/util/README.md rename to upb-temp/upb/util/README.md diff --git a/upb/upb/util/compare.c b/upb-temp/upb/util/compare.c similarity index 100% rename from upb/upb/util/compare.c rename to upb-temp/upb/util/compare.c diff --git a/upb/upb/util/compare.h b/upb-temp/upb/util/compare.h similarity index 100% rename from upb/upb/util/compare.h rename to upb-temp/upb/util/compare.h diff --git a/upb/upb/util/compare_test.cc b/upb-temp/upb/util/compare_test.cc similarity index 100% rename from upb/upb/util/compare_test.cc rename to upb-temp/upb/util/compare_test.cc diff --git a/upb/upb/util/def_to_proto.c b/upb-temp/upb/util/def_to_proto.c similarity index 100% rename from upb/upb/util/def_to_proto.c rename to upb-temp/upb/util/def_to_proto.c diff --git a/upb/upb/util/def_to_proto.h b/upb-temp/upb/util/def_to_proto.h similarity index 100% rename from upb/upb/util/def_to_proto.h rename to upb-temp/upb/util/def_to_proto.h diff --git a/upb/upb/util/def_to_proto_fuzz_test.cc b/upb-temp/upb/util/def_to_proto_fuzz_test.cc similarity index 100% rename from upb/upb/util/def_to_proto_fuzz_test.cc rename to upb-temp/upb/util/def_to_proto_fuzz_test.cc diff --git a/upb/upb/util/def_to_proto_public_import_test.proto b/upb-temp/upb/util/def_to_proto_public_import_test.proto similarity index 100% rename from upb/upb/util/def_to_proto_public_import_test.proto rename to upb-temp/upb/util/def_to_proto_public_import_test.proto diff --git a/upb/upb/util/def_to_proto_regular_import_test.proto b/upb-temp/upb/util/def_to_proto_regular_import_test.proto similarity index 100% rename from upb/upb/util/def_to_proto_regular_import_test.proto rename to upb-temp/upb/util/def_to_proto_regular_import_test.proto diff --git a/upb/upb/util/def_to_proto_test.cc b/upb-temp/upb/util/def_to_proto_test.cc similarity index 100% rename from upb/upb/util/def_to_proto_test.cc rename to upb-temp/upb/util/def_to_proto_test.cc diff --git a/upb/upb/util/def_to_proto_test.h b/upb-temp/upb/util/def_to_proto_test.h similarity index 100% rename from upb/upb/util/def_to_proto_test.h rename to upb-temp/upb/util/def_to_proto_test.h diff --git a/upb/upb/util/def_to_proto_test.proto b/upb-temp/upb/util/def_to_proto_test.proto similarity index 100% rename from upb/upb/util/def_to_proto_test.proto rename to upb-temp/upb/util/def_to_proto_test.proto diff --git a/upb/upb/util/def_to_proto_weak_import_test.proto b/upb-temp/upb/util/def_to_proto_weak_import_test.proto similarity index 100% rename from upb/upb/util/def_to_proto_weak_import_test.proto rename to upb-temp/upb/util/def_to_proto_weak_import_test.proto diff --git a/upb/upb/util/def_to_proto_wweak_import_test.proto b/upb-temp/upb/util/def_to_proto_wweak_import_test.proto similarity index 100% rename from upb/upb/util/def_to_proto_wweak_import_test.proto rename to upb-temp/upb/util/def_to_proto_wweak_import_test.proto diff --git a/upb/upb/util/required_fields.c b/upb-temp/upb/util/required_fields.c similarity index 100% rename from upb/upb/util/required_fields.c rename to upb-temp/upb/util/required_fields.c diff --git a/upb/upb/util/required_fields.h b/upb-temp/upb/util/required_fields.h similarity index 100% rename from upb/upb/util/required_fields.h rename to upb-temp/upb/util/required_fields.h diff --git a/upb/upb/util/required_fields_test.cc b/upb-temp/upb/util/required_fields_test.cc similarity index 100% rename from upb/upb/util/required_fields_test.cc rename to upb-temp/upb/util/required_fields_test.cc diff --git a/upb/upb/util/required_fields_test.proto b/upb-temp/upb/util/required_fields_test.proto similarity index 100% rename from upb/upb/util/required_fields_test.proto rename to upb-temp/upb/util/required_fields_test.proto diff --git a/upb/upb/wire/BUILD b/upb-temp/upb/wire/BUILD similarity index 100% rename from upb/upb/wire/BUILD rename to upb-temp/upb/wire/BUILD diff --git a/upb/upb/wire/decode.c b/upb-temp/upb/wire/decode.c similarity index 100% rename from upb/upb/wire/decode.c rename to upb-temp/upb/wire/decode.c diff --git a/upb/upb/wire/decode.h b/upb-temp/upb/wire/decode.h similarity index 100% rename from upb/upb/wire/decode.h rename to upb-temp/upb/wire/decode.h diff --git a/upb/upb/wire/decode_fast.c b/upb-temp/upb/wire/decode_fast.c similarity index 100% rename from upb/upb/wire/decode_fast.c rename to upb-temp/upb/wire/decode_fast.c diff --git a/upb/upb/wire/decode_fast.h b/upb-temp/upb/wire/decode_fast.h similarity index 100% rename from upb/upb/wire/decode_fast.h rename to upb-temp/upb/wire/decode_fast.h diff --git a/upb/upb/wire/encode.c b/upb-temp/upb/wire/encode.c similarity index 100% rename from upb/upb/wire/encode.c rename to upb-temp/upb/wire/encode.c diff --git a/upb/upb/wire/encode.h b/upb-temp/upb/wire/encode.h similarity index 100% rename from upb/upb/wire/encode.h rename to upb-temp/upb/wire/encode.h diff --git a/upb/upb/wire/eps_copy_input_stream.c b/upb-temp/upb/wire/eps_copy_input_stream.c similarity index 100% rename from upb/upb/wire/eps_copy_input_stream.c rename to upb-temp/upb/wire/eps_copy_input_stream.c diff --git a/upb/upb/wire/eps_copy_input_stream.h b/upb-temp/upb/wire/eps_copy_input_stream.h similarity index 100% rename from upb/upb/wire/eps_copy_input_stream.h rename to upb-temp/upb/wire/eps_copy_input_stream.h diff --git a/upb/upb/wire/eps_copy_input_stream_test.cc b/upb-temp/upb/wire/eps_copy_input_stream_test.cc similarity index 100% rename from upb/upb/wire/eps_copy_input_stream_test.cc rename to upb-temp/upb/wire/eps_copy_input_stream_test.cc diff --git a/upb/upb/wire/internal/common.h b/upb-temp/upb/wire/internal/common.h similarity index 100% rename from upb/upb/wire/internal/common.h rename to upb-temp/upb/wire/internal/common.h diff --git a/upb/upb/wire/internal/decode.h b/upb-temp/upb/wire/internal/decode.h similarity index 100% rename from upb/upb/wire/internal/decode.h rename to upb-temp/upb/wire/internal/decode.h diff --git a/upb/upb/wire/internal/swap.h b/upb-temp/upb/wire/internal/swap.h similarity index 100% rename from upb/upb/wire/internal/swap.h rename to upb-temp/upb/wire/internal/swap.h diff --git a/upb/upb/wire/reader.c b/upb-temp/upb/wire/reader.c similarity index 100% rename from upb/upb/wire/reader.c rename to upb-temp/upb/wire/reader.c diff --git a/upb/upb/wire/reader.h b/upb-temp/upb/wire/reader.h similarity index 100% rename from upb/upb/wire/reader.h rename to upb-temp/upb/wire/reader.h diff --git a/upb/upb/wire/types.h b/upb-temp/upb/wire/types.h similarity index 100% rename from upb/upb/wire/types.h rename to upb-temp/upb/wire/types.h diff --git a/upb/upbc/BUILD b/upb-temp/upbc/BUILD similarity index 100% rename from upb/upbc/BUILD rename to upb-temp/upbc/BUILD diff --git a/upb/upbc/bootstrap_compiler.bzl b/upb-temp/upbc/bootstrap_compiler.bzl similarity index 100% rename from upb/upbc/bootstrap_compiler.bzl rename to upb-temp/upbc/bootstrap_compiler.bzl diff --git a/upb/upbc/code_generator_request.c b/upb-temp/upbc/code_generator_request.c similarity index 100% rename from upb/upbc/code_generator_request.c rename to upb-temp/upbc/code_generator_request.c diff --git a/upb/upbc/code_generator_request.h b/upb-temp/upbc/code_generator_request.h similarity index 100% rename from upb/upbc/code_generator_request.h rename to upb-temp/upbc/code_generator_request.h diff --git a/upb/upbc/code_generator_request.proto b/upb-temp/upbc/code_generator_request.proto similarity index 100% rename from upb/upbc/code_generator_request.proto rename to upb-temp/upbc/code_generator_request.proto diff --git a/upb/upbc/common.cc b/upb-temp/upbc/common.cc similarity index 100% rename from upb/upbc/common.cc rename to upb-temp/upbc/common.cc diff --git a/upb/upbc/common.h b/upb-temp/upbc/common.h similarity index 100% rename from upb/upbc/common.h rename to upb-temp/upbc/common.h diff --git a/upb/upbc/file_layout.cc b/upb-temp/upbc/file_layout.cc similarity index 100% rename from upb/upbc/file_layout.cc rename to upb-temp/upbc/file_layout.cc diff --git a/upb/upbc/file_layout.h b/upb-temp/upbc/file_layout.h similarity index 100% rename from upb/upbc/file_layout.h rename to upb-temp/upbc/file_layout.h diff --git a/upb/upbc/get_used_fields.c b/upb-temp/upbc/get_used_fields.c similarity index 100% rename from upb/upbc/get_used_fields.c rename to upb-temp/upbc/get_used_fields.c diff --git a/upb/upbc/get_used_fields.h b/upb-temp/upbc/get_used_fields.h similarity index 100% rename from upb/upbc/get_used_fields.h rename to upb-temp/upbc/get_used_fields.h diff --git a/upb/upbc/keywords.cc b/upb-temp/upbc/keywords.cc similarity index 100% rename from upb/upbc/keywords.cc rename to upb-temp/upbc/keywords.cc diff --git a/upb/upbc/keywords.h b/upb-temp/upbc/keywords.h similarity index 100% rename from upb/upbc/keywords.h rename to upb-temp/upbc/keywords.h diff --git a/upb/upbc/names.cc b/upb-temp/upbc/names.cc similarity index 100% rename from upb/upbc/names.cc rename to upb-temp/upbc/names.cc diff --git a/upb/upbc/names.h b/upb-temp/upbc/names.h similarity index 100% rename from upb/upbc/names.h rename to upb-temp/upbc/names.h diff --git a/upb/upbc/plugin.h b/upb-temp/upbc/plugin.h similarity index 100% rename from upb/upbc/plugin.h rename to upb-temp/upbc/plugin.h diff --git a/upb/upbc/protoc-gen-upb.cc b/upb-temp/upbc/protoc-gen-upb.cc similarity index 100% rename from upb/upbc/protoc-gen-upb.cc rename to upb-temp/upbc/protoc-gen-upb.cc diff --git a/upb/upbc/protoc-gen-upbdefs.cc b/upb-temp/upbc/protoc-gen-upbdefs.cc similarity index 100% rename from upb/upbc/protoc-gen-upbdefs.cc rename to upb-temp/upbc/protoc-gen-upbdefs.cc diff --git a/upb/upbc/protoc-gen-upbdev.cc b/upb-temp/upbc/protoc-gen-upbdev.cc similarity index 100% rename from upb/upbc/protoc-gen-upbdev.cc rename to upb-temp/upbc/protoc-gen-upbdev.cc diff --git a/upb/upbc/stage0/google/protobuf/compiler/plugin.upb.c b/upb-temp/upbc/stage0/google/protobuf/compiler/plugin.upb.c similarity index 100% rename from upb/upbc/stage0/google/protobuf/compiler/plugin.upb.c rename to upb-temp/upbc/stage0/google/protobuf/compiler/plugin.upb.c diff --git a/upb/upbc/stage0/google/protobuf/compiler/plugin.upb.h b/upb-temp/upbc/stage0/google/protobuf/compiler/plugin.upb.h similarity index 100% rename from upb/upbc/stage0/google/protobuf/compiler/plugin.upb.h rename to upb-temp/upbc/stage0/google/protobuf/compiler/plugin.upb.h diff --git a/upb/upbc/subprocess.cc b/upb-temp/upbc/subprocess.cc similarity index 100% rename from upb/upbc/subprocess.cc rename to upb-temp/upbc/subprocess.cc diff --git a/upb/upbc/subprocess.h b/upb-temp/upbc/subprocess.h similarity index 100% rename from upb/upbc/subprocess.h rename to upb-temp/upbc/subprocess.h diff --git a/upb/upbc/upbc_so.c b/upb-temp/upbc/upbc_so.c similarity index 100% rename from upb/upbc/upbc_so.c rename to upb-temp/upbc/upbc_so.c diff --git a/upb/upbc/upbdev.c b/upb-temp/upbc/upbdev.c similarity index 100% rename from upb/upbc/upbdev.c rename to upb-temp/upbc/upbdev.c diff --git a/upb/upbc/upbdev.h b/upb-temp/upbc/upbdev.h similarity index 100% rename from upb/upbc/upbdev.h rename to upb-temp/upbc/upbdev.h