1. 3992ea8 all: implement depth limit for unmarshaling by Lasse Folger · 2 years, 4 months ago
  2. 3a9e1dc all: gofmt all by Damien Neil · 2 years, 6 months ago
  3. 174b9ec all: document that Unmarshal must be a mutable message by Joe Tsai · 3 years, 3 months ago
  4. f62736d proto/equal: reduce equal scalar value allocation by Tzu-Chiao Yeh · 3 years, 9 months ago
  5. a0f95d5 internal/impl: make errInvalidUTF8 be a proto.Error by Damien Neil · 3 years, 11 months ago
  6. 1ecb1f4 proto: add MessageName helper by Joe Tsai · 3 years, 11 months ago
  7. b5523e3 all: return less-specific, but more informative wire unmarshal errors by Damien Neil · 3 years, 11 months ago
  8. 467a9cd all: fix tests for 32-bit architectures by Joe Tsai · 4 years ago
  9. 9267966 internal/order: add a package for ordered iteration over messages and maps by Joe Tsai · 4 years ago
  10. e0b77db internal/genid: add new package for generated identifiers by Joe Tsai · 4 years ago
  11. 118baf6 all: funnel similar functionality through a single function by Joe Tsai · 4 years, 1 month ago
  12. 1f5b6fe all: improve panic messages for better debugability by Joe Tsai · 4 years, 1 month ago
  13. d0a499b internal/impl: validate UTF-8 for proto3 optional strings by Joe Tsai · 4 years, 1 month ago
  14. 387873d all: implement support for proto3 optional semantics by Joe Tsai · 4 years, 1 month ago
  15. b57aae9 all: improve extension validation by Joe Tsai · 4 years, 1 month ago
  16. 33f8c03 proto: add RangeExtensions and adjust HasExtension and GetExtension by Joe Tsai · 4 years, 2 months ago
  17. a732b3c proto: never return nil []byte from Marshal when successful by Joe Tsai · 4 years, 2 months ago
  18. 8cfc14f all: consistently treat nil message interface as an empty read-only message by Joe Tsai · 4 years, 2 months ago
  19. cfd8049 testing/protopack: make package publicly available by Joe Tsai · 4 years, 4 months ago
  20. cd108d0 encoding/protowire: make package publicly available by Joe Tsai · 4 years, 4 months ago
  21. d387405 internal/encoding/messageset: don't modify input data when unmarshaling by Damien Neil · 4 years, 3 months ago
  22. e05f789 proto: fix signature of UnmarshalState and MarshalState by Joe Tsai · 4 years, 3 months ago
  23. e1c61a3 internal/encoding/messageset: fix decoding of some invalid data by Damien Neil · 4 years, 3 months ago
  24. e0daf31 all: trivial formatting changes by Joe Tsai · 4 years, 3 months ago
  25. f6cf492 proto: add TestNil test by Joe Tsai · 4 years, 3 months ago
  26. 49f8611 proto: allow nil with Clone by Joe Tsai · 4 years, 4 months ago
  27. 2dabbe4 proto: remove IsInitialized by Joe Tsai · 4 years, 4 months ago
  28. 37cbbeb internal/impl: check for size cache overflow by Damien Neil · 4 years, 3 months ago
  29. f26a9e7 all: rename IsInitialized as CheckInitialized by Joe Tsai · 4 years, 4 months ago
  30. 0232edc all: remove stray "." from license headers by Damien Neil · 4 years, 4 months ago
  31. 466dd77 all: fast-path method refactoring by Damien Neil · 4 years, 4 months ago
  32. 725bfea internal/impl: support legacy Merger interface by Damien Neil · 4 years, 4 months ago
  33. e8e8875 proto, runtime/protoiface, internal/impl: add fast-path Merge by Damien Neil · 4 years, 4 months ago
  34. b08bc6e proto: minor doc changes by Joe Tsai · 4 years, 4 months ago
  35. d7b9f5c proto: document the relationship between v1 and v2 messages by Joe Tsai · 4 years, 4 months ago
  36. c7aa53a proto: refactor merge tests by Damien Neil · 4 years, 4 months ago
  37. cf33a9a proto: remove shallow merge support, and MergeOptions by Damien Neil · 4 years, 4 months ago
  38. f261722 proto: add Merge tests for aberrant inputs by Joe Tsai · 4 years, 9 months ago
  39. e76af4b proto: document reset memory aliasing guarantees by Joe Tsai · 4 years, 4 months ago
  40. 93bccf7 all: scrub all TODOs by Joe Tsai · 4 years, 4 months ago
  41. 604cdd2 proto: add package docs by Damien Neil · 4 years, 4 months ago
  42. ee206b9 proto: add tests for groups in oneofs by Damien Neil · 4 years, 4 months ago
  43. 01b51b4 proto, internal/errors: add Error sentinel, errors.Wrap by Damien Neil · 4 years, 5 months ago
  44. 9afe9bb internal/impl: validate messagesets by Damien Neil · 4 years, 4 months ago
  45. f9d4fdf internal/impl: fix validation of required group fields by Damien Neil · 4 years, 4 months ago
  46. 6fb2994 all: tests, tweaks for lazy extension decoding by Damien Neil · 4 years, 4 months ago
  47. 0f783d8 internal/impl: fix off-by-one in varint validation by Damien Neil · 4 years, 4 months ago
  48. cadb4ab internal/impl: refactor validation a bit by Damien Neil · 4 years, 4 months ago
  49. 1c33e11 proto: make one test more general by Damien Neil · 4 years, 4 months ago
  50. d025c95 proto, internal/protobuild: add test proto template builder by Damien Neil · 4 years, 4 months ago
  51. 4d91816 internal/impl: catch varint overflow in validator by Damien Neil · 4 years, 4 months ago
  52. 74b1460 encoding: add Format helper function and method by Joe Tsai · 4 years, 5 months ago
  53. 1887ff7 internal/impl: better fast-path init checks for extensions by Damien Neil · 4 years, 4 months ago
  54. 6f29779 internal/impl: fix validator bytes field length decoding by Damien Neil · 4 years, 4 months ago
  55. c70f5d5 internal/impl: avoid redundant lazy extension inits by Damien Neil · 4 years, 4 months ago
  56. ca6f40c proto: make use of fast-path initialization checks by Damien Neil · 4 years, 4 months ago
  57. 0ae1c97 internal/impl: lazy extension decoding by Damien Neil · 4 years, 4 months ago
  58. a522d5f internal/impl: fix tag decoding when field num doesn't fit in int32 by Damien Neil · 4 years, 4 months ago
  59. 524c606 runtime/protoiface: use more efficient options representation by Damien Neil · 4 years, 4 months ago
  60. 212b05b internal/testprotos: make TestAllExtensions recursive by Damien Neil · 4 years, 4 months ago
  61. a60e709 proto: fix DiscardUnknown by Damien Neil · 4 years, 4 months ago
  62. 0bf97b7 internal/impl: messageset validation and isinit fixes by Damien Neil · 4 years, 4 months ago
  63. c600d6c all: do best-effort initialization check on fast path unmarshal by Damien Neil · 4 years, 5 months ago
  64. d30e561 proto: add MarshalState, UnmarshalState by Damien Neil · 4 years, 5 months ago
  65. 61781dd all: abstract fast-path marshal and unmarshal inputs and outputs by Damien Neil · 4 years, 5 months ago
  66. f12fb45 all: add ProtoMethods method to protoreflect.Message by Damien Neil · 4 years, 5 months ago
  67. 6635e7d internal/impl: recognized required bytes fields in validation by Damien Neil · 4 years, 5 months ago
  68. 2ae6093 internal/impl: fix unmarshal of group containing their own field number by Damien Neil · 4 years, 5 months ago
  69. 55f1825 internal/testprotos/legacy: rename and regenerate by Joe Tsai · 4 years, 5 months ago
  70. ec00e32 all: remove APIv1 dependency by Damien Neil · 4 years, 5 months ago
  71. 54a0a04 internal/impl: check for required fields in missing map value by Damien Neil · 4 years, 5 months ago
  72. b0c26f1 internal/impl: add message validator by Damien Neil · 4 years, 6 months ago
  73. 2ad3f24 proto: fix equality on nil values of different types by Damien Neil · 4 years, 5 months ago
  74. b0d217f proto, internal/impl: don't create fast path Size for legacy Marshalers by Damien Neil · 4 years, 5 months ago
  75. b7695fa proto: add Clone function and MergeOptions.Clone method by Joe Tsai · 4 years, 5 months ago
  76. ce496b5 proto: add MergeOptions.Shallow option by Joe Tsai · 4 years, 5 months ago
  77. 96a4473 proto: distinguish between invalid and empty messages in Equal by Joe Tsai · 4 years, 5 months ago
  78. f2427c0 proto, internal/impl: reject invalid field numbers in map items by Damien Neil · 4 years, 6 months ago
  79. 2c0824b internal/impl: fix size for zero-length packed extensions by Damien Neil · 4 years, 6 months ago
  80. 7e690b5 internal/impl: fix map decode when value is before key by Damien Neil · 4 years, 6 months ago
  81. d0b0749 proto: rearrange test messages by Damien Neil · 4 years, 6 months ago
  82. 4151cae internal/impl: more checks for aberrant messages by Damien Neil · 4 years, 6 months ago
  83. fe15dd4 all: don't allow invalid field numbers when legacy support is on by Damien Neil · 4 years, 6 months ago
  84. 5366f82 proto: consistently use non-nil, zero-length []bytes for empty bytes strings by Damien Neil · 4 years, 6 months ago
  85. 01c0e8d proto, internal/impl: make wire output more consistent with v1 by Damien Neil · 4 years, 7 months ago
  86. 1605775 internal/impl: handle some dynamic legacy messages by Damien Neil · 4 years, 7 months ago
  87. ce3384c proto, internal/impl: store unknown MessageSet items in non-mset format by Damien Neil · 4 years, 7 months ago
  88. c7f2bee internal/impl: assume legacy Marshal method supports deterministic by Damien Neil · 4 years, 7 months ago
  89. a0a54b8 reflect/protoreflect: remove nullability from repeated extension fields by Damien Neil · 4 years, 7 months ago
  90. 8e9d5f6 internal/protolegacy: add stub v1 proto package for testing purposes by Joe Tsai · 4 years, 8 months ago
  91. 6e40b32 internal/impl: weak field bugfixes by Damien Neil · 4 years, 8 months ago
  92. 47d5893 internal/impl: support non-struct-pointer legacy message types by Damien Neil · 4 years, 8 months ago
  93. 1e5516a proto: improve slice growth in MarshalAppend by Damien Neil · 4 years, 8 months ago
  94. 37ef691 internal/impl: call Marshal/Unmarshal methods on legacy types by Damien Neil · 4 years, 8 months ago
  95. f2c4ddc proto/equal: equate nil by Joe Tsai · 4 years, 9 months ago
  96. 641611d proto: fix self-merging by Joe Tsai · 4 years, 9 months ago
  97. c908144 proto: fix race in Merge by Joe Tsai · 4 years, 9 months ago
  98. 6e09599 proto, internal/impl: implement support for weak fields by Joe Tsai · 4 years, 10 months ago
  99. 84177c9 all: use typed variant of protoreflect.ValueOf by Joe Tsai · 4 years, 9 months ago
  100. 705acad proto: reset message by default in Unmarshal by Joe Tsai · 4 years, 9 months ago