1 file changed
+1
-1
lines changed- .bazelrc-1
- .github/workflows/staleness_check.yml+2-2
- .github/workflows/test_release_branches.yml+1-1
- .github/workflows/test_rust.yml+1-1
- CMakeLists.txt+1-1
- MODULE.bazel+1-1
- Protobuf-C++.podspec+1-1
- Protobuf.podspec+1-1
- csharp/Google.Protobuf.Tools.nuspec+1-1
- csharp/src/Google.Protobuf/Google.Protobuf.csproj+1-1
- hpb/internal/internal.h+7
- hpb/requires.h+7
- hpb_generator/tests/basic_test_editions.proto+7
- java/bom/pom.xml+1-1
- java/core/src/main/java/com/google/protobuf/RuntimeVersion.java+1-1
- java/kotlin/pom.xml+1-1
- java/pom.xml+1-1
- java/protoc/pom.xml+1-1
- php/ext/google/protobuf/protobuf.h+1-1
- protobuf_version.bzl+5-5
- python/google/protobuf/__init__.py+1-1
- python/google/protobuf/runtime_version.py+1-1
- ruby/.gitignore+2
- ruby/Rakefile+1-1
- ruby/google-protobuf.gemspec+1-1
- ruby/pom.xml+2-2
- rust/cpp.rs+32-29
- rust/cpp_kernel/map.cc+93-41
- rust/defs.bzl+7-5
- src/file_lists.cmake+2
- src/google/protobuf/any.pb.cc+1-1
- src/google/protobuf/any.pb.h+3-3
- src/google/protobuf/api.pb.cc+1-1
- src/google/protobuf/api.pb.h+3-5
- src/google/protobuf/compiler/cpp/file.cc+18-4
- src/google/protobuf/compiler/cpp/message.cc-14
- src/google/protobuf/compiler/java/BUILD.bazel+4-1
- src/google/protobuf/compiler/java/field_common.cc+1-1
- src/google/protobuf/compiler/java/full/BUILD.bazel+2
- src/google/protobuf/compiler/java/full/field_generator.h-1
- src/google/protobuf/compiler/java/full/message.cc-300
- src/google/protobuf/compiler/java/full/message.h-5
- src/google/protobuf/compiler/java/generator_common.h+1
- src/google/protobuf/compiler/java/generator_factory.h-3
- src/google/protobuf/compiler/java/helpers.h+4-3
- src/google/protobuf/compiler/java/java_features.pb.cc+1-1
- src/google/protobuf/compiler/java/java_features.pb.h+3-3
- src/google/protobuf/compiler/java/lite/BUILD.bazel+4-1
- src/google/protobuf/compiler/java/lite/field_generator.h+10-5
- src/google/protobuf/compiler/java/lite/message.cc-369
- src/google/protobuf/compiler/java/lite/message.h-5
- src/google/protobuf/compiler/kotlin/BUILD.bazel+14-4
- src/google/protobuf/compiler/kotlin/file.cc+6-24
- src/google/protobuf/compiler/kotlin/file.h+2-3
- src/google/protobuf/compiler/kotlin/message.cc+444
- src/google/protobuf/compiler/kotlin/message.h+58
- src/google/protobuf/compiler/plugin.pb.cc+1-1
- src/google/protobuf/compiler/plugin.pb.h+3-6
- src/google/protobuf/compiler/rust/message.cc+9-35
- src/google/protobuf/compiler/versions.h+3-3
- src/google/protobuf/cpp_features.pb.cc+1-1
- src/google/protobuf/cpp_features.pb.h+3-3
- src/google/protobuf/descriptor.pb.cc+1-1
- src/google/protobuf/descriptor.pb.h+3-35
- src/google/protobuf/duration.pb.cc+1-1
- src/google/protobuf/duration.pb.h+3-3
- src/google/protobuf/empty.pb.cc+1-1
- src/google/protobuf/empty.pb.h+3-3
- src/google/protobuf/field_mask.pb.cc+1-1
- src/google/protobuf/field_mask.pb.h+3-3
- src/google/protobuf/map.h+12
- src/google/protobuf/message_lite.h+28-20
- src/google/protobuf/port.h+8-4
- src/google/protobuf/runtime_version.h+1-1
- src/google/protobuf/source_context.pb.cc+1-1
- src/google/protobuf/source_context.pb.h+3-3
- src/google/protobuf/struct.pb.cc+1-1
- src/google/protobuf/struct.pb.h+3-5
- src/google/protobuf/stubs/common.h+1-1
- src/google/protobuf/timestamp.pb.cc+1-1
- src/google/protobuf/timestamp.pb.h+3-3
- src/google/protobuf/type.pb.cc+1-1
- src/google/protobuf/type.pb.h+3-7
- src/google/protobuf/wrappers.pb.cc+1-1
- src/google/protobuf/wrappers.pb.h+3-11
- third_party/utf8_range/BUILD.bazel+7-1
- third_party/utf8_range/utf8_range.c+15-275
- third_party/utf8_range/utf8_range_neon.inc+117
- third_party/utf8_range/utf8_range_sse.inc+272
- version.json+10-10
0 commit comments