1. a59bb5e Rust: remove references to `crate::` from generated code by Adam Cozzette · 2 weeks ago main
  2. 2767929 Add a helper for checking whether the descriptor pool has defaults for a particular language feature extension. by Protobuf Team Bot · 2 weeks ago
  3. b025398 Move __runtime into __internal::runtime by Protobuf Team Bot · 2 weeks ago
  4. f10826e Add absl::Cord overloads to FromString and ToString methods on MessageLite. by Protobuf Team Bot · 2 weeks ago
  5. 0b185ad Auto-generate files after cl/703295900 by Protobuf Team Bot · 2 weeks ago
  6. 9f29f02 Add branch hint to make CSEL generation more reliable by Protobuf Team Bot · 2 weeks ago
  7. c02d5ef Auto-generate files after cl/703267593 by Protobuf Team Bot · 2 weeks ago
  8. aac2600 Add `upb_StringView_Compare` function. by Protobuf Team Bot · 2 weeks ago
  9. 629aba5 Improve formatting on the proto_macro rustdoc. by Protobuf Team Bot · 2 weeks ago
  10. bfe46c5 Speed up node initialization in MpMap. by Protobuf Team Bot · 2 weeks ago
  11. e8dc865 Auto-generate files after cl/703214356 by Protobuf Team Bot · 2 weeks ago
  12. 929905b Minor binary search optimization for field lookup slow path. by Protobuf Team Bot · 2 weeks ago
  13. 671ae8f Make protobuf_example publishable by having it only perform code generation behind a feature. by Protobuf Team Bot · 2 weeks ago
  14. c18384c Rust: make generated code refer to `::protobuf` instead of `::__pb` by Adam Cozzette · 2 weeks ago
  15. f19007f Fix SwapFields on dynamic message map fields. by Protobuf Team Bot · 2 weeks ago
  16. 738ffe2 Rust: ensure we can handle name collision between local module and crate dependency by Adam Cozzette · 2 weeks ago
  17. 482752a Make Python/C++ reject unmatched end-group tag. by Mike Kruskal · 2 weeks ago
  18. ab3adc2 Add description and license to protobuf_example's Cargo.toml by Protobuf Team Bot · 2 weeks ago
  19. 4229508 Fix the DynamicMessage implementation of DeleteMapValue. by Protobuf Team Bot · 2 weeks ago
  20. 6a0ff9d Rust: remove extern crate declaration for `std` from generated code by Adam Cozzette · 2 weeks ago
  21. 2ca39a2 Add release.sh script that pushes crates. by Protobuf Team Bot · 2 weeks ago
  22. 787eb48 Fix maintainer github username in BCR metadata for protobuf module by Sandy Zhang · 2 weeks ago
  23. e519987 Add benchmark for field lookup by Protobuf Team Bot · 2 weeks ago
  24. 926f87d Add publish --dry_run to the cargo_test by Protobuf Team Bot · 2 weeks ago
  25. fbffeb5 hpb: extension.h: rm extraneous c-style cast (hidden const_cast) by Hong Shin · 2 weeks ago
  26. 60d43aa Remove proto_builder_test_wrapper for python's proto_builder_test. by Tony Liao · 2 weeks ago
  27. 8e78b9d Version the protobuf_example crate the same as the other two crates. by Protobuf Team Bot · 2 weeks ago
  28. 43a1161 Internal change by Protobuf Team Bot · 2 weeks ago
  29. 3b38918 PkgConfig: account for possible debug postfix in library name (#19444) by Andre Sailer · 2 weeks ago
  30. bedda1d Auto-generate files after cl/702483612 by Protobuf Team Bot · 3 weeks ago
  31. be11a95 Rust: delete codegen logic for working with .upb.h files by Adam Cozzette · 3 weeks ago
  32. 9a8494d Add a upb_alloc cleanup function pointer to upb_Arena. by Protobuf Team Bot · 3 weeks ago
  33. 90e57d6 Add .gitignore to the protobuf_example crate that ignores src/protobuf_generated/ by Protobuf Team Bot · 3 weeks ago
  34. c531f2a Make the default directory for cargo gencode `src/protobuf_generated/` instead of `protos`. by Protobuf Team Bot · 3 weeks ago
  35. 8ce4952 Create /release_crates/ directory that contains one directory for each of our 3 crates that we package up. by Protobuf Team Bot · 3 weeks ago
  36. 84e81cf Make Java-lite reject unmatched end-group tag. by Mike Kruskal · 3 weeks ago
  37. 8f6afdc Fix some silent failures in our CI. by Mike Kruskal · 3 weeks ago
  38. 7b8796a Auto-generate files after cl/702395824 by Protobuf Team Bot · 3 weeks ago
  39. 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 · 3 weeks ago
  40. b35fe13 Update proto_common_compile_tests.bzl to reflect using the baseline exec configuration. No hash is expected after exec. by Protobuf Team Bot · 3 weeks ago
  41. a014c7d Auto-generate files after cl/702381123 by Protobuf Team Bot · 3 weeks ago
  42. eb8a34d Fix issue where a tmp buffer could have been too small when handling a serialized FeatureSet. by Protobuf Team Bot · 3 weeks ago
  43. 9db4d1c Add the `experimental_use_cc_common_link` flag for Rust by Adam Cozzette · 3 weeks ago
  44. 4d998f2 Add linker flags enabling undefined dynamic_lookup for macOS for Python api_implementation.so and message.so by Sandy Zhang · 3 weeks ago
  45. a1b0088 Adds UnsafeCollectionOperations for unsafe access to RepeatedField<T> (#16772) by PascalSenn · 3 weeks ago
  46. b2acbd3 Use `std::is_base_of_v` instead of `std::derived_from` by Adam Cozzette · 3 weeks ago
  47. 873a695 Upgrade to rules_rust v0.54.1 by Adam Cozzette · 3 weeks ago
  48. 4b04718 Automated Code Change by Protobuf Team Bot · 3 weeks ago
  49. e160383 Fix failure list trie behavior (#19207) by Yamil Morales · 3 weeks ago
  50. c879ccc Fix typo in computeInt32SizeNoTag doc by Mark Hansen · 3 weeks ago
  51. e01ab3c Auto-generate files after cl/702086770 by Protobuf Team Bot · 3 weeks ago
  52. a7db4a7 Remove unnecessary offsets field from LayoutItem, and instead assign it directly to the minitable fields by Protobuf Team Bot · 3 weeks ago
  53. 05ac45a Auto-generate files after cl/702081436 by Protobuf Team Bot · 3 weeks ago
  54. c6a452a Don't sort fields when assigning offsets. by Protobuf Team Bot · 3 weeks ago
  55. f59676d Auto-generate files after cl/702072912 by Protobuf Team Bot · 3 weeks ago
  56. a79fbc9 Fixed comparison of empty repeated/map extensions. by Protobuf Team Bot · 3 weeks ago
  57. 3bbaa24 Internal change by Protobuf Team Bot · 3 weeks ago
  58. 7c3b8b7 Clean up of the the way `import public` is handled in Rust generation. by Protobuf Team Bot · 3 weeks ago
  59. 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 · 3 weeks ago
  60. 07faf36 Update reflection_visit_field_info.h to avoid using deprecated reflection APIs by Adam Cozzette · 3 weeks ago
  61. 354af44 Remove obsolete MapAllocator class. by Protobuf Team Bot · 3 weeks ago
  62. f1aa92a Handle optional fields correctly in Message_get method (#18982) by Piotr Hałas · 3 weeks ago
  63. 5d0865c Auto-generate files after cl/701102058 by Protobuf Team Bot · 3 weeks ago
  64. 79fbab0 Fix inadvertent sorting order of message memory layout by Protobuf Team Bot · 3 weeks ago
  65. cbecd9d Remove descriptor_test_wrapper for python's descriptor_test. by Tony Liao · 3 weeks ago
  66. d59a9e1 Add protobuf_extra_deps.bzl for loading dependencies necessary for external repositories in protobuf_deps.bzl. by Sandy Zhang · 3 weeks ago
  67. 37cc68f Auto-generate files after cl/700798766 by Protobuf Team Bot · 3 weeks ago
  68. 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 · 3 weeks ago
  69. 8ccca39 [python] Remove explicit visibility("default") on PyInit__message (#16125) by Geoffry Song · 3 weeks ago
  70. 9668016 Override protobuf Message.__dir__ method by Matej Aleksandrov · 3 weeks ago
  71. 602b62a Auto-generate files after cl/700764584 by Protobuf Team Bot · 3 weeks ago
  72. 783b307 Print better error message when registering an extension with a duplicate number. by Tony Liao · 3 weeks ago
  73. 5752b2d [python] Remove semicolon after `PyObject_HEAD` (#16123) by Geoffry Song · 3 weeks ago
  74. f699827 Auto-generate files after cl/700728937 by Protobuf Team Bot · 3 weeks ago
  75. ce9071a Cut the size of upb_LayoutItem from 12 bytes to 6. by Protobuf Team Bot · 3 weeks ago
  76. d08b59c Add conformance tests covering mismatched group tags by Mike Kruskal · 3 weeks ago
  77. ba213b3 Auto-generate files after PR #17845 by Protobuf Team Bot · 3 weeks ago
  78. 653f511 Build with -Wundef (#17845) by Taylor Cramer · 3 weeks ago
  79. 7588e51 Use visitation to implement allocation/initialization/deallocation of nodes in generic code. by Protobuf Team Bot · 3 weeks ago
  80. f66e49c Use newly introduced `Clone` method in `LazyField` in order to avoid looking up prototype (`GetPrototypeForLazyMessage`) during copy. by Vitaly Goldshteyn · 3 weeks ago
  81. 525e16a Updated Build Configuration for PHP Extension to fix issue building on Windows (#17903) by Graham Wharton · 3 weeks ago
  82. 30ed452 Breaking Change: Remove deprecated Arena::GetArena. by Sandy Zhang · 4 weeks ago
  83. 5bb4555 Slightly simplify `SizeOfUnion`. Performance should be improved as well. by Vitaly Goldshteyn · 4 weeks ago
  84. 4cfeb66 Avoid unnecessary use of run_shell (#19409) by freeform-andre · 4 weeks ago
  85. 3773feb Fix deprecated use of `namespace_packages` in `python/dist/setup.py` (#18235) by Zoey Greer · 4 weeks ago
  86. 9dc5aaa PROTOC_EXPORT in java/names.h to expose symbols (#19363) by Michael Cho · 4 weeks ago
  87. da1c7c0 Move SpaceUsed calculation to UntypedMapBase to reduce code size. by Protobuf Team Bot · 4 weeks ago
  88. 4130f38 Remove unused references to internal::DownCast (#19372) by Dennis · 4 weeks ago
  89. 70730f5 Performance optimization extension for `RepeatedField<T>` (#19115) by Pedram Rezaei · 4 weeks ago
  90. 343a3f9 dotnet: Microoptimizations (#18934) by Henrik · 4 weeks ago
  91. e35ed79 Fix `plugin_output` for `_generate_rust_gencode` (#18255) by Zoey Greer · 4 weeks ago
  92. f3f2fba updated docs/third_party.md (#19374) by Antonin Kriz · 4 weeks ago
  93. 1544885 Remove message_factory_test_wrapper for python's message_factory_test. by Tony Liao · 4 weeks ago
  94. 2ad21af Auto-generate files after cl/700042372 by Protobuf Team Bot · 4 weeks ago
  95. d0151aa Fix const INFINITY issue on MSVC. by Mike Kruskal · 4 weeks ago
  96. da8bcc8 Internal by Protobuf Team Bot · 4 weeks ago
  97. 1c98b5b [7392] fix conformance test in PHP JSON parser (#19376) by Anton Grbin · 4 weeks ago
  98. a02ec0f Remove message_test_wrapper for python's message_test. by Tony Liao · 4 weeks ago
  99. b9e69e8 Add "absl::StatusOr<PythonConstMessagePointer> GetConstMessagePointer(PyObject* msg)" in proto_api which works with cpp extension, upb and pure python. by Jie Luo · 4 weeks ago
  100. aded9b7 Auto-generate files after cl/699254841 by Protobuf Team Bot · 4 weeks ago