1. d29a71b cmd/protoc-gen-go: group default consts and vars in blocks by Joe Tsai · 4 years, 9 months ago
  2. e815d6a all: remove dead code by Joe Tsai · 4 years, 9 months ago
  3. 52ec175 internal/filedesc, internal/filetype: rename {Desc,Type}Builder as Builder by Joe Tsai · 4 years, 9 months ago
  4. 954bd92 all: refactor Converter by Damien Neil · 4 years, 9 months ago
  5. f542220 test.bash: add -failfast flag by Joe Tsai · 4 years, 9 months ago
  6. 8003f08 proto, internal/impl: zero-length proto2 bytes fields should be non-nil by Damien Neil · 4 years, 9 months ago
  7. afd3633 internal/impl: defer evaluation of weak reference until actual use by Joe Tsai · 4 years, 9 months ago
  8. f98dd98 internal/filedesc: defer evaluation of weak reference until actual use by Joe Tsai · 4 years, 9 months ago
  9. 2aea614 internal/impl: fix race over messageState.mi by Joe Tsai · 4 years, 9 months ago
  10. d57568e cmd/protoc-gen-go: remove XXX_OneofWrappers by Joe Tsai · 4 years, 9 months ago
  11. 3efb138 cmd/protoc-gen-go: remove XXX_NoUnkeyedLiteral by Joe Tsai · 4 years, 9 months ago
  12. 38b6196 cmd/protoc-gen-go: group generation of internal fields together by Joe Tsai · 4 years, 9 months ago
  13. 4e173a5 internal/filedesc: don't close over descopts values by Damien Neil · 4 years, 9 months ago
  14. a6af044 internal/impl: fix data race in atomicNilMessage by Damien Neil · 4 years, 9 months ago
  15. 45f14b4 internal/filedesc: fix parsing of enforce_utf8 option by Damien Neil · 4 years, 9 months ago
  16. 070c101 internal/impl: simplify getMessageInfo by Joe Tsai · 4 years, 9 months ago
  17. a3369c5 internal/encoding/text: replace use of regular expression in decoding by Herbie Ong · 5 years ago
  18. 57b4ff6 internal/testprotos: remove stale generated file by Joe Tsai · 4 years, 9 months ago
  19. 5788b42 cmd/protoc-gen-go: minor code changes to assist internal patches by Joe Tsai · 4 years, 9 months ago
  20. 1080a45 cmd/protoc-gen-go: remove XXX_WellKnownType by Joe Tsai · 4 years, 9 months ago
  21. 9429392 internal/encoding/pack: fix tests on armv7a by Damien Neil · 4 years, 9 months ago
  22. fb3ff72 cmd/protoc-gen-go: refactor logic to be more compartmentalized by Joe Tsai · 4 years, 9 months ago
  23. 831b8f5 reflect/protoregistry: add conflict override by Joe Tsai · 4 years, 9 months ago
  24. bda0ea8 cmd/protoc-gen-go: make internal dependencies more patch-friendly by Joe Tsai · 4 years, 9 months ago
  25. 43761bd cmd/protoc-gen-go: update deprecation warning by Joe Tsai · 4 years, 9 months ago
  26. 1ac7b53 internal/filedesc: print warnings on registration conflicts by Joe Tsai · 4 years, 10 months ago
  27. ad8dff3 all: update to github.com/golang/protobuf@b9f5089f by Joe Tsai · 4 years, 9 months ago
  28. f647c82 internal/impl: expose MessageInfo by Joe Tsai · 4 years, 9 months ago
  29. 74615a3 proto: remove dependency on github.com/golang/protobuf by Joe Tsai · 4 years, 10 months ago
  30. 6bd33b6 proto: equate floating-point NaNs by Joe Tsai · 4 years, 9 months ago
  31. 5ae10aa encoding: unify MessageSet extension handling logic by Joe Tsai · 4 years, 10 months ago
  32. af57087 reflect/protoregistry: provide more informative errors for conflicts by Joe Tsai · 4 years, 10 months ago
  33. c51e2e0 all: support enforce_utf8 override by Joe Tsai · 4 years, 10 months ago
  34. 302cb32 proto: support message_set_wire_format by Damien Neil · 4 years, 10 months ago
  35. d47ea19 encoding: support weak fields in text and JSON unmarshaling by Joe Tsai · 4 years, 10 months ago
  36. 3d8e369 all: implement proto1 weak fields by Joe Tsai · 5 years ago
  37. 691d856 compiler/protogen: use protoreflect.SourcePath by Joe Tsai · 4 years, 10 months ago
  38. 67da21c reflect/protodesc: only check enum dependency syntax if resolved by Joe Tsai · 4 years, 10 months ago
  39. e182c91 reflect/protoreflect: add FileDescriptor.SourceLocations by Joe Tsai · 4 years, 10 months ago
  40. d421150 reflect/protoreflect: add Enum.Type and Message.Type by Joe Tsai · 4 years, 10 months ago
  41. f8b855d runtime/protoiface: API adjustments by Joe Tsai · 4 years, 10 months ago
  42. 0f81b38 runtime/protoiface: move and rename XXX_Methods by Joe Tsai · 4 years, 10 months ago
  43. a8a2cea proto: move T->*T wrappers from internal/scalar to proto by Damien Neil · 4 years, 10 months ago
  44. 09cef32 proto: cleanup invalid extension exception by Joe Tsai · 4 years, 10 months ago
  45. 6c28674 proto: fix merge semantics for oneof message by Joe Tsai · 4 years, 10 months ago
  46. 62200db integration_test.go: use custom parallel test code by Joe Tsai · 4 years, 10 months ago
  47. 6a2180f integration_test.go: move Go cache by Joe Tsai · 4 years, 10 months ago
  48. 7492a09 internal/impl: support packed extensions by Damien Neil · 4 years, 10 months ago
  49. 3e6a39b internal/impl: avoid preserving presence on proto3 bytes field by Joe Tsai · 4 years, 10 months ago
  50. 82760ce internal/impl: add MessageState to every generated message by Joe Tsai · 4 years, 10 months ago
  51. 36dc22d encoding: use strs.UnsafeString to avoid duplicated code by Joe Tsai · 4 years, 10 months ago
  52. 6dc168e encoding: cleanup some tests by Joe Tsai · 4 years, 10 months ago
  53. b3d57df cmd/protoc-gen-go: add more flags to control generation of deprecated features by Joe Tsai · 5 years ago
  54. 0eee7eb benchmarks: move download_benchdata.bash into benchmarks/ dir by Damien Neil · 4 years, 10 months ago
  55. ace50e2 internal/encoding/tag: support marshaling weak fields by Joe Tsai · 4 years, 10 months ago
  56. e5900a6 internal/encoding/tag: fix handling of JSON name by Joe Tsai · 4 years, 10 months ago
  57. 97a8739 internal/strs: unify string manipulation functionality by Joe Tsai · 4 years, 10 months ago
  58. e91877d internal/impl: add fast-path unmarshal by Damien Neil · 4 years, 10 months ago
  59. 3d0706a proto, internal/impl: make IsInitialized more consistent by Damien Neil · 4 years, 10 months ago
  60. dd380ab proto: bench_test fixes by Damien Neil · 4 years, 10 months ago
  61. 5455ef5 cmd/protoc-gen-go: disable generation of XXX_WellKnownType by Joe Tsai · 4 years, 10 months ago
  62. 6ceeaab cmd/protoc-gen-go: remove MessageSet hackery by Joe Tsai · 4 years, 10 months ago
  63. c0e4bb2 cmd/protoc-gen-go: unexport implementation-specific XXX fields by Joe Tsai · 4 years, 10 months ago
  64. 0991227 cmd/protoc-gen-go: remove generation of XXX_OneofWrappers by Joe Tsai · 4 years, 10 months ago
  65. 7198fb6 cmd/protoc-gen-go/testdata: add registry test by Joe Tsai · 4 years, 10 months ago
  66. 9aeddcd internal/encoding/wire: fix trivial misspelling by Joe Tsai · 4 years, 10 months ago
  67. 8c457bb internal/impl: rename encode_field.go->codec_field.go by Damien Neil · 4 years, 10 months ago
  68. edf7bdd internal/impl: rename encode->codec in various places by Damien Neil · 4 years, 10 months ago
  69. 8b0b71e cmd/protoc-gen-go: use Merge instead of Marshal/Unmarshal by Joe Tsai · 4 years, 10 months ago
  70. a804450 all: fix stale comments by Joe Tsai · 4 years, 10 months ago
  71. 8a4c3d1 internal/filedesc: avoid deep-copying the options by Joe Tsai · 4 years, 10 months ago
  72. 93fd968 internal/impl: centralize the logic for finding XXX fields by Joe Tsai · 4 years, 10 months ago
  73. 1507635 reflect/protodesc: enforce strict validation by Joe Tsai · 4 years, 10 months ago
  74. b2107fb reflect/protodesc: robustify dependency resolution implementation by Joe Tsai · 4 years, 10 months ago
  75. a691404 reflect/protodesc: return deep copies of the input by Joe Tsai · 4 years, 10 months ago
  76. 28216c7 encoding: avoid direct access to XXX_unrecognized by Joe Tsai · 4 years, 10 months ago
  77. 8d30bbe all: remove dependency on proto v1 by Joe Tsai · 5 years ago
  78. 6e381b5 protoreflect: fix typo in documentation by Benny Siegert · 4 years, 10 months ago
  79. 32e8a52 internal/impl: fix race in aberrant message logic by Joe Tsai · 4 years, 10 months ago
  80. 3274acc reflect/protodesc: fix initialization bug by Joe Tsai · 4 years, 10 months ago
  81. 28e61ba internal/impl: drop XXX_MessageName aberrant support by Joe Tsai · 4 years, 10 months ago
  82. 851185d internal/impl: support aberrant enums and messages by Joe Tsai · 4 years, 10 months ago
  83. 4ae30bb internal/impl: refactor fast-path by Damien Neil · 4 years, 10 months ago
  84. a994082 all: remove protoreflect.Message.Len by Damien Neil · 4 years, 10 months ago
  85. 20aefe9 encoding/prototext: fix parsing of field names by Herbie Ong · 4 years, 10 months ago
  86. a7f7a40 reflect/protodesc: fix handling of unresolved identifiers by Joe Tsai · 4 years, 10 months ago
  87. e407ee1 reflect/protoregistry: remove Files.Find{Enum,Message,Extension,Service}ByName by Joe Tsai · 4 years, 10 months ago
  88. 1ffc47f reflect/protoreflect: print unknown number in String methods by Joe Tsai · 4 years, 10 months ago
  89. 2fc306a proto: implement Merge by Joe Tsai · 4 years, 10 months ago
  90. 4241397 reflect/protoreflect: register all desciptors in Files by Joe Tsai · 4 years, 10 months ago
  91. a3456c9 types/dynamicpb: add dynamic message type by Damien Neil · 5 years ago
  92. 42cfff4 benchmarks: add general-purpose benchmarks directory by Damien Neil · 4 years, 10 months ago
  93. d91246e testing/prototest: add extensions, unknown fields, typechecks by Damien Neil · 4 years, 10 months ago
  94. 5322bdb internal/impl: add fast-path for IsInitialized by Damien Neil · 5 years ago
  95. cedb595 proto, internal/impl: avoid string->[]byte conversions by Damien Neil · 4 years, 10 months ago
  96. 8c86fc5 all: remove non-fatal UTF-8 validation errors (and non-fatal in general) by Damien Neil · 4 years, 10 months ago
  97. a80229e proto: add benchmark using protobuf repo test data by Damien Neil · 4 years, 10 months ago
  98. ef75bec proto: fix memory aliasing bug in Reset by Joe Tsai · 4 years, 10 months ago
  99. 7ea76d2 cmd/protoc-gen-go: un-deprecate enum maps by Joe Tsai · 4 years, 10 months ago
  100. dfe1603 internal/fileinit: remove package by Joe Tsai · 4 years, 10 months ago