1. 521f2a0 internal/filedesc: remove dependency on proto file name by Damien Neil · 4 years, 3 months ago
  2. 1c33e11 proto: make one test more general by Damien Neil · 4 years, 3 months ago
  3. f68f170 internal/testprotos: minor .proto file fixes by Damien Neil · 4 years, 3 months ago
  4. 886c326 internal/encoding/json: add tests for negative zeros. by Herbie Ong · 4 years, 3 months ago
  5. d025c95 proto, internal/protobuild: add test proto template builder by Damien Neil · 4 years, 3 months ago
  6. 4d91816 internal/impl: catch varint overflow in validator by Damien Neil · 4 years, 3 months ago
  7. 74b1460 encoding: add Format helper function and method by Joe Tsai · 4 years, 4 months ago
  8. 1887ff7 internal/impl: better fast-path init checks for extensions by Damien Neil · 4 years, 3 months ago
  9. 6f29779 internal/impl: fix validator bytes field length decoding by Damien Neil · 4 years, 3 months ago
  10. c70f5d5 internal/impl: avoid redundant lazy extension inits by Damien Neil · 4 years, 3 months ago
  11. ca6f40c proto: make use of fast-path initialization checks by Damien Neil · 4 years, 3 months ago
  12. 0ae1c97 internal/impl: lazy extension decoding by Damien Neil · 4 years, 3 months ago
  13. a522d5f internal/impl: fix tag decoding when field num doesn't fit in int32 by Damien Neil · 4 years, 3 months ago
  14. 524c606 runtime/protoiface: use more efficient options representation by Damien Neil · 4 years, 3 months ago
  15. 212b05b internal/testprotos: make TestAllExtensions recursive by Damien Neil · 4 years, 3 months ago
  16. a60e709 proto: fix DiscardUnknown by Damien Neil · 4 years, 3 months ago
  17. cb0bfd0 internal/impl: reduce redundant MessageInfo initializations in validator by Damien Neil · 4 years, 3 months ago
  18. 8fa11b1 internal/impl: inline most field decoding in the validator by Damien Neil · 4 years, 3 months ago
  19. 5d82883 internal/impl: inline small tag decoding in the validator by Damien Neil · 4 years, 3 months ago
  20. f25a6ca internal/benchmarks/micro: add validator microbenchmarks by Damien Neil · 4 years, 3 months ago
  21. 5e73c4c grpc: accept interface in NewClient functions by Doug Fawley · 4 years, 3 months ago
  22. adbbc8e internal/impl: inline some small varint decoding by Damien Neil · 4 years, 3 months ago
  23. 170b2bf internal/impl: precompute required bit in validator by Damien Neil · 4 years, 3 months ago
  24. ce8f7f6 internal/impl: inline small tag decoding by Damien Neil · 4 years, 3 months ago
  25. 8729675 internal/benchmarks/micro: add a place for microbenchmarks by Damien Neil · 4 years, 3 months ago
  26. 0bf97b7 internal/impl: messageset validation and isinit fixes by Damien Neil · 4 years, 3 months ago
  27. c600d6c all: do best-effort initialization check on fast path unmarshal by Damien Neil · 4 years, 3 months ago
  28. d30e561 proto: add MarshalState, UnmarshalState by Damien Neil · 4 years, 3 months ago
  29. f0831e8 internal/impl: change unmarshal func return to unmarshalOptions by Damien Neil · 4 years, 3 months ago
  30. 61781dd all: abstract fast-path marshal and unmarshal inputs and outputs by Damien Neil · 4 years, 3 months ago
  31. f12fb45 all: add ProtoMethods method to protoreflect.Message by Damien Neil · 4 years, 3 months ago
  32. 2f643a9 internal/impl: avoid type conversion on UnmarshalOptions.Resolver by Damien Neil · 4 years, 3 months ago
  33. 6635e7d internal/impl: recognized required bytes fields in validation by Damien Neil · 4 years, 3 months ago
  34. 2ae6093 internal/impl: fix unmarshal of group containing their own field number by Damien Neil · 4 years, 3 months ago
  35. 1c8015f all: minor tweaks by Joe Tsai · 4 years, 4 months ago
  36. 94e730b internal/testprotos: hide all public testprotos by Joe Tsai · 4 years, 4 months ago
  37. 55f1825 internal/testprotos/legacy: rename and regenerate by Joe Tsai · 4 years, 4 months ago
  38. 4a7fc82 cmd/protoc-gen-go: refactor package by Joe Tsai · 4 years, 4 months ago
  39. 7abc2de internal/impl: omit isInit func when not needed by Damien Neil · 4 years, 4 months ago
  40. 025a0d2 benchmarks: rename to internal/benchmarks by Damien Neil · 4 years, 4 months ago
  41. ec00e32 all: remove APIv1 dependency by Damien Neil · 4 years, 4 months ago
  42. 54a0a04 internal/impl: check for required fields in missing map value by Damien Neil · 4 years, 4 months ago
  43. b02b6d1 internal/encoding/json: fix performance cliff when decoding large integers that will go out of range. by Herbie Ong · 4 years, 4 months ago
  44. b0c26f1 internal/impl: add message validator by Damien Neil · 4 years, 4 months ago
  45. 2ad3f24 proto: fix equality on nil values of different types by Damien Neil · 4 years, 4 months ago
  46. 2244bc5 internal/testprotos/fuzz: add go_package option by Damien Neil · 4 years, 4 months ago
  47. b0d217f proto, internal/impl: don't create fast path Size for legacy Marshalers by Damien Neil · 4 years, 4 months ago
  48. b7695fa proto: add Clone function and MergeOptions.Clone method by Joe Tsai · 4 years, 4 months ago
  49. ce496b5 proto: add MergeOptions.Shallow option by Joe Tsai · 4 years, 4 months ago
  50. 96a4473 proto: distinguish between invalid and empty messages in Equal by Joe Tsai · 4 years, 4 months ago
  51. 14ac241 internal/impl: return nil for nil enum or message by Joe Tsai · 4 years, 4 months ago
  52. 6c26a04 internal/filedesc: use jsonName.Init method over JSONName constructor by Joe Tsai · 4 years, 4 months ago
  53. 1a08d54 encoding/prototext: fix crash in map parsing by Damien Neil · 4 years, 4 months ago
  54. 5ba0c29 internal/encoding/json: fix crash in parsing by Damien Neil · 4 years, 4 months ago
  55. f2427c0 proto, internal/impl: reject invalid field numbers in map items by Damien Neil · 4 years, 4 months ago
  56. 2c0824b internal/impl: fix size for zero-length packed extensions by Damien Neil · 4 years, 4 months ago
  57. 75f53c5 internal/fuzztest: factor out common fuzzer tests by Damien Neil · 4 years, 4 months ago
  58. 26451c0 internal/fuzz: add fuzzers for prototext and protojson packages by Damien Neil · 4 years, 4 months ago
  59. 7f9c7d9 internal/fuzz: refactor fuzzer by Damien Neil · 4 years, 4 months ago
  60. 7e690b5 internal/impl: fix map decode when value is before key by Damien Neil · 4 years, 4 months ago
  61. 3e42b66 internal/impl: faster map fast path by Damien Neil · 4 years, 4 months ago
  62. d0b0749 proto: rearrange test messages by Damien Neil · 4 years, 4 months ago
  63. b120a23 internal/impl: fix reversed IsValid test by Damien Neil · 4 years, 4 months ago
  64. d650018 internal/impl: fix aberrant message detection logic by Joe Tsai · 4 years, 5 months ago
  65. 8517608 cmd/protoc-gen-go: remove json ignore tags by Joe Tsai · 4 years, 5 months ago
  66. 4151cae internal/impl: more checks for aberrant messages by Damien Neil · 4 years, 5 months ago
  67. 62d204c internal/impl: fix legacy UnmarshalJSONEnum by Joe Tsai · 4 years, 5 months ago
  68. 4663ebc internal/genname: centralize the definitions for generated names by Joe Tsai · 4 years, 6 months ago
  69. ce413af internal/impl: faster oneof marshaling by Damien Neil · 4 years, 5 months ago
  70. 79571e9 internal/impl: improve extension fast path performance by Damien Neil · 4 years, 5 months ago
  71. fe15dd4 all: don't allow invalid field numbers when legacy support is on by Damien Neil · 4 years, 5 months ago
  72. 5366f82 proto: consistently use non-nil, zero-length []bytes for empty bytes strings by Damien Neil · 4 years, 5 months ago
  73. 9f1165c all: fix reflection behavior for empty lists and maps by Damien Neil · 4 years, 5 months ago
  74. 82886da reflect/protoreflect: add {Message,List,Map}.IsValid by Damien Neil · 4 years, 5 months ago
  75. 1c31032 testing/protocmp: add Ignore options and Any support by Joe Tsai · 4 years, 6 months ago
  76. fab1c8d testing/protocmp: switch Enum.Number to be a method by Joe Tsai · 4 years, 6 months ago
  77. 613285c internal/impl: refactor makeStructInfo by Joe Tsai · 4 years, 6 months ago
  78. 01c0e8d proto, internal/impl: make wire output more consistent with v1 by Damien Neil · 4 years, 6 months ago
  79. 1605775 internal/impl: handle some dynamic legacy messages by Damien Neil · 4 years, 6 months ago
  80. ce3384c proto, internal/impl: store unknown MessageSet items in non-mset format by Damien Neil · 4 years, 6 months ago
  81. c975a70 reflect/protoregistry: remove deprecated APIs by Damien Neil · 4 years, 6 months ago
  82. 9620827 cmd/protoc-gen-go-grpc: add Unimplemented...Server type by Damien Neil · 4 years, 6 months ago
  83. e918732 internal/filedesc: move message options to L1 initialization by Damien Neil · 4 years, 6 months ago
  84. c7f2bee internal/impl: assume legacy Marshal method supports deterministic by Damien Neil · 4 years, 6 months ago
  85. a2684f4 internal/impl: make resolverOnly explicitly implement file resolver by Damien Neil · 4 years, 6 months ago
  86. a0a54b8 reflect/protoreflect: remove nullability from repeated extension fields by Damien Neil · 4 years, 6 months ago
  87. ef19a2a internal/impl: update uses of deprecated ExtensionField methods by Damien Neil · 4 years, 6 months ago
  88. c826885 reflect/protoregistry: add (*Types).Register{Message,Enum,Extension} by Damien Neil · 4 years, 7 months ago
  89. b76294a cmd/protoc-gen-go: remove compiler flags by Joe Tsai · 4 years, 6 months ago
  90. afb395b testing/protocmp: initial commit of cmp helper package by Joe Tsai · 5 years ago
  91. 3770776 internal/fuzz/wire: add test, seed corpus by Damien Neil · 4 years, 6 months ago
  92. ae313d4 cmd/protoc-gen-go: fix Reset method by Joe Tsai · 4 years, 6 months ago
  93. 591f09a internal/fuzz: add basic fuzzing target for Marshal/Unmarshal by Damien Neil · 4 years, 10 months ago
  94. d01061a internal/impl: print <nil> for typed nil messages by Joe Tsai · 4 years, 7 months ago
  95. c1507ac encoding/protojson, encoding/prototext: remove most explicit registries by Damien Neil · 4 years, 7 months ago
  96. 3b65992 all: remove {Enum,Message,Extension}Type.GoType methods by Damien Neil · 4 years, 7 months ago
  97. 7361887 reflect/protoregistry: protect global registries with a lock by Joe Tsai · 4 years, 7 months ago
  98. 8e9d5f6 internal/protolegacy: add stub v1 proto package for testing purposes by Joe Tsai · 4 years, 7 months ago
  99. 01fdc63 internal/impl: use current proto package, not old one by Damien Neil · 4 years, 7 months ago
  100. 95d75b7 go.mod: update github.com/golang/protobuf by Damien Neil · 4 years, 7 months ago