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