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