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