1. f92988f all: upgrade protobuf to v3.11.4 by Joe Tsai · 5 years ago
  2. f75a338 test.bash: update Go to v1.12.17, v1.13.8, and v1.14 by Joe Tsai · 6 years ago
  3. a56bd81 all: start v1.20.1-devel by Joe Tsai · 5 years ago
  4. 290f718 all: release v1.20.1 by Joe Tsai · 5 years ago
  5. 676bcfb all: use github.com/golang/protobuf@v1.4.0-rc.4 by Joe Tsai · 5 years ago
  6. 1718d82 README.md: add link to blog announcement by Joe Tsai · 5 years ago
  7. e05f789 proto: fix signature of UnmarshalState and MarshalState by Joe Tsai · 5 years ago
  8. ea6e3da internal/testprotos/legacy: avoid direct dependency on github.com/golang/protobuf by Joe Tsai · 5 years ago
  9. e358d43 compiler/protogen: disable warnings in tests by Damien Neil · 5 years ago
  10. a30b571 protobuf-go/internal/encoding/wire: SizeVarint optimisation by renthraysk · 5 years ago
  11. 13e7f14 reflect/protoregistry: avoid deadlock in registration by Damien Neil · 6 years ago
  12. e1c61a3 internal/encoding/messageset: fix decoding of some invalid data by Damien Neil · 5 years ago
  13. 969537a all: start post-v1.20.0 devel by Damien Neil · 5 years ago
  14. aa81c06 all: release v1.20.0 by Damien Neil · 5 years ago
  15. 0f2b33b reflect/protoregistry: add link to namespace conflict FAQ by Damien Neil · 5 years ago
  16. fea7d52 all: start v1.20.0-rc.1.devel by Joe Tsai · 5 years ago
  17. a6bf928 all: release v1.20.0-rc.1 by Joe Tsai · 5 years ago
  18. 65466b8 all: update weak dependency to github.com/golang/protobuf@v1.4.0-rc.2 by Joe Tsai · 5 years ago
  19. 6e36304 reflect/protoreflect: ExtensionRangeOptions never returns nil by Damien Neil · 5 years ago
  20. ab0ca4f compiler/protogen: use consistent options pattern by Joe Tsai · 5 years ago
  21. c14e789 testing/protocmp: fix reflection handling of extensions by Joe Tsai · 5 years ago
  22. a56742b all: update README.md by Joe Tsai · 5 years ago
  23. ca0b25e testing/protocmp: automatically promote message values by Joe Tsai · 5 years ago
  24. a89afdc testing/protocmp: make Message implement proto.Message by Joe Tsai · 5 years ago
  25. 781d6f3 testing/protocmp: add Filter options by Joe Tsai · 6 years ago
  26. 075e074 internal/impl: fix non-atomic access of MessageState.mi by Damien Neil · 5 years ago
  27. a786db3 .gitignore: cleanup by Joe Tsai · 5 years ago
  28. 5698f90 internal/impl: fix messageset validation bug by Damien Neil · 5 years ago
  29. e0daf31 all: trivial formatting changes by Joe Tsai · 5 years ago
  30. ee3cfcb encoding: remove unused benchV1 flag by Joe Tsai · 5 years ago
  31. f6cf492 proto: add TestNil test by Joe Tsai · 5 years ago
  32. 49f8611 proto: allow nil with Clone by Joe Tsai · 5 years ago
  33. ec552f6 runtime/protoiface: trivial change to Size by Joe Tsai · 5 years ago
  34. 2dabbe4 proto: remove IsInitialized by Joe Tsai · 5 years ago
  35. bb941fe cmd/protoc-gen-go/testdata: remove go.mod file by Joe Tsai · 5 years ago
  36. 9118b11 all: update contributing documentation by Joe Tsai · 5 years ago
  37. 764a9d1 cmd/protoc-gen-go: add link to devsite for protoc-gen-go by Joe Tsai · 5 years ago
  38. 222a000 compiler/protogen: add devsite URL to protogen warnings by Joe Tsai · 5 years ago
  39. 37cbbeb internal/impl: check for size cache overflow by Damien Neil · 5 years ago
  40. a88c3c4 all: remove reliance on --compact-summary by Joe Tsai · 5 years ago
  41. 4d8936d all: fail faster on dirty working tree by Damien Neil · 5 years ago
  42. 3a18560 all: add a test for copyright headers by Damien Neil · 5 years ago
  43. 2a63c7a internal/cmd: print generated filename only when contents change by Damien Neil · 5 years ago
  44. befd2dd cmd/protoc-gen-go-grpc: remove by Damien Neil · 5 years ago
  45. 56786dc testing/prototest: refactor prototest API by Damien Neil · 6 years ago
  46. fb5fde4 internal/impl: remove blocking TODO by Joe Tsai · 5 years ago
  47. 929c287 internal/testprotos: add a missing Copyright header line by Damien Neil · 5 years ago
  48. f26a9e7 all: rename IsInitialized as CheckInitialized by Joe Tsai · 5 years ago
  49. 5e75048 all: fix license header by Joe Tsai · 5 years ago
  50. 3df87a0 runtime/protoiface: remove IsInitializedOutputFlags and IsInitialized by Joe Tsai · 5 years ago
  51. 52ee491 reflect/protoreflect: improve documentation by Joe Tsai · 5 years ago
  52. 6af2cee reflect/protodesc: improve documentation by Joe Tsai · 5 years ago
  53. 04f03cb compiler/protogen: improve documentation by Joe Tsai · 5 years ago
  54. 0232edc all: remove stray "." from license headers by Damien Neil · 5 years ago
  55. 466dd77 all: fast-path method refactoring by Damien Neil · 5 years ago
  56. 3dbd95a reflect/protoreflect: add List.AppendMutable and Map.Mutable by Damien Neil · 5 years ago
  57. c4051cd types/known: remove packages present in genproto by Damien Neil · 5 years ago
  58. 725bfea internal/impl: support legacy Merger interface by Damien Neil · 5 years ago
  59. 91b2604 encoding: re-arrange options by Joe Tsai · 5 years ago
  60. 5b335f7 reflect/protoreflect: update documentation by Joe Tsai · 5 years ago
  61. e8e8875 proto, runtime/protoiface, internal/impl: add fast-path Merge by Damien Neil · 6 years ago
  62. 7059483 all: update go.mod in submodules by Damien Neil · 5 years ago
  63. 06e51b7 internal/weakdeps: put APIv1 weak dependency behind a build constraint by Damien Neil · 5 years ago
  64. 5ca8f84 reflect/protoregistry: minor doc change by Joe Tsai · 5 years ago
  65. b08bc6e proto: minor doc changes by Joe Tsai · 5 years ago
  66. 6320bdf types/dynamicpb: minor doc change by Joe Tsai · 5 years ago
  67. d7b9f5c proto: document the relationship between v1 and v2 messages by Joe Tsai · 6 years ago
  68. aa735f3 internal/testprotos: add missing go_package option by Damien Neil · 5 years ago
  69. baf64d5 all: depend on github.com/golang/protobuf@1.4.0-rc1 by Damien Neil · 5 years ago
  70. 709e7c8 protoreflect: adjust documentation by Joe Tsai · 6 years ago
  71. c7aa53a proto: refactor merge tests by Damien Neil · 5 years ago
  72. cf33a9a proto: remove shallow merge support, and MergeOptions by Damien Neil · 5 years ago
  73. 316febd internal/impl: pass *coderFieldInfo into fast-path functions by Damien Neil · 6 years ago
  74. f261722 proto: add Merge tests for aberrant inputs by Joe Tsai · 6 years ago
  75. e76af4b proto: document reset memory aliasing guarantees by Joe Tsai · 6 years ago
  76. 25fc6fb reflect/protodesc: add FileOptions by Joe Tsai · 6 years ago
  77. d2ece13 encoding/protojson: refactor to follow prototext pattern by Herbie Ong · 6 years ago
  78. 3b51224 cmd/protoc-gen-go: add compile-time assertion for legacy proto package version by Joe Tsai · 6 years ago
  79. 93bccf7 all: scrub all TODOs by Joe Tsai · 6 years ago
  80. 604cdd2 proto: add package docs by Damien Neil · 6 years ago
  81. ee206b9 proto: add tests for groups in oneofs by Damien Neil · 6 years ago
  82. 01b51b4 proto, internal/errors: add Error sentinel, errors.Wrap by Damien Neil · 6 years ago
  83. 9afe9bb internal/impl: validate messagesets by Damien Neil · 6 years ago
  84. f9d4fdf internal/impl: fix validation of required group fields by Damien Neil · 6 years ago
  85. 952a08d encoding/prototext: make unexpected EOF error into proto.Error by Herbie Ong · 6 years ago
  86. 6fb2994 all: tests, tweaks for lazy extension decoding by Damien Neil · 6 years ago
  87. 4e6b903 internal/encoding/text: fix eof crash when parsing list of scalars by Herbie Ong · 6 years ago
  88. 4eefd77 internal/impl: init map value MessageInfos in validator by Damien Neil · 6 years ago
  89. 2eb18f0 internal/encoding/text: fix error construction in parseTypeName by Herbie Ong · 6 years ago
  90. 40cba14 internal/impl: fix for lazy decoding of groups by Damien Neil · 6 years ago
  91. 9dd7148 internal/fuzz: add oss-fuzz build script by Damien Neil · 6 years ago
  92. 4eeab36 internal/fuzztest: set cap to len on test byte slice by Damien Neil · 6 years ago
  93. 0f783d8 internal/impl: fix off-by-one in varint validation by Damien Neil · 6 years ago
  94. cadb4ab internal/impl: refactor validation a bit by Damien Neil · 6 years ago
  95. 9b3d97c encoding/prototext: rewrite of internal/encoding/text by Herbie Ong · 6 years ago
  96. 3c5fb5f all: make .proto file names relative to module root by Damien Neil · 6 years ago
  97. 521f2a0 internal/filedesc: remove dependency on proto file name by Damien Neil · 6 years ago
  98. 1c33e11 proto: make one test more general by Damien Neil · 6 years ago
  99. f68f170 internal/testprotos: minor .proto file fixes by Damien Neil · 6 years ago
  100. 886c326 internal/encoding/json: add tests for negative zeros. by Herbie Ong · 6 years ago