1. 7b8796a Auto-generate files after cl/702395824 by Protobuf Team Bot · 6 weeks ago
  2. 347ac4a Don't add LayoutItems for non-oneof fields. This simplifies the code, and since the vast majority of messages don't have oneof, should also speed things up. by Protobuf Team Bot · 6 weeks ago
  3. b35fe13 Update proto_common_compile_tests.bzl to reflect using the baseline exec configuration. No hash is expected after exec. by Protobuf Team Bot · 6 weeks ago
  4. a014c7d Auto-generate files after cl/702381123 by Protobuf Team Bot · 6 weeks ago
  5. eb8a34d Fix issue where a tmp buffer could have been too small when handling a serialized FeatureSet. by Protobuf Team Bot · 6 weeks ago
  6. 9db4d1c Add the `experimental_use_cc_common_link` flag for Rust by Adam Cozzette · 6 weeks ago
  7. 4d998f2 Add linker flags enabling undefined dynamic_lookup for macOS for Python api_implementation.so and message.so by Sandy Zhang · 6 weeks ago
  8. a1b0088 Adds UnsafeCollectionOperations for unsafe access to RepeatedField<T> (#16772) by PascalSenn · 6 weeks ago
  9. b2acbd3 Use `std::is_base_of_v` instead of `std::derived_from` by Adam Cozzette · 6 weeks ago
  10. 873a695 Upgrade to rules_rust v0.54.1 by Adam Cozzette · 6 weeks ago
  11. 4b04718 Automated Code Change by Protobuf Team Bot · 6 weeks ago
  12. e160383 Fix failure list trie behavior (#19207) by Yamil Morales · 6 weeks ago
  13. c879ccc Fix typo in computeInt32SizeNoTag doc by Mark Hansen · 6 weeks ago
  14. e01ab3c Auto-generate files after cl/702086770 by Protobuf Team Bot · 6 weeks ago
  15. a7db4a7 Remove unnecessary offsets field from LayoutItem, and instead assign it directly to the minitable fields by Protobuf Team Bot · 6 weeks ago
  16. 05ac45a Auto-generate files after cl/702081436 by Protobuf Team Bot · 6 weeks ago
  17. c6a452a Don't sort fields when assigning offsets. by Protobuf Team Bot · 6 weeks ago
  18. f59676d Auto-generate files after cl/702072912 by Protobuf Team Bot · 6 weeks ago
  19. a79fbc9 Fixed comparison of empty repeated/map extensions. by Protobuf Team Bot · 6 weeks ago
  20. 3bbaa24 Internal change by Protobuf Team Bot · 6 weeks ago
  21. 7c3b8b7 Clean up of the the way `import public` is handled in Rust generation. by Protobuf Team Bot · 6 weeks ago
  22. df00265 Remove protobuf-compiler, protobuf-cpp, and protobuf-btr auto assign since they are too broad of a group. Prefer onduty to review or assign a reviewer. We keep auto assign for languages with small codebases and small support teams. by Deanna Garcia · 6 weeks ago
  23. 07faf36 Update reflection_visit_field_info.h to avoid using deprecated reflection APIs by Adam Cozzette · 6 weeks ago
  24. 354af44 Remove obsolete MapAllocator class. by Protobuf Team Bot · 6 weeks ago
  25. f1aa92a Handle optional fields correctly in Message_get method (#18982) by Piotr Hałas · 6 weeks ago
  26. 5d0865c Auto-generate files after cl/701102058 by Protobuf Team Bot · 6 weeks ago
  27. 79fbab0 Fix inadvertent sorting order of message memory layout by Protobuf Team Bot · 6 weeks ago
  28. cbecd9d Remove descriptor_test_wrapper for python's descriptor_test. by Tony Liao · 6 weeks ago
  29. d59a9e1 Add protobuf_extra_deps.bzl for loading dependencies necessary for external repositories in protobuf_deps.bzl. by Sandy Zhang · 6 weeks ago
  30. 37cc68f Auto-generate files after cl/700798766 by Protobuf Team Bot · 6 weeks ago
  31. 6eae23c Refactor name_resovler_test so that tests get descriptors from the custom DescriptorPool instead of from the C++ generated descriptors. by Protobuf Team Bot · 6 weeks ago
  32. 8ccca39 [python] Remove explicit visibility("default") on PyInit__message (#16125) by Geoffry Song · 6 weeks ago
  33. 9668016 Override protobuf Message.__dir__ method by Matej Aleksandrov · 6 weeks ago
  34. 602b62a Auto-generate files after cl/700764584 by Protobuf Team Bot · 6 weeks ago
  35. 783b307 Print better error message when registering an extension with a duplicate number. by Tony Liao · 6 weeks ago
  36. 5752b2d [python] Remove semicolon after `PyObject_HEAD` (#16123) by Geoffry Song · 6 weeks ago
  37. f699827 Auto-generate files after cl/700728937 by Protobuf Team Bot · 6 weeks ago
  38. ce9071a Cut the size of upb_LayoutItem from 12 bytes to 6. by Protobuf Team Bot · 6 weeks ago
  39. d08b59c Add conformance tests covering mismatched group tags by Mike Kruskal · 6 weeks ago
  40. ba213b3 Auto-generate files after PR #17845 by Protobuf Team Bot · 6 weeks ago
  41. 653f511 Build with -Wundef (#17845) by Taylor Cramer · 6 weeks ago
  42. 7588e51 Use visitation to implement allocation/initialization/deallocation of nodes in generic code. by Protobuf Team Bot · 6 weeks ago
  43. f66e49c Use newly introduced `Clone` method in `LazyField` in order to avoid looking up prototype (`GetPrototypeForLazyMessage`) during copy. by Vitaly Goldshteyn · 6 weeks ago
  44. 525e16a Updated Build Configuration for PHP Extension to fix issue building on Windows (#17903) by Graham Wharton · 6 weeks ago
  45. 30ed452 Breaking Change: Remove deprecated Arena::GetArena. by Sandy Zhang · 6 weeks ago
  46. 5bb4555 Slightly simplify `SizeOfUnion`. Performance should be improved as well. by Vitaly Goldshteyn · 7 weeks ago
  47. 4cfeb66 Avoid unnecessary use of run_shell (#19409) by freeform-andre · 7 weeks ago
  48. 3773feb Fix deprecated use of `namespace_packages` in `python/dist/setup.py` (#18235) by Zoey Greer · 7 weeks ago
  49. 9dc5aaa PROTOC_EXPORT in java/names.h to expose symbols (#19363) by Michael Cho · 7 weeks ago
  50. da1c7c0 Move SpaceUsed calculation to UntypedMapBase to reduce code size. by Protobuf Team Bot · 7 weeks ago
  51. 4130f38 Remove unused references to internal::DownCast (#19372) by Dennis · 7 weeks ago
  52. 70730f5 Performance optimization extension for `RepeatedField<T>` (#19115) by Pedram Rezaei · 7 weeks ago
  53. 343a3f9 dotnet: Microoptimizations (#18934) by Henrik · 7 weeks ago
  54. e35ed79 Fix `plugin_output` for `_generate_rust_gencode` (#18255) by Zoey Greer · 7 weeks ago
  55. f3f2fba updated docs/third_party.md (#19374) by Antonin Kriz · 7 weeks ago
  56. 1544885 Remove message_factory_test_wrapper for python's message_factory_test. by Tony Liao · 7 weeks ago
  57. 2ad21af Auto-generate files after cl/700042372 by Protobuf Team Bot · 7 weeks ago
  58. d0151aa Fix const INFINITY issue on MSVC. by Mike Kruskal · 7 weeks ago
  59. da8bcc8 Internal by Protobuf Team Bot · 7 weeks ago
  60. 1c98b5b [7392] fix conformance test in PHP JSON parser (#19376) by Anton Grbin · 7 weeks ago
  61. a02ec0f Remove message_test_wrapper for python's message_test. by Tony Liao · 7 weeks ago
  62. b9e69e8 Add "absl::StatusOr<PythonConstMessagePointer> GetConstMessagePointer(PyObject* msg)" in proto_api which works with cpp extension, upb and pure python. by Jie Luo · 7 weeks ago
  63. aded9b7 Auto-generate files after cl/699254841 by Protobuf Team Bot · 7 weeks ago
  64. d76359a Use parentheses for macro argument by Protobuf Team Bot · 7 weeks ago
  65. 0bdcf98 Emit extensions in debug string in wire order by Protobuf Team Bot · 7 weeks ago
  66. 736672c Auto-generate files after cl/699248319 by Protobuf Team Bot · 7 weeks ago
  67. ac5ce6e Rename _upb_Message_Realloc to _EnsureAvailable by Protobuf Team Bot · 7 weeks ago
  68. 15e7d71 Building python binding with bazel on s390x (#19232) by gongsu832 · 7 weeks ago
  69. aa9868e Reimplement ClearTable using the stored TypeInfo. by Protobuf Team Bot · 7 weeks ago
  70. a2b87df Auto-generate files after PR #17433 by Protobuf Team Bot · 7 weeks ago
  71. 954dd58 Guard against overalignment in RepeatedPtrField. by Chris Kennelly · 7 weeks ago
  72. deec498 Improve support for Clang inside of UPB (#17433) by Vadmeme · 7 weeks ago
  73. 8476dba Remove unused protos in `python/google/protobuf/internal/more_messages.proto` (#18245) by Zoey Greer · 7 weeks ago
  74. 8e15860 Update README.md for protobuf to address [this issue](https://github.com/protocolbuffers/protobuf/issues/17258). by Protobuf Team Bot · 7 weeks ago
  75. f497c18 Add missing enum case in TypeKind calculation. by Protobuf Team Bot · 7 weeks ago
  76. d425214 Auto-generate files after cl/698856552 by Protobuf Team Bot · 7 weeks ago
  77. 3d065d1 Fixed depth limit check by comparing effective depth limits. by Joshua Haberman · 7 weeks ago
  78. ced605d utf8_range: add version marker to library (#19009) by Jan Engelhardt · 7 weeks ago
  79. 2dde8f1 Enable opt and asan Rust GHA tests, and split out the Cargo test to make those failures present more cleanly in GHA (the Cargo test was already using a different docker image than the other tests). by Protobuf Team Bot · 7 weeks ago
  80. c2394d9 Internal changes by Mike Kruskal · 7 weeks ago
  81. 0325132 Use the latest googletest version number in our generated Cargo.toml for release. by Protobuf Team Bot · 7 weeks ago
  82. 96dfcce Force re-computing the serialized size after the lazy fields with corrupted data are replaced with empty bytes by Protobuf Team Bot · 7 weeks ago
  83. d6b90bf Add TypeInfo type UntypedMapBase for generic operation support. by Protobuf Team Bot · 7 weeks ago
  84. 61662a5 Avoid recursive call to `Insert` in the flat case. by Vitaly Goldshteyn · 7 weeks ago
  85. 6af3218 Reimplement ExtensionSet::MergeFrom for the copy case for better performance. by Vitaly Goldshteyn · 7 weeks ago
  86. fc6ae67 fix(example): go version is too low (#19293) by Kaikai · 7 weeks ago
  87. 245acbf Make fuzz test check round-trip correctness of upb encoder/decoder. by Joshua Haberman · 7 weeks ago
  88. 36111c2 Auto-generate files after cl/698497070 by Protobuf Team Bot · 7 weeks ago
  89. 6ce48c2 Automated rollback of commit 6b9d5c425e46eecd6b04b95bd5d3eb9056138e70. by Hong Shin · 7 weeks ago
  90. db71344 Move iteration APIs to headers, so they're inlined in loop calls by Protobuf Team Bot · 7 weeks ago
  91. 20b6e24 Internal change by Deanna Garcia · 7 weeks ago
  92. 6b9d5c4 hpb: when parsing T*'s, delegate to the canonical Ptr<T> by Hong Shin · 7 weeks ago
  93. c8c9cf3 Auto-generate files after cl/698437576 by Protobuf Team Bot · 7 weeks ago
  94. 35dbd5c Use an explicit union with commented explanation rather than casting by Protobuf Team Bot · 7 weeks ago
  95. 95c2cb8 Auto-generate files after cl/698430014 by Protobuf Team Bot · 7 weeks ago
  96. 03d24e3 Auto insert the version number into the Cargo.toml files. by Protobuf Team Bot · 7 weeks ago
  97. 3781f45 Fix a python bug that UPB and Python C++ extension assume MessageSet extensions are ordered first by Jie Luo · 7 weeks ago
  98. f5a2937 Drop Python 3.8 support by Protobuf Team Bot · 7 weeks ago
  99. 3ba0709 fix(example): c++14 limitation (#19292) by Kaikai · 7 weeks ago
  100. d3e9897 Fix a python bug for text_format pretty print when Struct in Any by Jie Luo · 7 weeks ago