1. e815d6a all: remove dead code by Joe Tsai · 6 years ago
  2. 8003f08 proto, internal/impl: zero-length proto2 bytes fields should be non-nil by Damien Neil · 6 years ago
  3. 74615a3 proto: remove dependency on github.com/golang/protobuf by Joe Tsai · 6 years ago
  4. 6bd33b6 proto: equate floating-point NaNs by Joe Tsai · 6 years ago
  5. c51e2e0 all: support enforce_utf8 override by Joe Tsai · 6 years ago
  6. 302cb32 proto: support message_set_wire_format by Damien Neil · 6 years ago
  7. f8b855d runtime/protoiface: API adjustments by Joe Tsai · 6 years ago
  8. 0f81b38 runtime/protoiface: move and rename XXX_Methods by Joe Tsai · 6 years ago
  9. a8a2cea proto: move T->*T wrappers from internal/scalar to proto by Damien Neil · 6 years ago
  10. 09cef32 proto: cleanup invalid extension exception by Joe Tsai · 6 years ago
  11. 6c28674 proto: fix merge semantics for oneof message by Joe Tsai · 6 years ago
  12. 7492a09 internal/impl: support packed extensions by Damien Neil · 6 years ago
  13. 3d0706a proto, internal/impl: make IsInitialized more consistent by Damien Neil · 6 years ago
  14. dd380ab proto: bench_test fixes by Damien Neil · 6 years ago
  15. 8d30bbe all: remove dependency on proto v1 by Joe Tsai · 6 years ago
  16. a994082 all: remove protoreflect.Message.Len by Damien Neil · 6 years ago
  17. 2fc306a proto: implement Merge by Joe Tsai · 6 years ago
  18. 42cfff4 benchmarks: add general-purpose benchmarks directory by Damien Neil · 6 years ago
  19. 5322bdb internal/impl: add fast-path for IsInitialized by Damien Neil · 6 years ago
  20. cedb595 proto, internal/impl: avoid string->[]byte conversions by Damien Neil · 6 years ago
  21. 8c86fc5 all: remove non-fatal UTF-8 validation errors (and non-fatal in general) by Damien Neil · 6 years ago
  22. a80229e proto: add benchmark using protobuf repo test data by Damien Neil · 6 years ago
  23. ef75bec proto: fix memory aliasing bug in Reset by Joe Tsai · 6 years ago
  24. 378c132 reflect/protoreflect: add alternative message reflection API by Joe Tsai · 6 years ago
  25. 60b368f runtime/protolegacy: remove package by Joe Tsai · 6 years ago
  26. 1c28304 proto, encoding/protojson, encoding/prototext: use Resolver interface by Joe Tsai · 6 years ago
  27. c37adef internal/impl: add fast-path marshal implementation by Damien Neil · 6 years ago
  28. 5c5b531 protogen, encoding/jsonpb, encoding/textpb: rename packages by Damien Neil · 6 years ago
  29. e89e624 all: change module to google.golang.org/protobuf by Damien Neil · 6 years ago
  30. ac31a35 reflect/protoreflect: add helper methods to FieldDescriptor by Joe Tsai · 6 years ago
  31. 0fc49f8 reflect/protoreflect: add Descriptor specific methods by Joe Tsai · 6 years ago
  32. db38ddd proto: eagerly unmarshal extensions by Joe Tsai · 6 years ago
  33. e6f060f proto: add Equal by Damien Neil · 6 years ago
  34. d24bc72 reflect/protoreflect: rename methods with Type suffix by Joe Tsai · 6 years ago
  35. bc310b5 proto: validate UTF-8 in proto3 strings by Damien Neil · 6 years ago
  36. 53b05a5 proto: add simple benchmark by Damien Neil · 6 years ago
  37. 03e7486 proto: replace CachedSize fast-path method with UseCachedSize option by Damien Neil · 6 years ago
  38. 3016b73 proto: fix MarshalAppend fast path by Damien Neil · 6 years ago
  39. cc2b078 proto: enable/disable fast path with build tags by Damien Neil · 6 years ago
  40. 4686e23 proto: add IsInitialized by Damien Neil · 6 years ago
  41. 96c229a proto: check for required fields in encoding/decoding by Damien Neil · 6 years ago
  42. 0d3e8cc proto, runtime/protoiface: add support for fast-path marshaling by Damien Neil · 6 years ago
  43. 61e93c7 proto: add generic Size by Damien Neil · 6 years ago
  44. 3b46ade proto: add proto3 encode/decode test cases by Damien Neil · 6 years ago
  45. 99f24c3 proto: wire encoding support by Damien Neil · 6 years ago
  46. 1905843 internal/cmd/generate-protos: initial commit by Joe Tsai · 6 years ago
  47. 3bc7d6f reflect: switch MessageType.New to return Message by Joe Tsai · 6 years ago
  48. d068d30 proto: use extension field type in decoding when available by Damien Neil · 6 years ago
  49. 4be2fb4 internal/legacy: use v2 proto.Unmarshal by Damien Neil · 6 years ago
  50. ba23aa5 proto: wire decoding support by Damien Neil · 6 years ago
  51. cddf819 encoding/textpb: initial implementation of textproto marshaling by Herbie Ong · 6 years ago