1. 9e356de encoding/prototext: document unstable marshal output by Herbie Ong · 4 years, 9 months ago
  2. 582ab3d encoding/protojson: add random whitespaces in encoding output by Herbie Ong · 4 years, 8 months ago
  3. 4eb4d61 internal/encoding/text: minor tweak in inserting random whitespace by Herbie Ong · 4 years, 8 months ago
  4. 09217f0 all: make error messages unstable by Joe Tsai · 4 years, 8 months ago
  5. 956cd6d encoding/protojson: add MarshalOptions.UseProtoNames by Herbie Ong · 4 years, 8 months ago
  6. 9111f3b encoding/protojson: add MarshalOptions.UseEnumNumbers by Herbie Ong · 4 years, 8 months ago
  7. 984e528 encoding/protojson: add MarshalOptions.EmitUnpopulated by Herbie Ong · 4 years, 8 months ago
  8. 3924625 all: update to go1.13 release by Herbie Ong · 4 years, 8 months ago
  9. 0bf4113 encoding: verify that the target message is extendable by Joe Tsai · 4 years, 8 months ago
  10. 592e52e internal/mapsort: use explicit kind for strings by Joe Tsai · 4 years, 8 months ago
  11. 6c30280 reflect/protoreflect: emit valid Go from GoString by Joe Tsai · 4 years, 8 months ago
  12. 72980ee reflect/protoregistry: add Num methods for every Range method by Joe Tsai · 4 years, 8 months ago
  13. ea5ada1 internal/impl: support legacy message names by Joe Tsai · 4 years, 8 months ago
  14. 2eaed36 all: remove NewMessage methods by Damien Neil · 4 years, 8 months ago
  15. 576cfb3 release.bash: support reproducible builds by Joe Tsai · 4 years, 8 months ago
  16. 4b3a82f internal/impl: clean up Value codecs by Damien Neil · 4 years, 8 months ago
  17. fd528ff internal/impl: unexport Unwrapper by Joe Tsai · 4 years, 8 months ago
  18. d91c422 all: remove use of deprecated NewMessage by Damien Neil · 4 years, 8 months ago
  19. dfae831 types/dynamicpb: New->NewMessage, add NewMessageType by Damien Neil · 4 years, 8 months ago
  20. 0e00e66 cmd/protoc-gen-go: remove go version from header by Damien Neil · 4 years, 8 months ago
  21. 6663f3a internal/impl: add ProtoMessageV1Of and ProtoMessageV2Of by Joe Tsai · 4 years, 8 months ago
  22. 290ceea types/dynamicpb: support dynamic extensions by Damien Neil · 4 years, 9 months ago
  23. 293dc76 internal/impl: change Go representation of extension lists to []T by Damien Neil · 4 years, 8 months ago
  24. 68b81c3 internal/impl: store extension values as Values by Damien Neil · 4 years, 8 months ago
  25. 835b271 reflect/protoreflect: add ExtensionType IsValid{Interface,Value} methods by Damien Neil · 4 years, 8 months ago
  26. 50f860a internal/filedesc: fix dependency on legacy generated enums by Joe Tsai · 4 years, 8 months ago
  27. 95539ea internal/filetype: fix EnumInfo.New by Damien Neil · 4 years, 8 months ago
  28. 3cda377 all: rename ExtensionType Descriptor method to TypeDescriptor (2/2) by Damien Neil · 4 years, 8 months ago
  29. 79bfdbe all: rename ExtensionType Descriptor method to TypeDescriptor (1/2) by Damien Neil · 4 years, 8 months ago
  30. 95758c0 internal/filetype, internal/filedesc: avoid gccgo bug by Damien Neil · 4 years, 8 months ago
  31. 26aef9d cmd/protoc-gen-go: add support for field-tracking by Joe Tsai · 4 years, 9 months ago
  32. 2e7817f compiler/protogen, internal/strs, internal/impl: expose enum Go name derivation by Joe Tsai · 4 years, 8 months ago
  33. c5060d2 reflect/protoreflect: add non-allocating Value constructors by Damien Neil · 4 years, 8 months ago
  34. 6e25d8c proto: add tests for unmarshalling invalid field numbers by Tuo Shan · 4 years, 8 months ago
  35. 08ff730 all: add go1.13rc1 to list of supported Go versions by Joe Tsai · 4 years, 8 months ago
  36. ef6e524 compiler/protogen: move name mangling logic to protogen by Joe Tsai · 4 years, 8 months ago
  37. 4df99fd compiler/protogen: add EnumValue.Parent by Joe Tsai · 4 years, 8 months ago
  38. 2cec484 compiler/protogen: export Plugin.FilesByPath by Joe Tsai · 4 years, 8 months ago
  39. 7762ec2 compiler/protogen: reorder code by Joe Tsai · 4 years, 8 months ago
  40. 945a170 all: rely on message_set_extension name mangling in ExtensionDescV1 by Joe Tsai · 4 years, 9 months ago
  41. 4f3de44 release.bash: add support for building release binaries by Joe Tsai · 4 years, 9 months ago
  42. 769cbd0 release.bash: add script for making new releases by Joe Tsai · 4 years, 8 months ago
  43. 1de09cb internal/conformance: change test package name to conformance_test by Damien Neil · 4 years, 8 months ago
  44. f247a90 internal/impl: clean up obsolete ExtensionInfo fields/funcs by Damien Neil · 4 years, 9 months ago
  45. f1e905b all: unify protoV1.ExtensionDesc and proto.ExtensionType by Damien Neil · 4 years, 9 months ago
  46. c0f8c0a runtime/protoimpl: add ExtensionInfo alias by Damien Neil · 4 years, 9 months ago
  47. 0080e68 reflect/protoreflect: improve package documentation by Joe Tsai · 4 years, 8 months ago
  48. dd271b6 internal/conformance: make conformance test use specific go version by Joe Tsai · 4 years, 8 months ago
  49. abd06a8 all: update to protobuf-v3.9.1 and go-v1.11.13 and go-v1.12.9 by Joe Tsai · 4 years, 8 months ago
  50. 9b22b93 internal/impl: treat a nil oneof wrapper as if it were unset by Joe Tsai · 4 years, 9 months ago
  51. 7328839 cmd/protoc-gen-go: annotate depIdxs list with index comments by Joe Tsai · 4 years, 8 months ago
  52. 0484b1a internal/impl: refactor MessageInfo by Joe Tsai · 4 years, 8 months ago
  53. 17581da cmd/protoc-gen-go: fix struct tag formatting by Joe Tsai · 4 years, 9 months ago
  54. 16163b4 all: drop reflect/prototype package by Damien Neil · 4 years, 9 months ago
  55. 4401a0d cmd/protoc-gen-go, internal/filetype: clean up EnumType construction by Damien Neil · 4 years, 9 months ago
  56. 1799d11 all: rename tag and flags for legacy support by Joe Tsai · 4 years, 9 months ago
  57. 7164af5 test.bash: refactor command execution logic by Joe Tsai · 4 years, 9 months ago
  58. 92f7618 all: refactor extensions, add proto.GetExtension etc. by Damien Neil · 4 years, 9 months ago
  59. d4f0800 all: make handling of zero-value composites more consistent by Damien Neil · 4 years, 9 months ago
  60. bab3d40 runtime/protoimpl, cmd/protoc-gen-go: support release versioning by Joe Tsai · 4 years, 10 months ago
  61. 8d5e6d6 cmd/protoc-gen-go: improve generation of comments by Joe Tsai · 4 years, 9 months ago
  62. 70fdd5d compiler/protogen, cmd/protoc-gen-go: use alternative comments API by Joe Tsai · 4 years, 9 months ago
  63. 4a7d633 cmd/protoc-gen-go: group extension variable declarations by Joe Tsai · 4 years, 9 months ago
  64. f527451 all: add NewField, NewElement, NewValue by Damien Neil · 4 years, 9 months ago
  65. c36f3ae .gitignore: add policy for new entries by Joe Tsai · 4 years, 9 months ago
  66. 9b8a433 cmd/protoc-gen-go: group enum map vars in blocks by Joe Tsai · 4 years, 9 months ago
  67. d29a71b cmd/protoc-gen-go: group default consts and vars in blocks by Joe Tsai · 4 years, 9 months ago
  68. e815d6a all: remove dead code by Joe Tsai · 4 years, 9 months ago
  69. 52ec175 internal/filedesc, internal/filetype: rename {Desc,Type}Builder as Builder by Joe Tsai · 4 years, 9 months ago
  70. 954bd92 all: refactor Converter by Damien Neil · 4 years, 9 months ago
  71. f542220 test.bash: add -failfast flag by Joe Tsai · 4 years, 9 months ago
  72. 8003f08 proto, internal/impl: zero-length proto2 bytes fields should be non-nil by Damien Neil · 4 years, 9 months ago
  73. afd3633 internal/impl: defer evaluation of weak reference until actual use by Joe Tsai · 4 years, 9 months ago
  74. f98dd98 internal/filedesc: defer evaluation of weak reference until actual use by Joe Tsai · 4 years, 9 months ago
  75. 2aea614 internal/impl: fix race over messageState.mi by Joe Tsai · 4 years, 9 months ago
  76. d57568e cmd/protoc-gen-go: remove XXX_OneofWrappers by Joe Tsai · 4 years, 9 months ago
  77. 3efb138 cmd/protoc-gen-go: remove XXX_NoUnkeyedLiteral by Joe Tsai · 4 years, 9 months ago
  78. 38b6196 cmd/protoc-gen-go: group generation of internal fields together by Joe Tsai · 4 years, 9 months ago
  79. 4e173a5 internal/filedesc: don't close over descopts values by Damien Neil · 4 years, 9 months ago
  80. a6af044 internal/impl: fix data race in atomicNilMessage by Damien Neil · 4 years, 9 months ago
  81. 45f14b4 internal/filedesc: fix parsing of enforce_utf8 option by Damien Neil · 4 years, 9 months ago
  82. 070c101 internal/impl: simplify getMessageInfo by Joe Tsai · 4 years, 9 months ago
  83. a3369c5 internal/encoding/text: replace use of regular expression in decoding by Herbie Ong · 5 years ago
  84. 57b4ff6 internal/testprotos: remove stale generated file by Joe Tsai · 4 years, 9 months ago
  85. 5788b42 cmd/protoc-gen-go: minor code changes to assist internal patches by Joe Tsai · 4 years, 9 months ago
  86. 1080a45 cmd/protoc-gen-go: remove XXX_WellKnownType by Joe Tsai · 4 years, 9 months ago
  87. 9429392 internal/encoding/pack: fix tests on armv7a by Damien Neil · 4 years, 9 months ago
  88. fb3ff72 cmd/protoc-gen-go: refactor logic to be more compartmentalized by Joe Tsai · 4 years, 9 months ago
  89. 831b8f5 reflect/protoregistry: add conflict override by Joe Tsai · 4 years, 9 months ago
  90. bda0ea8 cmd/protoc-gen-go: make internal dependencies more patch-friendly by Joe Tsai · 4 years, 9 months ago
  91. 43761bd cmd/protoc-gen-go: update deprecation warning by Joe Tsai · 4 years, 9 months ago
  92. 1ac7b53 internal/filedesc: print warnings on registration conflicts by Joe Tsai · 4 years, 9 months ago
  93. ad8dff3 all: update to github.com/golang/protobuf@b9f5089f by Joe Tsai · 4 years, 9 months ago
  94. f647c82 internal/impl: expose MessageInfo by Joe Tsai · 4 years, 9 months ago
  95. 74615a3 proto: remove dependency on github.com/golang/protobuf by Joe Tsai · 4 years, 9 months ago
  96. 6bd33b6 proto: equate floating-point NaNs by Joe Tsai · 4 years, 9 months ago
  97. 5ae10aa encoding: unify MessageSet extension handling logic by Joe Tsai · 4 years, 9 months ago
  98. af57087 reflect/protoregistry: provide more informative errors for conflicts by Joe Tsai · 4 years, 9 months ago
  99. c51e2e0 all: support enforce_utf8 override by Joe Tsai · 4 years, 9 months ago
  100. 302cb32 proto: support message_set_wire_format by Damien Neil · 4 years, 10 months ago