1. d4adb43 proto2::Map improvements by Protobuf Team Bot · 2 years, 5 months ago
  2. 0e7d311 Use ARM-optimized varint decoding functions with table-driven parser. by Protobuf Team Bot · 2 years, 5 months ago
  3. a13c2fb Internal change by Mike Kruskal · 2 years, 5 months ago
  4. 225b936 Fix missing `google::protobuf::RepeatedPtrField<std::string>` issue in GCC by Adam Cozzette · 2 years, 5 months ago
  5. 2880fef Begin emitting semantic metadata for some C++ proto features. by Protobuf Team Bot · 2 years, 5 months ago
  6. ce7a02c Stop generating an override for getUnknownFields() the GeneratedMessage version by Protobuf Team Bot · 2 years, 5 months ago
  7. f8393ee Internal change by Mike Kruskal · 2 years, 5 months ago
  8. e19c260 Internal changes by Mike Kruskal · 2 years, 5 months ago
  9. 9b81aaa Internal change by Protobuf Team Bot · 2 years, 5 months ago
  10. c6af863 Internal change by Mike Kruskal · 2 years, 5 months ago
  11. 53e4fa3 Internal change by Mike Kruskal · 2 years, 5 months ago
  12. 73855fd Internal change by Mike Kruskal · 2 years, 5 months ago
  13. a1978c6 Internal change by Mike Kruskal · 2 years, 5 months ago
  14. 1e02e9b Internal change by Mike Kruskal · 2 years, 5 months ago
  15. db54820 Internal change by Mike Kruskal · 2 years, 5 months ago
  16. 3202b9d Internal change by Mike Kruskal · 2 years, 5 months ago
  17. 60a84c3 Internal change by Mike Kruskal · 2 years, 5 months ago
  18. 9dfe7e9 Add template comment and package to previously empty generated kotlin proto files. by Deanna Garcia · 2 years, 5 months ago
  19. 60b7149 Add exemplar variants of the Java Any.is() and Any.unpack() methods. by Protobuf Team Bot · 2 years, 5 months ago
  20. 57094f8 Add type annotation for enum by Protobuf Team Bot · 2 years, 5 months ago
  21. 94931f5 Internal change by Mike Kruskal · 2 years, 5 months ago
  22. 57a8846 Make CMake test_util and lite_test_util mutually exclusive by Adam Cozzette · 2 years, 5 months ago
  23. 155c8c1 Internal change. by Protobuf Team Bot · 2 years, 5 months ago
  24. 7043b88 Make the CMake targets for test_util and lite_test_util independent by Adam Cozzette · 2 years, 5 months ago
  25. 636ea43 Merge pull request #10910 from acozzette:fix-cmake by Copybara-Service · 2 years, 5 months ago
  26. e459357 Auto-generate CMake file lists by Protobuf Team Bot · 2 years, 5 months ago
  27. 911339b Internal changes by Mike Kruskal · 2 years, 5 months ago
  28. 4ee1f52 Update CMake file generation to avoid including Bazel-specific WKT paths by Adam Cozzette · 2 years, 5 months ago
  29. 3418679 Auto-generate CMake file lists by Protobuf Team Bot · 2 years, 5 months ago
  30. f27a387 Internal changes by Mike Kruskal · 2 years, 5 months ago
  31. a795151 Auto-generate CMake file lists by Protobuf Team Bot · 2 years, 5 months ago
  32. 771e80a Reorder cmake file list to test auto-generation by Mike Kruskal · 2 years, 5 months ago
  33. 6c86ab6 Auto-generate CMake file lists after PR #10816 by Protobuf Team Bot · 2 years, 5 months ago
  34. b146519 Update cc_dist_library() to include transitive sources by Adam Cozzette · 2 years, 5 months ago
  35. 1019b94 Move namespace helpers into the public part of names.h by Matt Kulukundis · 2 years, 5 months ago
  36. f4c07f2 Merge pull request #10901 from acozzette:well-known-types-staleness by Joshua Haberman · 2 years, 5 months ago
  37. f63f758 Add a staleness test for the well-known types by Adam Cozzette · 2 years, 5 months ago
  38. 2326aef Use bit-field int values in buildPartial to skip work on unset groups of fields. by Protobuf Team Bot · 2 years, 5 months ago
  39. 9542560 Internal change by Protobuf Team Bot · 2 years, 5 months ago
  40. 97c0f37 Internal changes by Mike Kruskal · 2 years, 5 months ago
  41. d934383 Internal changes by Mike Kruskal · 2 years, 5 months ago
  42. 6609d22 Reorder cmake file list to test auto-generation by Mike Kruskal · 2 years, 5 months ago
  43. 88d8f60 Migrate remaining compiler code to from std::set to Abseil tables. by Mike Kruskal · 2 years, 5 months ago
  44. 983fc2d Migrate remaining compiler code to from std::map to Swiss tables. by Mike Kruskal · 2 years, 5 months ago
  45. 9ce6664 Internal change by Mike Kruskal · 2 years, 5 months ago
  46. dc8c980 Add a debug-only check for depth_ match, to catch a problem that is difficult by Protobuf Team Bot · 2 years, 5 months ago
  47. 687b665 Add visibility exemption for kythe C++ protoc plugin by Mike Kruskal · 2 years, 5 months ago
  48. 54cd586 Test for recursion depth earlier so we can return an appropriate error and keep by Protobuf Team Bot · 2 years, 5 months ago
  49. 15406e1 Make ArenaOptions suitable for designated initializers. by Chris Kennelly · 2 years, 5 months ago
  50. 411cba1 Call ParseVarint with a pointer to the specific result instead of always passing in a uint64_t * when possible. by Protobuf Team Bot · 2 years, 5 months ago
  51. 72b22ed Remove custom HasPreservingUnknownEnumSemantics method. by Protobuf Team Bot · 2 years, 5 months ago
  52. 1c46a33 Internal change by Mike Kruskal · 2 years, 5 months ago
  53. 6e2102c Internal change by Mike Kruskal · 2 years, 5 months ago
  54. 0890984 Internal change by Mike Kruskal · 2 years, 5 months ago
  55. 9b028ec Internal change by Chris Kennelly · 2 years, 5 months ago
  56. 0eb9504 Internal change by Mike Kruskal · 2 years, 5 months ago
  57. 78c1555 Trivial whitespace change by Joshua Haberman · 2 years, 5 months ago
  58. 8aacf87 Internal change by Protobuf Team Bot · 2 years, 5 months ago
  59. 0115668 Internal change by Protobuf Team Bot · 2 years, 5 months ago
  60. 700fbde Internal change by Protobuf Team Bot · 2 years, 5 months ago
  61. f734e8d Internal change by Protobuf Team Bot · 2 years, 5 months ago
  62. 2d041c3 Internal change by Protobuf Team Bot · 2 years, 5 months ago
  63. 063b06d Internal change by Protobuf Team Bot · 2 years, 5 months ago
  64. 6b5d25c Internal change by Protobuf Team Bot · 2 years, 5 months ago
  65. 4f3ecbd Internal change by Matt Kulukundis · 2 years, 5 months ago
  66. afaf93b Internal change by Protobuf Team Bot · 2 years, 5 months ago
  67. 240986d Merge pull request #10829 from protocolbuffers/main-202210261725 by Adam Cozzette · 2 years, 5 months ago
  68. 2225f8e Merge release branch 21.x into main by Adam Cozzette · 2 years, 5 months ago
  69. f29dbf0 Fixing merge issues from sync by Mike Kruskal · 2 years, 5 months ago
  70. ca7a946 Merge tag 'refs/tags/sync-piper' into sync-stage by Mike Kruskal · 2 years, 5 months ago
  71. 0ab63a7 Sync from Piper @484138213 by Mike Kruskal · 2 years, 5 months ago
  72. 0135eb0 Updating version.json and repo version numbers to: 21.9 by Protobuf Team Bot · 2 years, 5 months ago
  73. 0ddbbf9 Fix sync issues by Mike Kruskal · 2 years, 5 months ago
  74. 91c1e7c Sync from Piper @483688977 by Mike Kruskal · 2 years, 5 months ago
  75. 449b6e8 Fixing merge issues by Mike Kruskal · 2 years, 5 months ago
  76. 1a23847 Merge tag 'refs/tags/sync-piper' into sync-stage by Mike Kruskal · 2 years, 5 months ago
  77. 8659430 Sync from Piper @482325250 by Mike Kruskal · 2 years, 5 months ago
  78. 407aa2d Sync from Piper @482325250 by Mike Kruskal · 2 years, 5 months ago
  79. c302d90 Merge 21.8 into main (#10788) by Mike Kruskal · 2 years, 5 months ago
  80. 591fe40 21.x 202210180838 (#10785) by Mike Kruskal · 2 years, 5 months ago
  81. 7d1362c Do not force C++14 (#10773) by Kent Ross · 2 years, 6 months ago
  82. 7564d81 Fixing merge issues by Mike Kruskal · 2 years, 6 months ago
  83. deafb89 Regenerate wkt protos by Mike Kruskal · 2 years, 6 months ago
  84. 5019451 Merge tag 'refs/tags/sync-piper' into sync-stage by Mike Kruskal · 2 years, 6 months ago
  85. 23f1481 Sync from Piper @480194141 by Mike Kruskal · 2 years, 6 months ago
  86. 40169b6 more tests to prevent regression in descriptor handling capital X escapes by Josh Humphries · 2 years, 6 months ago
  87. ff976a3 support capital X for hex escapes in string literals by Josh Humphries · 2 years, 6 months ago
  88. a971d06 21.x No longer define no_threadlocal on OpenBSD by Brad Smith · 2 years, 6 months ago
  89. a19ae2a Fix 32-bit test issue by Mike Kruskal · 2 years, 6 months ago
  90. c009b7b Merge branch 'main' into sync-stage by Mike Kruskal · 2 years, 6 months ago
  91. b2e1d7d Fix some superficial issues with GCC 4.9, MSVC, and CMake by Mike Kruskal · 2 years, 6 months ago
  92. e936433 [ObjC] Run clang-format on the ObjC Generator impl files. by Thomas Van Lenten · 2 years, 6 months ago
  93. 590c74d [ObjC] Fix method_dump to generate spaces not taps. by Thomas Van Lenten · 2 years, 6 months ago
  94. fbac066 [ObjC] Run clang-format on the ObjC Generator headers. by Thomas Van Lenten · 2 years, 6 months ago
  95. 2b42bea Add clang-format directives. by Thomas Van Lenten · 2 years, 6 months ago
  96. 5a95ef8 Fixing merge issues by Mike Kruskal · 2 years, 6 months ago
  97. 87084d3 Merge tag 'refs/tags/sync-piper' into sync-stage by Mike Kruskal · 2 years, 6 months ago
  98. 7cdf66e Sync from Piper @479479714 by Mike Kruskal · 2 years, 6 months ago
  99. 5028da4 [ObjC] Bring back some helpers that other plugin authors might need. by Thomas Van Lenten · 2 years, 6 months ago
  100. 32bea52 Sync from Piper @mkruskal/protobuf-absl by Mike Kruskal · 2 years, 6 months ago