1. a75c914 internal/impl: minor refactoring by Joe Tsai · 4 years, 2 months ago
  2. 188e702 reflect/protodesc: add NewFiles by Damien Neil · 4 years, 2 months ago
  3. d037755 internal/detectknown: add helper package to identify well-known types by Joe Tsai · 4 years, 2 months ago
  4. f8d77f8 internal/msgfmt: simply time formatting logic by Joe Tsai · 4 years, 2 months ago
  5. 28cb1e4 internal/impl: remove deprecated ExtensionField methods by Joe Tsai · 4 years, 2 months ago
  6. 8cbef3f all: fix golint violations by Joe Tsai · 4 years, 2 months ago
  7. 4e847ad README.md: mention protowire and protopack in the index by Joe Tsai · 4 years, 2 months ago
  8. 88baf0a testing/protocmp: remove format.go by Joe Tsai · 4 years, 2 months ago
  9. c923339 internal/cmd/generate-protos: use module= generator option by Damien Neil · 4 years, 3 months ago
  10. ffbc5fd compiler/protogen: add module= generator option by Damien Neil · 4 years, 3 months ago
  11. 9d39786 types/dynamicpb: fix message Zero return type to read-only by Edward McFarlane · 4 years, 2 months ago
  12. 2ce1ca9 internal/msgfmt: use msgfmt package to format messages by Joe Tsai · 4 years, 3 months ago
  13. cfd8049 testing/protopack: make package publicly available by Joe Tsai · 4 years, 3 months ago
  14. cd108d0 encoding/protowire: make package publicly available by Joe Tsai · 4 years, 3 months ago
  15. b738ac9 all: regenerate remote .proto files by Joe Tsai · 4 years, 2 months ago
  16. 6ad8e63 compiler/protogen: allow specifying the package name with M flags by Joe Tsai · 4 years, 2 months ago
  17. d387405 internal/encoding/messageset: don't modify input data when unmarshaling by Damien Neil · 4 years, 2 months ago
  18. 29677a9 types/dynamic: make Message implement legacy message interface by Joe Tsai · 4 years, 2 months ago
  19. b4c73aa testing/protocmp: add SortRepeated and SortRepeatedFields by Joe Tsai · 4 years, 3 months ago
  20. aadba56 compiler/protogen: make paths=import work with M overrides by Damien Neil · 4 years, 3 months ago
  21. 92af527 internal/impl: remove Export.ExtensionDescFromType by Joe Tsai · 4 years, 2 months ago
  22. 4ab2bc9 internal/version: move version information to internal package by Joe Tsai · 4 years, 3 months ago
  23. f92988f all: upgrade protobuf to v3.11.4 by Joe Tsai · 4 years, 3 months ago
  24. f75a338 test.bash: update Go to v1.12.17, v1.13.8, and v1.14 by Joe Tsai · 4 years, 5 months ago
  25. a56bd81 all: start v1.20.1-devel by Joe Tsai · 4 years, 3 months ago
  26. 290f718 all: release v1.20.1 by Joe Tsai · 4 years, 3 months ago v1.20.1
  27. 676bcfb all: use github.com/golang/protobuf@v1.4.0-rc.4 by Joe Tsai · 4 years, 3 months ago
  28. 1718d82 README.md: add link to blog announcement by Joe Tsai · 4 years, 3 months ago
  29. e05f789 proto: fix signature of UnmarshalState and MarshalState by Joe Tsai · 4 years, 3 months ago
  30. ea6e3da internal/testprotos/legacy: avoid direct dependency on github.com/golang/protobuf by Joe Tsai · 4 years, 3 months ago
  31. e358d43 compiler/protogen: disable warnings in tests by Damien Neil · 4 years, 3 months ago
  32. a30b571 protobuf-go/internal/encoding/wire: SizeVarint optimisation by renthraysk · 4 years, 3 months ago
  33. 13e7f14 reflect/protoregistry: avoid deadlock in registration by Damien Neil · 4 years, 7 months ago
  34. e1c61a3 internal/encoding/messageset: fix decoding of some invalid data by Damien Neil · 4 years, 3 months ago
  35. 969537a all: start post-v1.20.0 devel by Damien Neil · 4 years, 3 months ago
  36. aa81c06 all: release v1.20.0 by Damien Neil · 4 years, 3 months ago v1.20.0
  37. 0f2b33b reflect/protoregistry: add link to namespace conflict FAQ by Damien Neil · 4 years, 3 months ago
  38. fea7d52 all: start v1.20.0-rc.1.devel by Joe Tsai · 4 years, 3 months ago
  39. a6bf928 all: release v1.20.0-rc.1 by Joe Tsai · 4 years, 3 months ago
  40. 65466b8 all: update weak dependency to github.com/golang/protobuf@v1.4.0-rc.2 by Joe Tsai · 4 years, 3 months ago
  41. 6e36304 reflect/protoreflect: ExtensionRangeOptions never returns nil by Damien Neil · 4 years, 3 months ago
  42. ab0ca4f compiler/protogen: use consistent options pattern by Joe Tsai · 4 years, 3 months ago
  43. c14e789 testing/protocmp: fix reflection handling of extensions by Joe Tsai · 4 years, 3 months ago
  44. a56742b all: update README.md by Joe Tsai · 4 years, 3 months ago
  45. ca0b25e testing/protocmp: automatically promote message values by Joe Tsai · 4 years, 3 months ago
  46. a89afdc testing/protocmp: make Message implement proto.Message by Joe Tsai · 4 years, 3 months ago
  47. 781d6f3 testing/protocmp: add Filter options by Joe Tsai · 4 years, 6 months ago
  48. 075e074 internal/impl: fix non-atomic access of MessageState.mi by Damien Neil · 4 years, 3 months ago
  49. a786db3 .gitignore: cleanup by Joe Tsai · 4 years, 3 months ago
  50. 5698f90 internal/impl: fix messageset validation bug by Damien Neil · 4 years, 3 months ago
  51. e0daf31 all: trivial formatting changes by Joe Tsai · 4 years, 3 months ago
  52. ee3cfcb encoding: remove unused benchV1 flag by Joe Tsai · 4 years, 3 months ago
  53. f6cf492 proto: add TestNil test by Joe Tsai · 4 years, 3 months ago
  54. 49f8611 proto: allow nil with Clone by Joe Tsai · 4 years, 3 months ago
  55. ec552f6 runtime/protoiface: trivial change to Size by Joe Tsai · 4 years, 3 months ago
  56. 2dabbe4 proto: remove IsInitialized by Joe Tsai · 4 years, 3 months ago
  57. bb941fe cmd/protoc-gen-go/testdata: remove go.mod file by Joe Tsai · 4 years, 3 months ago
  58. 9118b11 all: update contributing documentation by Joe Tsai · 4 years, 3 months ago
  59. 764a9d1 cmd/protoc-gen-go: add link to devsite for protoc-gen-go by Joe Tsai · 4 years, 3 months ago
  60. 222a000 compiler/protogen: add devsite URL to protogen warnings by Joe Tsai · 4 years, 3 months ago
  61. 37cbbeb internal/impl: check for size cache overflow by Damien Neil · 4 years, 3 months ago
  62. a88c3c4 all: remove reliance on --compact-summary by Joe Tsai · 4 years, 3 months ago
  63. 4d8936d all: fail faster on dirty working tree by Damien Neil · 4 years, 3 months ago
  64. 3a18560 all: add a test for copyright headers by Damien Neil · 4 years, 3 months ago
  65. 2a63c7a internal/cmd: print generated filename only when contents change by Damien Neil · 4 years, 3 months ago
  66. befd2dd cmd/protoc-gen-go-grpc: remove by Damien Neil · 4 years, 3 months ago
  67. 56786dc testing/prototest: refactor prototest API by Damien Neil · 4 years, 3 months ago
  68. fb5fde4 internal/impl: remove blocking TODO by Joe Tsai · 4 years, 3 months ago
  69. 929c287 internal/testprotos: add a missing Copyright header line by Damien Neil · 4 years, 3 months ago
  70. f26a9e7 all: rename IsInitialized as CheckInitialized by Joe Tsai · 4 years, 3 months ago
  71. 5e75048 all: fix license header by Joe Tsai · 4 years, 3 months ago
  72. 3df87a0 runtime/protoiface: remove IsInitializedOutputFlags and IsInitialized by Joe Tsai · 4 years, 3 months ago
  73. 52ee491 reflect/protoreflect: improve documentation by Joe Tsai · 4 years, 3 months ago
  74. 6af2cee reflect/protodesc: improve documentation by Joe Tsai · 4 years, 3 months ago
  75. 04f03cb compiler/protogen: improve documentation by Joe Tsai · 4 years, 3 months ago
  76. 0232edc all: remove stray "." from license headers by Damien Neil · 4 years, 3 months ago
  77. 466dd77 all: fast-path method refactoring by Damien Neil · 4 years, 3 months ago
  78. 3dbd95a reflect/protoreflect: add List.AppendMutable and Map.Mutable by Damien Neil · 4 years, 3 months ago
  79. c4051cd types/known: remove packages present in genproto by Damien Neil · 4 years, 3 months ago
  80. 725bfea internal/impl: support legacy Merger interface by Damien Neil · 4 years, 3 months ago
  81. 91b2604 encoding: re-arrange options by Joe Tsai · 4 years, 3 months ago
  82. 5b335f7 reflect/protoreflect: update documentation by Joe Tsai · 4 years, 3 months ago
  83. e8e8875 proto, runtime/protoiface, internal/impl: add fast-path Merge by Damien Neil · 4 years, 3 months ago
  84. 7059483 all: update go.mod in submodules by Damien Neil · 4 years, 3 months ago
  85. 06e51b7 internal/weakdeps: put APIv1 weak dependency behind a build constraint by Damien Neil · 4 years, 3 months ago
  86. 5ca8f84 reflect/protoregistry: minor doc change by Joe Tsai · 4 years, 3 months ago
  87. b08bc6e proto: minor doc changes by Joe Tsai · 4 years, 3 months ago
  88. 6320bdf types/dynamicpb: minor doc change by Joe Tsai · 4 years, 3 months ago
  89. d7b9f5c proto: document the relationship between v1 and v2 messages by Joe Tsai · 4 years, 3 months ago
  90. aa735f3 internal/testprotos: add missing go_package option by Damien Neil · 4 years, 3 months ago
  91. baf64d5 all: depend on github.com/golang/protobuf@1.4.0-rc1 by Damien Neil · 4 years, 3 months ago
  92. 709e7c8 protoreflect: adjust documentation by Joe Tsai · 4 years, 3 months ago
  93. c7aa53a proto: refactor merge tests by Damien Neil · 4 years, 3 months ago
  94. cf33a9a proto: remove shallow merge support, and MergeOptions by Damien Neil · 4 years, 3 months ago
  95. 316febd internal/impl: pass *coderFieldInfo into fast-path functions by Damien Neil · 4 years, 4 months ago
  96. f261722 proto: add Merge tests for aberrant inputs by Joe Tsai · 4 years, 8 months ago
  97. e76af4b proto: document reset memory aliasing guarantees by Joe Tsai · 4 years, 3 months ago
  98. 25fc6fb reflect/protodesc: add FileOptions by Joe Tsai · 4 years, 3 months ago
  99. d2ece13 encoding/protojson: refactor to follow prototext pattern by Herbie Ong · 4 years, 5 months ago
  100. 3b51224 cmd/protoc-gen-go: add compile-time assertion for legacy proto package version by Joe Tsai · 4 years, 4 months ago