1. f7dca67 all: set Go language version to Go 1.21 by Michael Stapelberg · 6 hours ago master
  2. 09393c1 all: start v1.34.1-devel by Lasse Folger · 7 days ago
  3. 4a76e11 all: release v1.34.1 by Lasse Folger · 7 days ago v1.34.1
  4. 9d9d8d3 encoding/proto[json|text]: accept lower case names for group-like fields by Lasse Folger · 11 days ago
  5. 6c3ebca all: update to protobuf 27.0-rc1 and regenerate protos by Lasse Folger · 12 days ago
  6. 2939520 all: start v1.34.0-devel by Lasse Folger · 13 days ago
  7. 242df22 all: release v1.34.0 by Lasse Folger · 13 days ago v1.34.0
  8. c2b76ee all: fix deprecated by Koichi Shiraishi · 3 weeks ago
  9. e4ad8f9 types/gofeaturespb: move go_feature.proto to be consistent with out languages by Lasse Folger · 4 weeks ago
  10. c2a26e7 encoding/{protojson,prototext}: strengthen wording on stability by Andrew Gerrand · 4 weeks ago
  11. d0f77ae proto: ensure MarshalOptions are plumbed to all Size calls by Michael Stapelberg · 4 weeks ago
  12. 94bb78c proto: return an error instead of producing invalid wire format by Michael Stapelberg · 4 weeks ago
  13. 671c2db [proto] use the correct parent when resolving features for extensions by Lasse Folger · 4 weeks ago
  14. 98873a2 internal/impl: pass ExtensionTypeDescriptor to extensionMap by Nicolas Hillegeer · 6 weeks ago
  15. 39bbf13 proto: CSE ProtoReflect() and TypeDescriptor() in proto.HasExtension by Nicolas Hillegeer · 6 weeks ago
  16. b30b634 protobuf: fix required/group bug in descriptor proto output of editions files by Mike Kruskal · 6 weeks ago
  17. bab4b5d protobuf: support gaps in edition defaults calculation by Mike Kruskal · 6 weeks ago
  18. a18684d protobuf: fix delimited fields under editions in go by Mike Kruskal · 6 weeks ago
  19. 8a74430 internal/cmd/generate-types: manual CSE of m.messageInfo() by Nicolas Hillegeer · 6 weeks ago
  20. 55891d7 proto: add examples for Size, MarshalAppend (regarding allocations) by Michael Stapelberg · 7 weeks ago
  21. 87fded5 internal/impl: ensure proto.HasExtension does not allocate by Nicolas Hillegeer · 7 weeks ago
  22. 3797f00 protogen: update Options documentation. protogen.Run doesn't exist. by Clement Jean · 7 weeks ago
  23. 4fd828f proto: extend Unmarshal documentation, include an example by Michael Stapelberg · 7 weeks ago
  24. c69658e proto: extend Marshal documentation, include an example by Michael Stapelberg · 7 weeks ago
  25. 3ebf7dd proto: fix HasPresence for extensions and missing plugin response by Lasse Folger · 7 weeks ago
  26. dea00b5 all: enable editions support by Lasse Folger · 8 weeks ago
  27. 59034d8 reflect/protodesc: restore edition in protodesc.ToDescriptorProto by Lasse Folger · 8 weeks ago
  28. 3039476 all: implement proto2/proto3 as editions [2/2] by Lasse Folger · 8 weeks ago
  29. 7259b46 all: implement proto2/proto3 as editions [1/2] by Lasse Folger · 8 weeks ago
  30. f563685 all: use subtests to identify the message type by Michael Stapelberg · 10 weeks ago
  31. e216807 all: start v1.33.0-devel by Damien Neil · 10 weeks ago
  32. ec47fd1 all: release v1.33.0 by Damien Neil · 10 weeks ago v1.33.0
  33. f01a588 encoding/protojson, internal/encoding/json: handle missing object values by Damien Neil · 10 weeks ago
  34. 235ef28 all: fix integration test on macOS by Damien Neil · 10 weeks ago
  35. fe89159 internal/filedesc: make descriptor initialization goroutine-safe by Lasse Folger · 2 months ago
  36. 6bec1ef proto: move explicit test as a seed into the fuzz test by Lasse Folger · 2 months ago
  37. 02e13d2 internal/filedesc: align editions and non-editions HasPresence() by Lasse Folger · 3 months ago
  38. 416d517 internal/conformance: make conformance tests work with editions by Lasse Folger · 3 months ago
  39. 055c812 encoding/prototext: add proto editions and fuzz tests by Lasse Folger · 3 months ago
  40. 2caa6b0 all: format all .proto files by Lasse Folger · 3 months ago
  41. f2cb7f1 encoding/protojson: add protojson editions tests including fuzztests by Lasse Folger · 3 months ago
  42. 08a11b3 testing/prototest: add extension and required editions messages by Lasse Folger · 3 months ago
  43. da0e663 proto: add editions tests for invalid messages by Lasse Folger · 3 months ago
  44. f9eb6c7 go_features.proto: move .proto file next to generated .pb.go file by Lasse Folger · 3 months ago
  45. 11de0a6 all: add editions support for extensions by Lasse Folger · 3 months ago
  46. 7d98b0e all: implement `features.field_presence = LEGACY_REQUIRED` support by Lasse Folger · 3 months ago
  47. 6e0d73f proto: add extension tests for editions protos by Lasse Folger · 3 months ago
  48. 1944577 proto: add more editions tests for proto.Size and proto.Equal by Lasse Folger · 3 months ago
  49. 5e8da94 proto: add decoding fuzz test for proto3 to editions conversion by Lasse Folger · 3 months ago
  50. 8f6a661 proto: add fuzztest for proto2 and equivalent editions proto by Lasse Folger · 3 months ago
  51. 997075a reflect/protodesc: add editions support by Lasse Folger · 3 months ago
  52. f102ec6 all: add more test for editions and fix some bugs in the implementation by Lasse Folger · 3 months ago
  53. e391005 reflect/protodesc: propagate field_presence legacy_required properly by Lasse Folger · 3 months ago
  54. 020ec10 internal/filedesc: implement runtime editions support by Lasse Folger · 3 months ago
  55. f387b03 editions: add some test protos for editions by Lasse Folger · 3 months ago
  56. 2040e86 all: implement Go-specific GenerateLegacyUnmarshalJSON by Lasse Folger · 3 months ago
  57. 99e193e all: update to protobuf-26.0-rc2 to implement go edition features by Lasse Folger · 3 months ago
  58. 82c6b3a protoreflect: remove unnecessary cache so extension types can be GC'ed by Josh Humphries · 3 months ago
  59. b70f02b editions: minor fix to resolve editions features correctly by Lasse Folger · 4 months ago
  60. 9e454d6 internal/filedesc: refactor editions feature resolution by Lasse Folger · 4 months ago
  61. 26a52f3 reflect/protodesc: fix packed field conditional by Michael Stapelberg · 4 months ago
  62. 7c85df2 reflect/protodesc: fix group validation: not supported in proto3 by Michael Stapelberg · 4 months ago
  63. 18202d2 testing/protocmp: add MessageTypeResolver. by Tommie Gannert · 5 months ago
  64. 7b78149 internal/impl: correct reflect.ValueError use by Jeff Hodges · 4 months ago
  65. 56dad28 all: add Security Policy (SECURITY.md) by Michael Stapelberg · 4 months ago
  66. 9f73929 all: start v1.32.0-devel by Michael Stapelberg · 5 months ago
  67. 3068604 all: release v1.32.0 by Michael Stapelberg · 5 months ago v1.32.0
  68. bfcd647 protojson: configurable recursion limit when unmarshalling by Josh Humphries · 5 months ago
  69. 24fba63 gha-ci: instruct bazelisk to use previous bazel version by Michael Stapelberg · 5 months ago
  70. 8ed73c7 all: run integration test on longtest builders in CI by Dmitri Shuralyov · 6 months ago
  71. e8baad6 reflect/protodesc: support editions feature resolution by Lasse Folger · 5 months ago
  72. 3bfc0b0 all: drop -mod=vendor in integration test invocations by Dmitri Shuralyov · 5 months ago
  73. c9d2559 reflect/protoreflect: use go1.20 unsafe interface for strings and slices by David Chase · 5 months ago
  74. a1297bf all: set required version to 1.17 by Lasse Folger · 5 months ago
  75. 2b71f26 all: fix go generate (needs protolegacy build tag for weak fields) by Michael Stapelberg · 5 months ago
  76. 704136e protoc: update to the newest protobuf version (25.1) by Lasse Folger · 5 months ago
  77. 2087447 internal/strs: use go1.20 unsafe interface for strings by David Chase · 6 months ago
  78. 9b87403 all: remove pre-module support code from integration test by Michael Stapelberg · 6 months ago
  79. a8317fb reflect/protodesc: don't generate invalid syntax values by Josh Humphries · 6 months ago
  80. 9492118 internal/benchmarks: make download_benchdata print an error by Michael Stapelberg · 6 months ago
  81. f4a6c1f types/descriptorpb: regenerate using latest protobuf v25.0-rc2 release candidate by Josh Humphries · 7 months ago
  82. 86bdc47 internal/impl: preallocate memory when unmarshalling packed repeated fields by Vanja Pejovic · 7 months ago
  83. 322d454 all: avoid non-const reflect.MethodByName calls by Michael Stapelberg · 8 months ago
  84. 6352dec prototext: Fix parsing of unknown repeated message fields by Oliver Newman · 8 months ago
  85. 8088bf8 encoding: Add EmitDefaultValues option by Sam Eiderman · 9 months ago
  86. 01c8445 all: test with Go 1.20 and 1.21 by Michael Stapelberg · 8 months ago
  87. 849f2c2 gha-ci: fix builds from cache: add ~/.cache/bazel (+ update actions) by Michael Stapelberg · 8 months ago
  88. 70db1e1 encoding/protojson: ignore unknown enum name if DiscardUnknown=true by Singee · 8 months ago
  89. f9212a8 all: modernize documentation by Joe Tsai · 3 years, 1 month ago
  90. 6d0a5db types/descriptorpb: regenerate using latest protobuf v24.0-rc2 release candidate by Josh Humphries · 10 months ago
  91. 31694db types/dynamicpb: make atomicExtFiles the first word of the struct by Michael Stapelberg · 10 months ago
  92. 4396dd4 encoding/protodelim: drop TestUnmarshalFromBufioAllocations by Damien Neil · 10 months ago
  93. 55f120e all: start v1.31.0-devel by Lasse Folger · 11 months ago
  94. 68463f0 all: release v1.31.0 by Lasse Folger · 11 months ago v1.31.0
  95. 59a8581 encoding/protodelim: fix handling of io.EOF by Michael Stapelberg · 11 months ago
  96. fc47fdd proto: store the size of tag to avoid multiple calculations by yahuichen · 11 months ago
  97. cc524c9 internal/order: fix sorting of synthetic oneofs to be deterministic by Michael Stapelberg · 12 months ago
  98. b8fc770 encoding/protodelim: If UnmarshalFrom gets a bufio.Reader, try to reuse its buffer instead of creating a new one by Vanja Pejovic · 1 year ago
  99. cf06b0c compiler/protogen: add Semantic.SET to setter annotations by Cody Schroeder · 1 year, 1 month ago
  100. 05cbe34 encoding: add MarshalAppend to protojson and prototext by Edward McFarlane · 1 year, 1 month ago