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