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