1. ef19a2a internal/impl: update uses of deprecated ExtensionField methods by Damien Neil · 4 years, 6 months ago
  2. c826885 reflect/protoregistry: add (*Types).Register{Message,Enum,Extension} by Damien Neil · 4 years, 7 months ago
  3. b76294a cmd/protoc-gen-go: remove compiler flags by Joe Tsai · 4 years, 7 months ago
  4. afb395b testing/protocmp: initial commit of cmp helper package by Joe Tsai · 5 years ago
  5. 3770776 internal/fuzz/wire: add test, seed corpus by Damien Neil · 4 years, 7 months ago
  6. ae313d4 cmd/protoc-gen-go: fix Reset method by Joe Tsai · 4 years, 7 months ago
  7. 591f09a internal/fuzz: add basic fuzzing target for Marshal/Unmarshal by Damien Neil · 4 years, 10 months ago
  8. d01061a internal/impl: print <nil> for typed nil messages by Joe Tsai · 4 years, 7 months ago
  9. c1507ac encoding/protojson, encoding/prototext: remove most explicit registries by Damien Neil · 4 years, 7 months ago
  10. 3b65992 all: remove {Enum,Message,Extension}Type.GoType methods by Damien Neil · 4 years, 7 months ago
  11. 7361887 reflect/protoregistry: protect global registries with a lock by Joe Tsai · 4 years, 7 months ago
  12. 8e9d5f6 internal/protolegacy: add stub v1 proto package for testing purposes by Joe Tsai · 4 years, 7 months ago
  13. 01fdc63 internal/impl: use current proto package, not old one by Damien Neil · 4 years, 7 months ago
  14. 95d75b7 go.mod: update github.com/golang/protobuf by Damien Neil · 4 years, 7 months ago
  15. 6e40b32 internal/impl: weak field bugfixes by Damien Neil · 4 years, 7 months ago
  16. 47d5893 internal/impl: support non-struct-pointer legacy message types by Damien Neil · 4 years, 7 months ago
  17. 1e5516a proto: improve slice growth in MarshalAppend by Damien Neil · 4 years, 7 months ago
  18. 37ef691 internal/impl: call Marshal/Unmarshal methods on legacy types by Damien Neil · 4 years, 7 months ago
  19. f2c4ddc proto/equal: equate nil by Joe Tsai · 4 years, 8 months ago
  20. 641611d proto: fix self-merging by Joe Tsai · 4 years, 8 months ago
  21. c908144 proto: fix race in Merge by Joe Tsai · 4 years, 8 months ago
  22. bee6252 internal/impl: handle legacy ExtensionDesc form by Joe Tsai · 4 years, 8 months ago
  23. 6e09599 proto, internal/impl: implement support for weak fields by Joe Tsai · 4 years, 9 months ago
  24. fc5f8c3 encoding: optimize for oneofs by Joe Tsai · 4 years, 8 months ago
  25. 9d637ca internal/impl: optimize reflect methods by Joe Tsai · 4 years, 8 months ago
  26. 7fa1ee5 encoding/protojson: parse groups according to their real proto name by Joe Tsai · 4 years, 8 months ago
  27. 84177c9 all: use typed variant of protoreflect.ValueOf by Joe Tsai · 4 years, 8 months ago
  28. 705acad proto: reset message by default in Unmarshal by Joe Tsai · 4 years, 8 months ago
  29. efdf02e internal/filedesc: gracefully handle unresolved enums by Joe Tsai · 4 years, 8 months ago
  30. 8689fa5 encoding/prototext: add UnmarshalOptions.DiscardUnknown by Joe Tsai · 4 years, 8 months ago
  31. cd4a31e encoding/prototext: add MarshalOptions.EmitUnknown by Joe Tsai · 4 years, 8 months ago
  32. cbdefb1 internal/impl: move filetype.EnumInfo to impl by Joe Tsai · 4 years, 8 months ago
  33. fd4c605 internal: simplify ExtensionInfo initialization by Joe Tsai · 4 years, 8 months ago
  34. 3c4ab8c encoding/prototext: drop trailing newline for empty by Joe Tsai · 4 years, 8 months ago
  35. 2df47c9 internal/impl: fix race ExtensionInfo.lazyInitSlow by Joe Tsai · 4 years, 8 months ago
  36. e87cf53 internal/impl: fix panic calling XXX_MessageName on aberrant messages by Joe Tsai · 4 years, 8 months ago
  37. 3e80249 compiler/protogen: deprecate certain ways to derive Go package information by Joe Tsai · 4 years, 8 months ago
  38. 8ee364e internal/impl: fix SetLazyValue by Joe Tsai · 4 years, 8 months ago
  39. 531a03a internal/impl: preserve nil in ProtoMessageVXOf by Joe Tsai · 4 years, 8 months ago
  40. 27af11f internal: improve use of detrand in descfmt and errors by Joe Tsai · 4 years, 8 months ago
  41. 9e356de encoding/prototext: document unstable marshal output by Herbie Ong · 4 years, 9 months ago
  42. 582ab3d encoding/protojson: add random whitespaces in encoding output by Herbie Ong · 4 years, 8 months ago
  43. 4eb4d61 internal/encoding/text: minor tweak in inserting random whitespace by Herbie Ong · 4 years, 8 months ago
  44. 09217f0 all: make error messages unstable by Joe Tsai · 4 years, 8 months ago
  45. 956cd6d encoding/protojson: add MarshalOptions.UseProtoNames by Herbie Ong · 4 years, 8 months ago
  46. 9111f3b encoding/protojson: add MarshalOptions.UseEnumNumbers by Herbie Ong · 4 years, 8 months ago
  47. 984e528 encoding/protojson: add MarshalOptions.EmitUnpopulated by Herbie Ong · 4 years, 8 months ago
  48. 3924625 all: update to go1.13 release by Herbie Ong · 4 years, 8 months ago
  49. 0bf4113 encoding: verify that the target message is extendable by Joe Tsai · 4 years, 8 months ago
  50. 592e52e internal/mapsort: use explicit kind for strings by Joe Tsai · 4 years, 9 months ago
  51. 6c30280 reflect/protoreflect: emit valid Go from GoString by Joe Tsai · 4 years, 9 months ago
  52. 72980ee reflect/protoregistry: add Num methods for every Range method by Joe Tsai · 4 years, 8 months ago
  53. ea5ada1 internal/impl: support legacy message names by Joe Tsai · 4 years, 8 months ago
  54. 2eaed36 all: remove NewMessage methods by Damien Neil · 4 years, 8 months ago
  55. 576cfb3 release.bash: support reproducible builds by Joe Tsai · 4 years, 8 months ago
  56. 4b3a82f internal/impl: clean up Value codecs by Damien Neil · 4 years, 8 months ago
  57. fd528ff internal/impl: unexport Unwrapper by Joe Tsai · 4 years, 8 months ago
  58. d91c422 all: remove use of deprecated NewMessage by Damien Neil · 4 years, 8 months ago
  59. dfae831 types/dynamicpb: New->NewMessage, add NewMessageType by Damien Neil · 4 years, 8 months ago
  60. 0e00e66 cmd/protoc-gen-go: remove go version from header by Damien Neil · 4 years, 8 months ago
  61. 6663f3a internal/impl: add ProtoMessageV1Of and ProtoMessageV2Of by Joe Tsai · 4 years, 8 months ago
  62. 290ceea types/dynamicpb: support dynamic extensions by Damien Neil · 4 years, 10 months ago
  63. 293dc76 internal/impl: change Go representation of extension lists to []T by Damien Neil · 4 years, 8 months ago
  64. 68b81c3 internal/impl: store extension values as Values by Damien Neil · 4 years, 9 months ago
  65. 835b271 reflect/protoreflect: add ExtensionType IsValid{Interface,Value} methods by Damien Neil · 4 years, 8 months ago
  66. 50f860a internal/filedesc: fix dependency on legacy generated enums by Joe Tsai · 4 years, 8 months ago
  67. 95539ea internal/filetype: fix EnumInfo.New by Damien Neil · 4 years, 8 months ago
  68. 3cda377 all: rename ExtensionType Descriptor method to TypeDescriptor (2/2) by Damien Neil · 4 years, 8 months ago
  69. 79bfdbe all: rename ExtensionType Descriptor method to TypeDescriptor (1/2) by Damien Neil · 4 years, 8 months ago
  70. 95758c0 internal/filetype, internal/filedesc: avoid gccgo bug by Damien Neil · 4 years, 8 months ago
  71. 26aef9d cmd/protoc-gen-go: add support for field-tracking by Joe Tsai · 4 years, 9 months ago
  72. 2e7817f compiler/protogen, internal/strs, internal/impl: expose enum Go name derivation by Joe Tsai · 4 years, 9 months ago
  73. c5060d2 reflect/protoreflect: add non-allocating Value constructors by Damien Neil · 4 years, 9 months ago
  74. 6e25d8c proto: add tests for unmarshalling invalid field numbers by Tuo Shan · 4 years, 9 months ago
  75. 08ff730 all: add go1.13rc1 to list of supported Go versions by Joe Tsai · 4 years, 9 months ago
  76. ef6e524 compiler/protogen: move name mangling logic to protogen by Joe Tsai · 4 years, 9 months ago
  77. 4df99fd compiler/protogen: add EnumValue.Parent by Joe Tsai · 4 years, 9 months ago
  78. 2cec484 compiler/protogen: export Plugin.FilesByPath by Joe Tsai · 4 years, 9 months ago
  79. 7762ec2 compiler/protogen: reorder code by Joe Tsai · 4 years, 9 months ago
  80. 945a170 all: rely on message_set_extension name mangling in ExtensionDescV1 by Joe Tsai · 4 years, 10 months ago
  81. 4f3de44 release.bash: add support for building release binaries by Joe Tsai · 4 years, 9 months ago
  82. 769cbd0 release.bash: add script for making new releases by Joe Tsai · 4 years, 9 months ago
  83. 1de09cb internal/conformance: change test package name to conformance_test by Damien Neil · 4 years, 9 months ago
  84. f247a90 internal/impl: clean up obsolete ExtensionInfo fields/funcs by Damien Neil · 4 years, 9 months ago
  85. f1e905b all: unify protoV1.ExtensionDesc and proto.ExtensionType by Damien Neil · 4 years, 9 months ago
  86. c0f8c0a runtime/protoimpl: add ExtensionInfo alias by Damien Neil · 4 years, 9 months ago
  87. 0080e68 reflect/protoreflect: improve package documentation by Joe Tsai · 4 years, 9 months ago
  88. dd271b6 internal/conformance: make conformance test use specific go version by Joe Tsai · 4 years, 9 months ago
  89. abd06a8 all: update to protobuf-v3.9.1 and go-v1.11.13 and go-v1.12.9 by Joe Tsai · 4 years, 9 months ago
  90. 9b22b93 internal/impl: treat a nil oneof wrapper as if it were unset by Joe Tsai · 4 years, 9 months ago
  91. 7328839 cmd/protoc-gen-go: annotate depIdxs list with index comments by Joe Tsai · 4 years, 9 months ago
  92. 0484b1a internal/impl: refactor MessageInfo by Joe Tsai · 4 years, 9 months ago
  93. 17581da cmd/protoc-gen-go: fix struct tag formatting by Joe Tsai · 4 years, 9 months ago
  94. 16163b4 all: drop reflect/prototype package by Damien Neil · 4 years, 9 months ago
  95. 4401a0d cmd/protoc-gen-go, internal/filetype: clean up EnumType construction by Damien Neil · 4 years, 9 months ago
  96. 1799d11 all: rename tag and flags for legacy support by Joe Tsai · 4 years, 9 months ago
  97. 7164af5 test.bash: refactor command execution logic by Joe Tsai · 4 years, 9 months ago
  98. 92f7618 all: refactor extensions, add proto.GetExtension etc. by Damien Neil · 4 years, 9 months ago
  99. d4f0800 all: make handling of zero-value composites more consistent by Damien Neil · 4 years, 9 months ago
  100. bab3d40 runtime/protoimpl, cmd/protoc-gen-go: support release versioning by Joe Tsai · 4 years, 10 months ago