1. 5f93d99 internal_gengo: avoid allocations in rawDescGZIP() accessors by Michael Stapelberg · 20 hours ago master
  2. 2005adb reflect/protodesc: fix panic when working with dynamicpb by Josh Humphries · 3 days ago
  3. aee8a9c internal_gengo: switch back from string literal to hex byte slice by Michael Stapelberg · 3 days ago
  4. 0c3cc2f internal_gengo: use unsafe.StringData() to avoid a descriptor copy by Michael Stapelberg · 8 days ago
  5. cc8d1c2 internal_gengo: store raw descriptor in .rodata section by Michael Stapelberg · 8 days ago
  6. 132f042 all: start v1.36.3-devel by Michael Stapelberg · 3 days ago
  7. 54ef969 all: release v1.36.3 by Michael Stapelberg · 3 days ago v1.36.3
  8. 7cbd915 reflect/protodesc: fix panic when working with dynamicpb by Michael Stapelberg · 4 days ago
  9. 2f60868 proto: add example for GetExtension, SetExtension by Michael Stapelberg · 8 days ago
  10. de043b9 runtime/protolazy: replace internal doc link with external link by Michael Stapelberg · 8 days ago
  11. 42e0fa9 all: split flags.ProtoLegacyWeak out of flags.ProtoLegacy by Michael Stapelberg · 9 days ago
  12. 5fee2a7 internal/impl: remove unused exporter parameter by Michael Stapelberg · 10 days ago
  13. 84924f7 internal/impl: switch to reflect.Value.IsZero by Michael Stapelberg · 10 days ago
  14. fe8430d cmd/protoc-gen-go: remove json struct tags from unexported fields by Michael Stapelberg · 11 days ago
  15. 84f7738 internal/impl: clean up unneeded Go<1.12 MapRange() alternative by Michael Stapelberg · 11 days ago
  16. 9acc8f2 types/dynamicpb: switch atomicExtFiles to atomic.Uint64 type by Michael Stapelberg · 11 days ago
  17. ad89419 all: start v1.36.2-devel by Michael Stapelberg · 11 days ago
  18. 12c6ebd all: release v1.36.2 by Michael Stapelberg · 11 days ago v1.36.2
  19. 8878926 internal/impl: fix WhichOneof() to work with synthetic oneofs by Michael Stapelberg · 4 weeks ago
  20. c0c814f all: start v1.36.1-devel by Michael Stapelberg · 4 weeks ago
  21. 7fc5ff4 all: release v1.36.1 by Michael Stapelberg · 4 weeks ago v1.36.1
  22. 575aebf internal/impl: revert IsSynthetic() check to fix panic by Michael Stapelberg · 4 weeks ago
  23. ce4fa19 internal/errors: delete compatibility code for Go before 1.13 by Michael Stapelberg · 4 weeks ago
  24. 607da3e all: start v1.36.0-devel by Michael Stapelberg · 5 weeks ago
  25. 3b78ca8 all: release v1.36.0 by Michael Stapelberg · 5 weeks ago v1.36.0
  26. 4cf3399 src/google/protobuf: document UnmarshalJSON / API level behavior by Michael Stapelberg · 5 weeks ago
  27. 8edf940 reflect/protoreflect: use [] syntax to reference method by Michael Stapelberg · 5 weeks ago
  28. 5376513 proto: add reference to size semantics with lazy decoding to comment by Michael Stapelberg · 5 weeks ago
  29. 560503e compiler/protogen: allow overriding API level from --go_opt by Michael Stapelberg · 6 weeks ago
  30. b64efdb cmd/protoc-gen-go: generate _protoopaque variant for hybrid by Michael Stapelberg · 6 weeks ago
  31. 9eda3d5 all: regenerate.bash for Opaque API by Michael Stapelberg · 6 weeks ago
  32. eb7b468 all: Release the Opaque API by Michael Stapelberg · 6 weeks ago
  33. 5f5de33 types/descriptorpb: regenerate using latest protobuf v29.1 release by Josh Humphries · 6 weeks ago
  34. bdcc7ad internal/impl: skip synthetic oneofs in messageInfo by Michael Stapelberg · 7 weeks ago
  35. 30f628e all: start v1.35.2-devel by Chressie Himpel · 9 weeks ago
  36. c72053a all: release v1.35.2 by Chressie Himpel · 9 weeks ago v1.35.2
  37. b985635 internal/impl: fix TestMarshalMessageSetLazyRace (was a no-op!) by Michael Stapelberg · 3 months ago
  38. 76135f9 proto: switch messageset_test to use makeMessages() injection point by Michael Stapelberg · 3 months ago
  39. 29947bb internal/testprotos/test: add nested message field with [lazy=true] by Michael Stapelberg · 3 months ago
  40. 5c14d72 encoding/prototext: use testmessages_test.go approach, too by Michael Stapelberg · 3 months ago
  41. 496557b proto: refactor equal_test from explicit table to use makeMessages() by Michael Stapelberg · 3 months ago
  42. 0517e5a testing/protocmp: document behavior when combining Ignore and Sort by Michael Stapelberg · 3 months ago
  43. d14ebce all: implement strip_enum_prefix editions feature by Michael Stapelberg · 3 months ago
  44. fb995f1 encoding/protojson: allow missing value for Any of type Empty by justinsb · 4 months ago
  45. d340238 all: start v1.35.1-devel by Michael Stapelberg · 3 months ago
  46. 158d2b3 all: release v1.35.1 by Michael Stapelberg · 3 months ago v1.35.1
  47. 94e26c9 all: start v1.35.0-devel by Michael Stapelberg · 3 months ago v1.35.0
  48. ac98177 all: release v1.35.0 by Michael Stapelberg · 3 months ago
  49. 03df6c1 proto: Implement proto.Equal fast-path by Reno Reckling · 5 months ago
  50. 013dd17 all: drop unnecessary import renames for consistency by Michael Stapelberg · 5 months ago
  51. 1531843 internal/testprotos: declare the extension by Michael Stapelberg · 5 months ago
  52. 9e047b8 internal/impl: skip unnecessary requiredField checks for oneofs by Michael Stapelberg · 5 months ago
  53. ed7b51f proto: extend documentation of GetExtension, SetExtension by Michael Stapelberg · 5 months ago
  54. af06170 all: set Go language version to Go 1.21 by Michael Stapelberg · 5 months ago
  55. cf4f382 encoding/prototext: capture current reserved field behavior by Michael Stapelberg · 5 months ago
  56. 5c1f700 internal/encoding/json: remove duplicate test by Michael Stapelberg · 5 months ago
  57. 66faac0 compiler/protogen: remove now-unnecessary UnsafeEnabled checks by Michael Stapelberg · 5 months ago
  58. 21d187a compiler/protogen: support -experimental_strip_nonfunctional_codegen by Michael Stapelberg · 5 months ago
  59. e8b6855 internal/descopts,internal/impl: remove shorthand import aliases by Michael Stapelberg · 5 months ago
  60. 0946f97 all: remove unused purego support by Michael Stapelberg · 5 months ago
  61. b643888 encoding/protojson: use fd.HasPresence() for editions compatibility by Michael Stapelberg · 5 months ago
  62. 94ecbc2 internal/impl: remove unused ExtensionField.SetLazy method by Michael Stapelberg · 5 months ago
  63. b36f8e0 types/known/structpb: add support for more types and json.Number by luoyy · 6 months ago
  64. 75479a3 internal: generate extension numbers, fix editions parsing by Michael Stapelberg · 6 months ago
  65. 2a82025 internal/cmd/generate-protos: fix pkg check for editions features by Michael Stapelberg · 6 months ago
  66. 219bda2 internal/conformance: update failing tests list, add comments by Michael Stapelberg · 6 months ago
  67. b46f280 all: plumb the lazy option into filedesc.Field and .Extension by Michael Stapelberg · 7 months ago
  68. df3bd63 compiler/protogen: always report editions support level of the plugin by Lasse Folger · 6 months ago
  69. eea33cd protobuf: fix handling of delimited extensions in editions by Mike Kruskal · 7 months ago
  70. d462176 protojson: changes error message returned by unmarshal by Thalita Oliveira · 8 months ago
  71. 61c6075 all: start v1.34.2-devel by Lasse Folger · 7 months ago
  72. c33baa8 all: release v1.34.2 by Lasse Folger · 7 months ago v1.34.2
  73. 971c712 gofeatures: allow setting legacy_unmarshal_json_enum feature at file level by Josh Humphries · 8 months ago
  74. 3b8611b reflect/protoreflect: FieldDescriptor.Kind should never be GroupKind for maps or fields of map entry by Josh Humphries · 8 months ago
  75. ca837e5 types/descriptorpb: regenerate using latest protobuf v27.0 release by Josh Humphries · 8 months ago
  76. 1d4293e internal/impl: fix size cache semantics with lazy decoding by Michael Stapelberg · 8 months ago
  77. ef74188 all: set Go language version to Go 1.20 by Michael Stapelberg · 8 months ago
  78. b3f1c7a reflect/protodesc: remove obsolete JSON name check from desc validator by Lasse Folger · 8 months ago
  79. cbc3dd6 all: replace interface{} by any now that we are on Go 1.21 by Michael Stapelberg · 8 months ago
  80. 0e93293 internal/impl: enable fully lazy extensions (over Size and Marshal) by Michael Stapelberg · 8 months ago
  81. 15d7b13 all: remove Go 1.17 build tags / workarounds by Michael Stapelberg · 8 months ago
  82. f7dca67 all: set Go language version to Go 1.21 by Michael Stapelberg · 8 months ago
  83. 09393c1 all: start v1.34.1-devel by Lasse Folger · 9 months ago
  84. 4a76e11 all: release v1.34.1 by Lasse Folger · 9 months ago v1.34.1
  85. 9d9d8d3 encoding/proto[json|text]: accept lower case names for group-like fields by Lasse Folger · 9 months ago
  86. 6c3ebca all: update to protobuf 27.0-rc1 and regenerate protos by Lasse Folger · 9 months ago
  87. 2939520 all: start v1.34.0-devel by Lasse Folger · 9 months ago
  88. 242df22 all: release v1.34.0 by Lasse Folger · 9 months ago v1.34.0
  89. c2b76ee all: fix deprecated by Koichi Shiraishi · 9 months ago
  90. e4ad8f9 types/gofeaturespb: move go_feature.proto to be consistent with out languages by Lasse Folger · 9 months ago
  91. c2a26e7 encoding/{protojson,prototext}: strengthen wording on stability by Andrew Gerrand · 9 months ago
  92. d0f77ae proto: ensure MarshalOptions are plumbed to all Size calls by Michael Stapelberg · 9 months ago
  93. 94bb78c proto: return an error instead of producing invalid wire format by Michael Stapelberg · 9 months ago
  94. 671c2db [proto] use the correct parent when resolving features for extensions by Lasse Folger · 9 months ago
  95. 98873a2 internal/impl: pass ExtensionTypeDescriptor to extensionMap by Nicolas Hillegeer · 10 months ago
  96. 39bbf13 proto: CSE ProtoReflect() and TypeDescriptor() in proto.HasExtension by Nicolas Hillegeer · 10 months ago
  97. b30b634 protobuf: fix required/group bug in descriptor proto output of editions files by Mike Kruskal · 10 months ago
  98. bab4b5d protobuf: support gaps in edition defaults calculation by Mike Kruskal · 10 months ago
  99. a18684d protobuf: fix delimited fields under editions in go by Mike Kruskal · 10 months ago
  100. 8a74430 internal/cmd/generate-types: manual CSE of m.messageInfo() by Nicolas Hillegeer · 10 months ago