1. deeb203 Implement `reserve` for `RepeatedFieldProxy`. by Clayton Knittel · 74 minutes ago main
  2. 9e7227d Implement `move_assign` for `RepeatedFieldProxy`. by Clayton Knittel · 7 hours ago
  3. 9e8975b Implement `assign` for `RepeatedFieldProxy`. by Clayton Knittel · 12 hours ago
  4. 8bbb967 Implement `erase` for `RepeatedFieldProxy`. by Clayton Knittel · 13 hours ago
  5. 18da8e1 Auto-generate files after cl/883715112 by Protobuf Team Bot · 2 days ago
  6. 1123219 MessageGlobalsBase::default_instance() -> ToDefaultInstance(). by Protobuf Team Bot · 2 days ago
  7. 8664ea6 Auto-generate files after cl/883399940 by Protobuf Team Bot · 2 days ago
  8. 259481c Add a dummy pointer to MessageGlobalsBase #ifdef PROTOBUF_MESSAGE_GLOBALS. by Protobuf Team Bot · 2 days ago
  9. d2ab1d7 Use `_WIN32` check for Windows builds (#25677) by Pavel P · 2 days ago
  10. d787869 Make any &T impl AsView if T impl AsView by Protobuf Team Bot · 3 days ago
  11. 9b38d6d Add decoding error details for UPB proto parsing failures. by Protobuf Team Bot · 3 days ago
  12. 8787002 Use MessageGlobalsBase to create DynamicMessage prototype. by Protobuf Team Bot · 3 days ago
  13. 6b09d1c Refactor repeated string proxy tests into typed test. by Clayton Knittel · 3 days ago
  14. 6ced612 Change _opt() accessors to return an std::Option instead of protobuf::Optional by Samuel Benzaquen · 3 days ago
  15. 62c75ea Implement `clear` for `RepeatedFieldProxy`. by Clayton Knittel · 3 days ago
  16. 0104486 Improve test coverage of repeated primitive proxies. by Clayton Knittel · 3 days ago
  17. eaec88f Pass a const reference to the user-provided lambda in `RepeatedField`'s `proto2::erase_if`. by Clayton Knittel · 3 days ago
  18. 40d48c3 Implement `pop_back` for `RepeatedFieldProxy`. by Clayton Knittel · 3 days ago
  19. ea7cb35 Pass a const reference to the user-provided lambda in `RepeatedField`'s `proto2::sort` and `proto2::stable_sort`. by Clayton Knittel · 3 days ago
  20. ab14c0f Fixed a bug in `msg.MergeFrom(msg2)` in Python. by Joshua Haberman · 3 days ago
  21. 08244d7 Specialize `string_view` iterators to prevent leaking `std::string` through the iterator. by Clayton Knittel · 4 days ago
  22. e7465f1 py generate_docs: simplify copyright header by Hong Shin · 4 days ago
  23. a3c1c36 Auto-generate files after cl/882694189 by Protobuf Team Bot · 4 days ago
  24. 32cdcec Use uint32_t instead of size_t for dense index by Protobuf Team Bot · 4 days ago
  25. 665c1a3 Deny all warnings in our cargo test setup. by Protobuf Team Bot · 4 days ago
  26. 323f58a Auto-generate files after cl/882671564 by Protobuf Team Bot · 4 days ago
  27. 7d5a477 Make Reflection work with message globals rather than default instances. by Protobuf Team Bot · 4 days ago
  28. fbbc2b6 Do the arena==nullptr check at a higher level instead of at each Delete call. by Samuel Benzaquen · 4 days ago
  29. b2479f00 Auto-generate files after cl/882421220 by Protobuf Team Bot · 4 days ago
  30. ef3a482 MapField's constexpr-ctor takes Derived::internal_default_instance() [1] that by Protobuf Team Bot · 4 days ago
  31. 325d8dc Moved `protocopt` flag out of the `cc` dir, since it is not a c++-specific flag. by Joshua Haberman · 4 days ago
  32. b2b6565 Auto-generate files after cl/882240287 by Protobuf Team Bot · 4 days ago
  33. 6a3bcda overflow checks in unknown field realloc by Protobuf Team Bot · 4 days ago
  34. f8daf2f Add some common methods to ProtoStr to make it more ergonomic to use without dropping down to &[u8] by Protobuf Team Bot · 5 days ago
  35. 059dc7e Fix NULL byte handling issue in Python Protobuf find symbols in pool by Jie Luo · 5 days ago
  36. 7fd0570 Remove "//conformance:all_files" dep from bootstrap_unittest by Jie Luo · 5 days ago
  37. f317d3e Improve RepeatedField operations to delay the call to `GetArena()` until we by Samuel Benzaquen · 5 days ago
  38. 7252fb6 Make ImplicitWeakMessage compatible for "message globals". by Protobuf Team Bot · 6 days ago
  39. bd25436 Fix arch tests by adding `file` to the Docker images by Rachel Goldfinger · 6 days ago
  40. 4efe3af Automated rollback of commit ab531655c3d44602205d23f755683e9a826a407c. by Protobuf Team Bot · 6 days ago
  41. ab53165 Use `String#encodedLength` on JDK versions that support it by Liam Miller-Cushon · 6 days ago
  42. 627c335 Implement iterator methods for `RepeatedFieldProxy`. by Clayton Knittel · 6 days ago
  43. 82bcc5e Allow `emplace_back` with no arguments for repeated `string_view` field proxies. by Clayton Knittel · 6 days ago
  44. eda85a5 Implement `emplace_back` for `RepeatedFieldProxy`. by Clayton Knittel · 6 days ago
  45. 45a95dc Update TextFormat location documentation and refactor tests. by Mikita Belahlazau · 6 days ago
  46. f682422 Implement `push_back` for `RepeatedFieldProxy`. by Clayton Knittel · 6 days ago
  47. fd81946 Add flag_if_supported("-flto=thin") to our upb cargo compilation by Protobuf Team Bot · 7 days ago
  48. efd4719 Add conformance performance test suite for csharp (#26194) by Jie Luo · 7 days ago
  49. f37611e Include "repeated_field_proxy.h" in generated headers. by Clayton Knittel · 9 days ago
  50. ea1f87a Add private `CalculateCppRepeatedType` method to `FieldDescriptor`. by Clayton Knittel · 9 days ago
  51. 523108b Add repeated_type option to C++ features. by Clayton Knittel · 9 days ago
  52. ec67f81 Google-internal change. by Protobuf Team Bot · 9 days ago
  53. 74b6f3f ffi_11: Define basic arithmetic operations and comparison with underlying type by Taylor Cramer · 10 days ago
  54. 56d27b7 Auto-generate files after cl/879595940 by Protobuf Team Bot · 10 days ago
  55. ebf7ab7 Clarify comment on Struct that it its intended use is when parsing arbitrary JSON payloads. by Protobuf Team Bot · 10 days ago
  56. cfca87a Implement `size` and `empty` methods for `RepeatedFieldProxy`. by Clayton Knittel · 10 days ago
  57. a2cf5bd Fix `ToStringLike` build failures. by Clayton Knittel · 10 days ago
  58. 2ac9dde Unpoison memory before placement new on std::string in ArenaStringPtr by Protobuf Team Bot · 10 days ago
  59. 114152d Implement `set` for `RepeatedFieldProxy`. by Clayton Knittel · 10 days ago
  60. b28881c Move some assertions from port_def.inc to port.h to reduce their cost. by Samuel Benzaquen · 10 days ago
  61. f5808aa Auto-generate files after cl/879247022 by Protobuf Team Bot · 10 days ago
  62. f69f8d7 Implement `operator[]` for `RepeatedFieldProxy`. by Clayton Knittel · 10 days ago
  63. 54f924a Add Java 21 Java tests. by Rachel Goldfinger · 10 days ago
  64. 96c1243 Auto-generate files after cl/879177007 by Protobuf Team Bot · 11 days ago
  65. d552733 Introduce `RepeatedFieldProxy`. by Clayton Knittel · 11 days ago
  66. 5597e30 Migrate Starlark tests to new format with one test per directory. by Rachel Goldfinger · 11 days ago
  67. beaf41f Support string key types with implicit conversion to `const char*` for heterogenous map lookup. by Clayton Knittel · 11 days ago
  68. f88d2e5 Make is_supported_integral_type support both long and long long by Protobuf Team Bot · 11 days ago
  69. b3cd288 Have from_utf8_unchecked on both ProtoString and &ProtoStr not be considered 'unsafe' since we guarantee it won't reach UB if it is used. by Protobuf Team Bot · 11 days ago
  70. cb3b3c9 Small optimizations in MessageSchema.java. by Protobuf Team Bot · 11 days ago
  71. bab1383 Auto-generate files after PR #26201 by Protobuf Team Bot · 11 days ago
  72. f08d703 Add support for bazel 9.x (#26201) by Keith Smiley · 11 days ago
  73. 71a03be Fixed release_prep.sh script `mkdir` command to follow `INTEGRITY_FILE` location. by Joshua Haberman · 12 days ago
  74. c223b2e Auto-generate files after cl/878471014 by Protobuf Team Bot · 12 days ago
  75. 1c2af13 Add missing `upb_XXXDef_FindXXXByNameWithSize` functions and index methods by name by Protobuf Team Bot · 12 days ago
  76. 1a7f883 Remove rerun-if-changed on generated artifacts. by Protobuf Team Bot · 12 days ago
  77. 646b6b8 Remove NODISCARD from void functions by Protobuf Team Bot · 12 days ago
  78. 6efbc12 Remove unused `EncodePlacementArenaOffsets` function. by Clayton Knittel · 13 days ago
  79. 127b34f Automated Code Change by Protobuf Team Bot · 13 days ago
  80. f042858 Add performance test suites for upb by Jie Luo · 13 days ago
  81. de8f3be Optimize hashCode similar to how we optimized equals. by Protobuf Team Bot · 13 days ago
  82. a39fa4b internal changes by Protobuf Team Bot · 14 days ago
  83. 5bfc1a2 Make Java lite equals much more efficient for oneofs. by Protobuf Team Bot · 14 days ago
  84. 228aa16 rust: clear the collect coverage attribute by Krasimir Georgiev · 14 days ago
  85. 3d9471b Make GeneratedMessageLite.defaultInstanceMap final by Mark Hansen · 2 weeks ago
  86. 8f145a0 Make GeneratedMessageLite.buildMessageInfo final by Mark Hansen · 2 weeks ago
  87. 9ddc4da Make GeneratedMessageLite.getMemoizedSerializedSize final by Mark Hansen · 2 weeks ago
  88. d1183f9 Make GeneratedMessageLite.clearMemoizedSerializedSize final by Mark Hansen · 2 weeks ago
  89. a5e658d Make GeneratedMessageLite.makeImmutable final by Mark Hansen · 2 weeks ago
  90. 71bcf67 Make GeneratedMessageLite.mergeLengthDelimitedField final by Mark Hansen · 2 weeks ago
  91. e4655ff Make GeneratedMessageLite.mergeVarintField final by Mark Hansen · 2 weeks ago
  92. d777666 Make GeneratedMessageLite.parseUnknownField final by Mark Hansen · 2 weeks ago
  93. fa128ee Make GeneratedMessageLite.computeHashCode final by Mark Hansen · 2 weeks ago
  94. ee55b88 Make GeneratedMessageLite.newMutableInstance final by Mark Hansen · 2 weeks ago
  95. 9cb483d Tag GeneratedMessageLite.hashCodeIsNotMemoized as final by Mark Hansen · 2 weeks ago
  96. e264e79 Tag GeneratedMessageLite.clearMemorizedHashCode as final by Mark Hansen · 2 weeks ago
  97. 3bded24 Tag GeneratedMessageLite.setMemoizedHashCode as final by Mark Hansen · 2 weeks ago
  98. 9e6c577 Tag GeneratedMessageLite.getMemoizedHashCode as final by Mark Hansen · 2 weeks ago
  99. 3c6858c Automated Code Change by Protobuf Team Bot · 2 weeks ago
  100. d4a5dfc Add an annotate_code option to the Rust protoc backend. by Luke Zarko · 2 weeks ago