Skip to content

Commit

Permalink
updated submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 24, 2024
1 parent 2e6f678 commit 525f10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tweaks/protobuf
Submodule protobuf updated 46 files
+2 −0 .bazelrc
+5 −3 .github/workflows/test_cpp.yml
+4 −3 .github/workflows/test_ruby.yml
+2 −1 .github/workflows/test_rust.yml
+4 −1 .github/workflows/test_upb.yml
+1 −1 bazel/upb_c_proto_library.bzl
+0 −1 build_defs/cpp_opts.bzl
+1 −0 ci/Linux.bazelrc
+1 −0 ci/macOS.bazelrc
+3 −4 conformance/binary_json_conformance_suite.cc
+2 −2 conformance/conformance_test.cc
+4 −2 conformance/failure_list_trie_node.cc
+3 −3 conformance/failure_list_trie_node.h
+2 −2 editions/golden/compare_cpp_codegen_failure.xml
+1 −1 editors/protobuf-mode.el
+1 −1 pkg/BUILD.bazel
+2 −1 ruby/ext/google/protobuf_c/convert.c
+3 −3 rust/cpp_kernel/map.cc
+1 −1 rust/cpp_kernel/map.h
+1 −1 rust/cpp_kernel/repeated.cc
+1 −1 rust/cpp_kernel/strings.cc
+0 −2 rust/cpp_kernel/strings.h
+3 −7 rust/upb/lib.rs
+121 −9 rust/upb/message.rs
+5 −0 rust/upb/mini_table.rs
+3 −1 src/file_lists.cmake
+1 −0 src/google/protobuf/BUILD.bazel
+16 −1 src/google/protobuf/compiler/rust/BUILD.bazel
+1 −0 src/google/protobuf/compiler/rust/accessors/BUILD.bazel
+4 −4 src/google/protobuf/compiler/rust/accessors/default_value.cc
+5 −3 src/google/protobuf/compiler/rust/accessors/repeated_field.cc
+123 −18 src/google/protobuf/compiler/rust/accessors/singular_scalar.cc
+7 −11 src/google/protobuf/compiler/rust/message.cc
+40 −0 src/google/protobuf/compiler/rust/upb_helpers.cc
+32 −0 src/google/protobuf/compiler/rust/upb_helpers.h
+4 −4 src/google/protobuf/descriptor_database_unittest.cc
+7 −0 src/google/protobuf/string_view_test.cc
+4 −0 third_party/zlib.BUILD
+0 −35 upb/io/zero_copy_stream_test.cc
+1 −1 upb/wire/eps_copy_input_stream_test.cc
+0 −53 upb_generator/BUILD
+1 −1 upb_generator/bootstrap_compiler.bzl
+70 −0 upb_generator/c/BUILD
+0 −0 upb_generator/c/generator.cc
+6 −0 upb_generator/minitable/BUILD
+6 −0 upb_generator/reflection/BUILD

0 comments on commit 525f10d

Please sign in to comment.