1. 6320bdf types/dynamicpb: minor doc change by Joe Tsai · 4 years, 3 months ago
  2. d7b9f5c proto: document the relationship between v1 and v2 messages by Joe Tsai · 4 years, 3 months ago
  3. aa735f3 internal/testprotos: add missing go_package option by Damien Neil · 4 years, 3 months ago
  4. baf64d5 all: depend on github.com/golang/protobuf@1.4.0-rc1 by Damien Neil · 4 years, 3 months ago
  5. 709e7c8 protoreflect: adjust documentation by Joe Tsai · 4 years, 3 months ago
  6. c7aa53a proto: refactor merge tests by Damien Neil · 4 years, 3 months ago
  7. cf33a9a proto: remove shallow merge support, and MergeOptions by Damien Neil · 4 years, 3 months ago
  8. 316febd internal/impl: pass *coderFieldInfo into fast-path functions by Damien Neil · 4 years, 3 months ago
  9. f261722 proto: add Merge tests for aberrant inputs by Joe Tsai · 4 years, 8 months ago
  10. e76af4b proto: document reset memory aliasing guarantees by Joe Tsai · 4 years, 3 months ago
  11. 25fc6fb reflect/protodesc: add FileOptions by Joe Tsai · 4 years, 3 months ago
  12. d2ece13 encoding/protojson: refactor to follow prototext pattern by Herbie Ong · 4 years, 4 months ago
  13. 3b51224 cmd/protoc-gen-go: add compile-time assertion for legacy proto package version by Joe Tsai · 4 years, 3 months ago
  14. 93bccf7 all: scrub all TODOs by Joe Tsai · 4 years, 3 months ago
  15. 604cdd2 proto: add package docs by Damien Neil · 4 years, 3 months ago
  16. ee206b9 proto: add tests for groups in oneofs by Damien Neil · 4 years, 3 months ago
  17. 01b51b4 proto, internal/errors: add Error sentinel, errors.Wrap by Damien Neil · 4 years, 4 months ago
  18. 9afe9bb internal/impl: validate messagesets by Damien Neil · 4 years, 3 months ago
  19. f9d4fdf internal/impl: fix validation of required group fields by Damien Neil · 4 years, 3 months ago
  20. 952a08d encoding/prototext: make unexpected EOF error into proto.Error by Herbie Ong · 4 years, 3 months ago
  21. 6fb2994 all: tests, tweaks for lazy extension decoding by Damien Neil · 4 years, 3 months ago
  22. 4e6b903 internal/encoding/text: fix eof crash when parsing list of scalars by Herbie Ong · 4 years, 3 months ago
  23. 4eefd77 internal/impl: init map value MessageInfos in validator by Damien Neil · 4 years, 3 months ago
  24. 2eb18f0 internal/encoding/text: fix error construction in parseTypeName by Herbie Ong · 4 years, 3 months ago
  25. 40cba14 internal/impl: fix for lazy decoding of groups by Damien Neil · 4 years, 3 months ago
  26. 9dd7148 internal/fuzz: add oss-fuzz build script by Damien Neil · 4 years, 3 months ago
  27. 4eeab36 internal/fuzztest: set cap to len on test byte slice by Damien Neil · 4 years, 3 months ago
  28. 0f783d8 internal/impl: fix off-by-one in varint validation by Damien Neil · 4 years, 3 months ago
  29. cadb4ab internal/impl: refactor validation a bit by Damien Neil · 4 years, 3 months ago
  30. 9b3d97c encoding/prototext: rewrite of internal/encoding/text by Herbie Ong · 4 years, 6 months ago
  31. 3c5fb5f all: make .proto file names relative to module root by Damien Neil · 4 years, 3 months ago
  32. 521f2a0 internal/filedesc: remove dependency on proto file name by Damien Neil · 4 years, 3 months ago
  33. 1c33e11 proto: make one test more general by Damien Neil · 4 years, 3 months ago
  34. f68f170 internal/testprotos: minor .proto file fixes by Damien Neil · 4 years, 3 months ago
  35. 886c326 internal/encoding/json: add tests for negative zeros. by Herbie Ong · 4 years, 3 months ago
  36. d025c95 proto, internal/protobuild: add test proto template builder by Damien Neil · 4 years, 3 months ago
  37. 4d91816 internal/impl: catch varint overflow in validator by Damien Neil · 4 years, 3 months ago
  38. 74b1460 encoding: add Format helper function and method by Joe Tsai · 4 years, 4 months ago
  39. 1887ff7 internal/impl: better fast-path init checks for extensions by Damien Neil · 4 years, 3 months ago
  40. 6f29779 internal/impl: fix validator bytes field length decoding by Damien Neil · 4 years, 3 months ago
  41. c70f5d5 internal/impl: avoid redundant lazy extension inits by Damien Neil · 4 years, 3 months ago
  42. ca6f40c proto: make use of fast-path initialization checks by Damien Neil · 4 years, 3 months ago
  43. 0ae1c97 internal/impl: lazy extension decoding by Damien Neil · 4 years, 3 months ago
  44. a522d5f internal/impl: fix tag decoding when field num doesn't fit in int32 by Damien Neil · 4 years, 3 months ago
  45. 524c606 runtime/protoiface: use more efficient options representation by Damien Neil · 4 years, 3 months ago
  46. 212b05b internal/testprotos: make TestAllExtensions recursive by Damien Neil · 4 years, 3 months ago
  47. a60e709 proto: fix DiscardUnknown by Damien Neil · 4 years, 3 months ago
  48. cb0bfd0 internal/impl: reduce redundant MessageInfo initializations in validator by Damien Neil · 4 years, 3 months ago
  49. 8fa11b1 internal/impl: inline most field decoding in the validator by Damien Neil · 4 years, 3 months ago
  50. 5d82883 internal/impl: inline small tag decoding in the validator by Damien Neil · 4 years, 3 months ago
  51. f25a6ca internal/benchmarks/micro: add validator microbenchmarks by Damien Neil · 4 years, 3 months ago
  52. 5e73c4c grpc: accept interface in NewClient functions by Doug Fawley · 4 years, 4 months ago
  53. adbbc8e internal/impl: inline some small varint decoding by Damien Neil · 4 years, 4 months ago
  54. 170b2bf internal/impl: precompute required bit in validator by Damien Neil · 4 years, 4 months ago
  55. ce8f7f6 internal/impl: inline small tag decoding by Damien Neil · 4 years, 4 months ago
  56. 8729675 internal/benchmarks/micro: add a place for microbenchmarks by Damien Neil · 4 years, 3 months ago
  57. 0bf97b7 internal/impl: messageset validation and isinit fixes by Damien Neil · 4 years, 4 months ago
  58. c600d6c all: do best-effort initialization check on fast path unmarshal by Damien Neil · 4 years, 4 months ago
  59. d30e561 proto: add MarshalState, UnmarshalState by Damien Neil · 4 years, 4 months ago
  60. f0831e8 internal/impl: change unmarshal func return to unmarshalOptions by Damien Neil · 4 years, 4 months ago
  61. 61781dd all: abstract fast-path marshal and unmarshal inputs and outputs by Damien Neil · 4 years, 4 months ago
  62. f12fb45 all: add ProtoMethods method to protoreflect.Message by Damien Neil · 4 years, 4 months ago
  63. 2f643a9 internal/impl: avoid type conversion on UnmarshalOptions.Resolver by Damien Neil · 4 years, 4 months ago
  64. 6635e7d internal/impl: recognized required bytes fields in validation by Damien Neil · 4 years, 4 months ago
  65. 2ae6093 internal/impl: fix unmarshal of group containing their own field number by Damien Neil · 4 years, 4 months ago
  66. 1c8015f all: minor tweaks by Joe Tsai · 4 years, 4 months ago
  67. 94e730b internal/testprotos: hide all public testprotos by Joe Tsai · 4 years, 4 months ago
  68. 55f1825 internal/testprotos/legacy: rename and regenerate by Joe Tsai · 4 years, 4 months ago
  69. 4a7fc82 cmd/protoc-gen-go: refactor package by Joe Tsai · 4 years, 4 months ago
  70. 7abc2de internal/impl: omit isInit func when not needed by Damien Neil · 4 years, 4 months ago
  71. 025a0d2 benchmarks: rename to internal/benchmarks by Damien Neil · 4 years, 4 months ago
  72. ec00e32 all: remove APIv1 dependency by Damien Neil · 4 years, 4 months ago
  73. 54a0a04 internal/impl: check for required fields in missing map value by Damien Neil · 4 years, 4 months ago
  74. 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
  75. b0c26f1 internal/impl: add message validator by Damien Neil · 4 years, 5 months ago
  76. 2ad3f24 proto: fix equality on nil values of different types by Damien Neil · 4 years, 4 months ago
  77. 2244bc5 internal/testprotos/fuzz: add go_package option by Damien Neil · 4 years, 4 months ago
  78. b0d217f proto, internal/impl: don't create fast path Size for legacy Marshalers by Damien Neil · 4 years, 4 months ago
  79. b7695fa proto: add Clone function and MergeOptions.Clone method by Joe Tsai · 4 years, 4 months ago
  80. ce496b5 proto: add MergeOptions.Shallow option by Joe Tsai · 4 years, 4 months ago
  81. 96a4473 proto: distinguish between invalid and empty messages in Equal by Joe Tsai · 4 years, 4 months ago
  82. 14ac241 internal/impl: return nil for nil enum or message by Joe Tsai · 4 years, 4 months ago
  83. 6c26a04 internal/filedesc: use jsonName.Init method over JSONName constructor by Joe Tsai · 4 years, 4 months ago
  84. 1a08d54 encoding/prototext: fix crash in map parsing by Damien Neil · 4 years, 5 months ago
  85. 5ba0c29 internal/encoding/json: fix crash in parsing by Damien Neil · 4 years, 5 months ago
  86. f2427c0 proto, internal/impl: reject invalid field numbers in map items by Damien Neil · 4 years, 5 months ago
  87. 2c0824b internal/impl: fix size for zero-length packed extensions by Damien Neil · 4 years, 5 months ago
  88. 75f53c5 internal/fuzztest: factor out common fuzzer tests by Damien Neil · 4 years, 5 months ago
  89. 26451c0 internal/fuzz: add fuzzers for prototext and protojson packages by Damien Neil · 4 years, 5 months ago
  90. 7f9c7d9 internal/fuzz: refactor fuzzer by Damien Neil · 4 years, 5 months ago
  91. 7e690b5 internal/impl: fix map decode when value is before key by Damien Neil · 4 years, 5 months ago
  92. 3e42b66 internal/impl: faster map fast path by Damien Neil · 4 years, 5 months ago
  93. d0b0749 proto: rearrange test messages by Damien Neil · 4 years, 5 months ago
  94. b120a23 internal/impl: fix reversed IsValid test by Damien Neil · 4 years, 5 months ago
  95. d650018 internal/impl: fix aberrant message detection logic by Joe Tsai · 4 years, 5 months ago
  96. 8517608 cmd/protoc-gen-go: remove json ignore tags by Joe Tsai · 4 years, 5 months ago
  97. 4151cae internal/impl: more checks for aberrant messages by Damien Neil · 4 years, 5 months ago
  98. 62d204c internal/impl: fix legacy UnmarshalJSONEnum by Joe Tsai · 4 years, 5 months ago
  99. 4663ebc internal/genname: centralize the definitions for generated names by Joe Tsai · 4 years, 6 months ago
  100. ce413af internal/impl: faster oneof marshaling by Damien Neil · 4 years, 5 months ago