1. c86b9f1 Auto-generate files after cl/697085100 by Protobuf Team Bot · 4 months ago
  2. 7f9c902 Internal change by Protobuf Team Bot · 4 months ago
  3. a0a4cda Auto-generate files after cl/697065983 by Protobuf Team Bot · 4 months ago
  4. f8600c8 Internal change by Protobuf Team Bot · 4 months ago
  5. b32bf9e Auto-generate files after cl/697044521 by Protobuf Team Bot · 4 months ago
  6. df44c80 Internal change by Protobuf Team Bot · 4 months ago
  7. 9146075 Auto-generate files after cl/697036283 by Protobuf Team Bot · 4 months ago
  8. f1d81a0 Tighten up size calculation for flexible array members by Protobuf Team Bot · 4 months ago
  9. 28812a8 Auto-generate files after cl/697017028 by Protobuf Team Bot · 4 months ago
  10. 5e1cc24 Use noncontiguous unknown fields API in upb message compare by Protobuf Team Bot · 4 months ago
  11. d597ffe Auto-generate files after cl/697008785 by Protobuf Team Bot · 4 months ago
  12. 1d9391f Auto-generate files after cl/697007124 by Protobuf Team Bot · 4 months ago
  13. d1b851c Add unknown fields during group decode in a single call, to permit aliasing by Protobuf Team Bot · 4 months ago
  14. 61e3faf Internal change by Protobuf Team Bot · 4 months ago
  15. 47a241e Auto-generate files after cl/696997301 by Protobuf Team Bot · 4 months ago
  16. 51d32b9 Internal change by Protobuf Team Bot · 4 months ago
  17. 7881764 Auto-generate files after cl/696942733 by Protobuf Team Bot · 4 months ago
  18. a7875bb Remove the time (or time-based) entropy being added to Map's seed. by Protobuf Team Bot · 4 months ago
  19. 254f1e8 Internal change by Protobuf Team Bot · 4 months ago
  20. 4e63b9a Auto-generate files after cl/696936553 by Protobuf Team Bot · 4 months ago
  21. 9fdf3f8 Remove redundant 'get_has_field_bit_message' versus 'is_field_present_message' by Protobuf Team Bot · 4 months ago
  22. 8718872 Auto-generate files after cl/696932804 by Protobuf Team Bot · 4 months ago
  23. 6bcb699 Internal changes by Mike Kruskal · 4 months ago
  24. 7dfcfd7 Auto-generate files after cl/696931317 by Protobuf Team Bot · 4 months ago
  25. 1380653 Reduce oversized stack buffers - 32 bit unsigned varints are not encoded with 64 bit sign extension, and thus can only take up 5 bytes. by Protobuf Team Bot · 4 months ago
  26. 1d55c2b Migrate sanitizer related macros from port_def into internal functions in by Protobuf Team Bot · 4 months ago
  27. b6b774e Auto-generate files after cl/696922501 by Protobuf Team Bot · 4 months ago
  28. 32afcb9 Update callers to use noncontiguous APIs by Protobuf Team Bot · 4 months ago
  29. 8f37e42 Auto-generate files after cl/696917989 by Protobuf Team Bot · 4 months ago
  30. 7df353d Reduce flakyness of random order test. by Protobuf Team Bot · 4 months ago
  31. 20758b8 Auto-generate files after cl/696911739 by Protobuf Team Bot · 4 months ago
  32. 75bb72e Support tuples when parsing JSON dicts by Protobuf Team Bot · 4 months ago
  33. 1963073 Auto-generate files after cl/696905676 by Protobuf Team Bot · 4 months ago
  34. f520d78 Remove unnecessary `internal_default_instance` accessor. by Protobuf Team Bot · 4 months ago
  35. f445f20 Auto-generate files after cl/696895284 by Protobuf Team Bot · 4 months ago
  36. a3ab0a0 Internal change by Protobuf Team Bot · 4 months ago
  37. 3e6bc85 Auto-generate files after cl/696895119 by Protobuf Team Bot · 4 months ago
  38. 1863e58 Always add unknown fields in a single call by Protobuf Team Bot · 4 months ago
  39. c8add6c Auto-generate files after cl/696870311 by Protobuf Team Bot · 4 months ago
  40. 9f4fbc6 Generate the `descriptor` field as `final`. by cpovirk · 4 months ago
  41. 261b16b Auto-generate files after cl/696854160 by Protobuf Team Bot · 4 months ago
  42. ac86739 Internal version update. by Protobuf Team Bot · 4 months ago
  43. 6d0fde5 Auto-generate files after cl/696831198 by Protobuf Team Bot · 4 months ago
  44. 31c50db Internal change by Protobuf Team Bot · 4 months ago
  45. 55ecec1 Auto-generate files after cl/696771591 by Protobuf Team Bot · 5 months ago
  46. 58bf50f Internal change by Protobuf Team Bot · 5 months ago
  47. a422268 Auto-generate files after cl/696720743 by Protobuf Team Bot · 5 months ago
  48. d8f5d9c Internal change by Protobuf Team Bot · 5 months ago
  49. 154f0e9 Auto-generate files after cl/696687514 by Protobuf Team Bot · 5 months ago
  50. fed0736 Internal change by Protobuf Team Bot · 5 months ago
  51. a6d3785 Auto-generate files after cl/696675282 by Protobuf Team Bot · 5 months ago
  52. 22fc884 Internal change by Protobuf Team Bot · 5 months ago
  53. f50d630 Auto-generate files after cl/696648744 by Protobuf Team Bot · 5 months ago
  54. ed48066 Explicitly reject fields that are closed enums with implicit presence in Java generators. by Protobuf Team Bot · 5 months ago
  55. 251f5ee Auto-generate files after cl/696640453 by Protobuf Team Bot · 5 months ago
  56. 750912c Auto-generate files after cl/696640206 by Protobuf Team Bot · 5 months ago
  57. 919775d upb: Add upb_Message_GetExtensionArray by Hong Shin · 5 months ago
  58. c522231 Internal change by Protobuf Team Bot · 5 months ago
  59. 9012bcf Auto-generate files after cl/696616505 by Protobuf Team Bot · 5 months ago
  60. 3e0f82e Fix handling of implicit field presence in mergeFrom to match the behavior in other places. by Protobuf Team Bot · 5 months ago
  61. 506dd5f Internal change by Protobuf Team Bot · 5 months ago
  62. 9b4a00c Auto-generate files after cl/696615312 by Protobuf Team Bot · 5 months ago
  63. 37b10b8 C++: wrap generated DescriptorTable variable in extern "C" block by Adam Cozzette · 5 months ago
  64. 6ceef1c Auto-generate files after cl/696606741 by Protobuf Team Bot · 5 months ago
  65. d4cc912 Add more test coverage for arena registration. by Protobuf Team Bot · 5 months ago
  66. b7d54e5 Auto-generate files after cl/696583991 by Protobuf Team Bot · 5 months ago
  67. 208ce08 Internal change by Protobuf Team Bot · 5 months ago
  68. e377706 Auto-generate files after cl/696557848 by Protobuf Team Bot · 5 months ago
  69. 5ea2a07 Internal change by Protobuf Team Bot · 5 months ago
  70. 6a5c148 Auto-generate files after cl/696529416 by Protobuf Team Bot · 5 months ago
  71. 5bee60d Internal change. by Protobuf Team Bot · 5 months ago
  72. 08868ff Internal change by Protobuf Team Bot · 5 months ago
  73. 32f8e9b Auto-generate files after PR #18890 by Protobuf Team Bot · 5 months ago
  74. 1e2e639 Fix uses of __cpp_lib_constexpr_string (#18890) by Keith Smiley · 5 months ago
  75. 1ba626b Auto-generate files after cl/696509404 by Protobuf Team Bot · 5 months ago
  76. 1ce71a4 Internal change by Protobuf Team Bot · 5 months ago
  77. cea3120 Auto-generate files after cl/696483803 by Protobuf Team Bot · 5 months ago
  78. 84df7e9 Internal version update. by Protobuf Team Bot · 5 months ago
  79. 2c9c60e Auto-generate files after cl/696371361 by Protobuf Team Bot · 5 months ago
  80. cf688f3 Internal change by Protobuf Team Bot · 5 months ago
  81. f69ee66 Auto-generate files after cl/696346042 by Protobuf Team Bot · 5 months ago
  82. 72111c3 Update compat extension APIs to something that does not assume contiguous storage by Protobuf Team Bot · 5 months ago
  83. 5b0c837 Auto-generate files after cl/696300630 by Protobuf Team Bot · 5 months ago
  84. 582d265 Internal change by Protobuf Team Bot · 5 months ago
  85. fcd2458 Auto-generate files after cl/696291998 by Protobuf Team Bot · 5 months ago
  86. 8d5831a Internal change by Protobuf Team Bot · 5 months ago
  87. d451b57 Auto-generate files after cl/696291125 by Protobuf Team Bot · 5 months ago
  88. 7e321fb Add Rust to protobuf_version.bzl, and have update_versions.py update it when we cut releases by Protobuf Team Bot · 5 months ago
  89. a99a99e Auto-generate files after cl/696272531 by Protobuf Team Bot · 5 months ago
  90. 1914be0 Internal change by Protobuf Team Bot · 5 months ago
  91. 3e7719c Auto-generate files after cl/696258062 by Protobuf Team Bot · 5 months ago
  92. e802d88 Auto-generate files after cl/696253738 by Protobuf Team Bot · 5 months ago
  93. ae488a0 Use noncontiguous unknown fields API in upb python by Protobuf Team Bot · 5 months ago
  94. 6aaf5c9 Internal change by Protobuf Team Bot · 5 months ago
  95. 61973f4 Auto-generate files after PR #16951 by Protobuf Team Bot · 5 months ago
  96. 097dcda Don't use CLOCK_UPTIME_RAW if it won't be defined (#16951) by Adam Novak · 5 months ago
  97. f836d10 Auto-generate files after cl/696197165 by Protobuf Team Bot · 5 months ago
  98. 5ef4345 Internal change by Protobuf Team Bot · 5 months ago
  99. e27c6d9 Auto-generate files after cl/696184641 by Protobuf Team Bot · 5 months ago
  100. 7771758 Internal change by Protobuf Team Bot · 5 months ago