1. db5c900 all: fix touching of dependency directories by Joe Tsai · 3 years, 8 months ago
  2. 5ebc0b4 all: drop 386 support for darwin by Joe Tsai · 3 years, 7 months ago
  3. 0fd4f3a encoding/protojson: restrict valid values for google.protobuf.Value.number_value by Joe Tsai · 3 years, 8 months ago
  4. 16365ed all: update to go1.13.15, go1.14.7, and go1.15 by Joe Tsai · 3 years, 8 months ago
  5. 1a39467 internal/encoding/text: remove dead code by Joe Tsai · 3 years, 8 months ago
  6. a180de9 testing/protocmp: fix representation of empty bytes by Joe Tsai · 3 years, 9 months ago
  7. e96d591 internal/msgfmt: fix formatting of negative Duration by Joe Tsai · 3 years, 9 months ago
  8. f2423bb encoding/protojson: simplify Duration formatting by Joe Tsai · 3 years, 9 months ago
  9. a709e31 types/known/fieldmaskpb: repeated and map fields are only valid in the last position of a path by cybrcodr · 3 years, 9 months ago
  10. 5d63473 internal/impl: add runtime support for *[]byte unknown representation by Joe Tsai · 3 years, 9 months ago
  11. 4194195 internal/impl: rename legacyProtoMethods as aberrantProtoMethods by Joe Tsai · 3 years, 9 months ago
  12. a0f95d5 internal/impl: make errInvalidUTF8 be a proto.Error by Damien Neil · 3 years, 9 months ago
  13. 1ecb1f4 proto: add MessageName helper by Joe Tsai · 3 years, 9 months ago
  14. 42cc4c5 reflect/protoreflect: improve source information usability by Joe Tsai · 3 years, 10 months ago
  15. 1a290e9 reflect/protoreflect: add MessageFieldTypes by Joe Tsai · 3 years, 11 months ago
  16. b5523e3 all: return less-specific, but more informative wire unmarshal errors by Damien Neil · 3 years, 9 months ago
  17. 28b807b encoding/protojson: use synthetic @type field for Any messages by Joe Tsai · 3 years, 9 months ago
  18. e7c3f89 cmd/protoc-gen-go: remove name mangling for MessageSet extensions by Joe Tsai · 3 years, 9 months ago
  19. aabe152 testing/prototest: fix suggestion for field name by Joe Tsai · 3 years, 10 months ago
  20. e14d6b3 reflect/protoreflect: add FieldDescriptor.TextName by Joe Tsai · 3 years, 10 months ago
  21. 467a9cd all: fix tests for 32-bit architectures by Joe Tsai · 3 years, 10 months ago
  22. 91eb7d3 protoregistry: avoid checking for '/' in FindMessageByName by Martin Möhrmann · 3 years, 10 months ago
  23. 9267966 internal/order: add a package for ordered iteration over messages and maps by Joe Tsai · 3 years, 10 months ago
  24. b783214 reflect/protoregistry: centralize MessageSet extension resolution logic by Joe Tsai · 3 years, 10 months ago
  25. 1726b83 internal/impl: introduce instability to protoreflect.Message.Range order by Joe Tsai · 3 years, 10 months ago
  26. a9513eb all: start v1.25.0-devel by Joe Tsai · 3 years, 10 months ago
  27. 3f7a61f all: release v1.25.0 by Joe Tsai · 3 years, 10 months ago v1.25.0
  28. 95ba8ac cmd/protoc-gen-go: --version should exit 0 by Kevin Burke · 3 years, 10 months ago
  29. 5a96da2 cmd/protoc-gen-go: generate package documentation for well-known types by Joe Tsai · 3 years, 10 months ago
  30. b0c4001 all: update to cmp@v0.5.0 release by Joe Tsai · 3 years, 10 months ago
  31. c0ad199 all: update to go1.13.12 and go1.14.4 by Joe Tsai · 3 years, 10 months ago
  32. c9c87ce internal/filedesc: use genid constants for map entry fields by Joe Tsai · 3 years, 10 months ago
  33. 8de6675 test.bash: add staticcheck to our integration tests by Joe Tsai · 4 years, 4 months ago
  34. 5f5c066 types/known: minor adjustments to error handling by Joe Tsai · 3 years, 10 months ago
  35. a0d1c75 types/known: handle nil in IsValid and CheckValid methods by Joe Tsai · 3 years, 10 months ago
  36. 44e4150 reflect/protoreflect: optimize Name.IsValid and FullName.IsValid by Joe Tsai · 3 years, 10 months ago
  37. 0084168 types/known/anypb: add New constructor by Joe Tsai · 3 years, 10 months ago
  38. bfc3102 types/known/anypb: gracefully handle nil sources by Joe Tsai · 3 years, 10 months ago
  39. beaa552 encoding/protojson: add better validation to FieldMask serialization by cybrcodr · 3 years, 11 months ago
  40. 596bfbf testing/protocmp: surface comment about unused Transform options by Joe Tsai · 3 years, 10 months ago
  41. 7e8b902 types/dynamicpb: add NewEnumType by Damien Neil · 3 years, 11 months ago
  42. f49fd50 all: implement first-class WKT support by Joe Tsai · 4 years, 1 month ago
  43. 69839c7 internal/genid: remove WhichFile by Joe Tsai · 3 years, 11 months ago
  44. b2f4e62 internal/msgfmt: adjust handling of well-known types by Joe Tsai · 3 years, 11 months ago
  45. e0b77db internal/genid: add new package for generated identifiers by Joe Tsai · 3 years, 11 months ago
  46. 74aae6a encoding/prototext: simplify decoder.unmarshalAny by Joe Tsai · 3 years, 11 months ago
  47. 0295718 all: upgrade to go@v1.13.11 and go@v1.14.3 by Joe Tsai · 4 years ago
  48. 4f55bf8 all: start v1.24.0-devel by Joe Tsai · 3 years, 11 months ago
  49. 5c3dd70 all: release v1.24.0 by Joe Tsai · 3 years, 11 months ago v1.24.0
  50. 27ea64f reflect/protoreflect: adjust ValueOf panic message by Joe Tsai · 4 years ago
  51. 0567a55 all: add weak dependency on google.golang.org/genproto module by Joe Tsai · 3 years, 11 months ago
  52. 81db48a all: move well-known types by Joe Tsai · 4 years ago
  53. b10fcbc testing/protopack: fix format precision by Joe Tsai · 4 years ago
  54. 118baf6 all: funnel similar functionality through a single function by Joe Tsai · 4 years ago
  55. 0fbe4ed all: start v1.23.0-devel by Joe Tsai · 4 years ago
  56. d165be3 all: release v1.23.0 by Joe Tsai · 4 years ago v1.23.0
  57. 2d80e9b encoding/prototext: adjust handling of invalid UTF-8 by Joe Tsai · 4 years ago
  58. 3034025 internal/impl: avoid inlining fixed coderFieldInfo array by Joe Tsai · 4 years ago
  59. 8525b20 compiler/protogen: add (*GeneratedFile).Unskip by Oscar Söderlund · 4 years ago
  60. 1f5b6fe all: improve panic messages for better debugability by Joe Tsai · 4 years ago
  61. ce5d831 compiler/protogen: avoid suggesting faulty go_package option by Joe Tsai · 4 years ago
  62. 0e19395 all: start v1.22.0-devel by Joe Tsai · 4 years ago
  63. 8b0d71a all: release v1.22.0 by Joe Tsai · 4 years ago v1.22.0
  64. 164b526 all: update to protoc v3.12.0-rc1 by Joe Tsai · 4 years ago
  65. 90042a5 reflect/protoreflect: fix typo in FieldDescriptor.HasOptionalKeyword by Joe Tsai · 4 years ago
  66. 4d5be76 internal/fuzz/wirefuzz: add test to verify initialization checks by Joe Tsai · 4 years ago
  67. d0a499b internal/impl: validate UTF-8 for proto3 optional strings by Joe Tsai · 4 years ago
  68. 3ebaa92 all: use v2 Message interface for weak fields by Joe Tsai · 4 years ago
  69. 387873d all: implement support for proto3 optional semantics by Joe Tsai · 4 years ago
  70. b57aae9 all: improve extension validation by Joe Tsai · 4 years ago
  71. a5526f0 internal/impl: fix off-by-one error in message initialization by Damien Neil · 4 years ago
  72. 98f56d1 internal/impl: inline coderInfoFields for better cache locality by Damien Neil · 4 years ago
  73. 33f8c03 proto: add RangeExtensions and adjust HasExtension and GetExtension by Joe Tsai · 4 years ago
  74. d824637 reflect/protoreflect: mention bidirectional conversion of protodesc by Joe Tsai · 4 years, 2 months ago
  75. 7650ca0 reflect/protoreflect: cleanup wording on Message.NewField by Joe Tsai · 4 years ago
  76. a732b3c proto: never return nil []byte from Marshal when successful by Joe Tsai · 4 years ago
  77. 8cfc14f all: consistently treat nil message interface as an empty read-only message by Joe Tsai · 4 years ago
  78. d8bc21f internal/fuzz: update to use native go-fuzz by Damien Neil · 4 years ago
  79. 5e85542 all: upgrade weak dependency to github.com/golang/protobuf@v1.4.0 by Joe Tsai · 4 years ago
  80. ba9d210 all: start v1.21.0-devel by Joe Tsai · 4 years ago
  81. 3b9eee1 all: release v1.21.0 by Joe Tsai · 4 years ago v1.21.0
  82. 7dfcffe internal/impl: handle extremely old messages by Joe Tsai · 4 years, 1 month ago
  83. a75c914 internal/impl: minor refactoring by Joe Tsai · 4 years, 1 month ago
  84. 188e702 reflect/protodesc: add NewFiles by Damien Neil · 4 years, 1 month ago
  85. d037755 internal/detectknown: add helper package to identify well-known types by Joe Tsai · 4 years, 1 month ago
  86. f8d77f8 internal/msgfmt: simply time formatting logic by Joe Tsai · 4 years, 1 month ago
  87. 28cb1e4 internal/impl: remove deprecated ExtensionField methods by Joe Tsai · 4 years, 1 month ago
  88. 8cbef3f all: fix golint violations by Joe Tsai · 4 years, 1 month ago
  89. 4e847ad README.md: mention protowire and protopack in the index by Joe Tsai · 4 years, 1 month ago
  90. 88baf0a testing/protocmp: remove format.go by Joe Tsai · 4 years, 1 month ago
  91. c923339 internal/cmd/generate-protos: use module= generator option by Damien Neil · 4 years, 2 months ago
  92. ffbc5fd compiler/protogen: add module= generator option by Damien Neil · 4 years, 2 months ago
  93. 9d39786 types/dynamicpb: fix message Zero return type to read-only by Edward McFarlane · 4 years, 1 month ago
  94. 2ce1ca9 internal/msgfmt: use msgfmt package to format messages by Joe Tsai · 4 years, 2 months ago
  95. cfd8049 testing/protopack: make package publicly available by Joe Tsai · 4 years, 2 months ago
  96. cd108d0 encoding/protowire: make package publicly available by Joe Tsai · 4 years, 2 months ago
  97. b738ac9 all: regenerate remote .proto files by Joe Tsai · 4 years, 1 month ago
  98. 6ad8e63 compiler/protogen: allow specifying the package name with M flags by Joe Tsai · 4 years, 1 month ago
  99. d387405 internal/encoding/messageset: don't modify input data when unmarshaling by Damien Neil · 4 years, 1 month ago
  100. 29677a9 types/dynamic: make Message implement legacy message interface by Joe Tsai · 4 years, 1 month ago