1. 3992ea8 all: implement depth limit for unmarshaling by Lasse Folger · 2 years, 4 months ago
  2. 4ab2bc9 internal/version: move version information to internal package by Joe Tsai · 4 years, 3 months ago
  3. a56bd81 all: start v1.20.1-devel by Joe Tsai · 4 years, 3 months ago
  4. 290f718 all: release v1.20.1 by Joe Tsai · 4 years, 3 months ago
  5. 969537a all: start post-v1.20.0 devel by Damien Neil · 4 years, 3 months ago
  6. aa81c06 all: release v1.20.0 by Damien Neil · 4 years, 3 months ago
  7. fea7d52 all: start v1.20.0-rc.1.devel by Joe Tsai · 4 years, 3 months ago
  8. a6bf928 all: release v1.20.0-rc.1 by Joe Tsai · 4 years, 3 months ago
  9. ec552f6 runtime/protoiface: trivial change to Size by Joe Tsai · 4 years, 3 months ago
  10. f26a9e7 all: rename IsInitialized as CheckInitialized by Joe Tsai · 4 years, 3 months ago
  11. 3df87a0 runtime/protoiface: remove IsInitializedOutputFlags and IsInitialized by Joe Tsai · 4 years, 3 months ago
  12. 466dd77 all: fast-path method refactoring by Damien Neil · 4 years, 4 months ago
  13. e8e8875 proto, runtime/protoiface, internal/impl: add fast-path Merge by Damien Neil · 4 years, 4 months ago
  14. 6fb2994 all: tests, tweaks for lazy extension decoding by Damien Neil · 4 years, 4 months ago
  15. 0ae1c97 internal/impl: lazy extension decoding by Damien Neil · 4 years, 4 months ago
  16. 524c606 runtime/protoiface: use more efficient options representation by Damien Neil · 4 years, 4 months ago
  17. c600d6c all: do best-effort initialization check on fast path unmarshal by Damien Neil · 4 years, 4 months ago
  18. d30e561 proto: add MarshalState, UnmarshalState by Damien Neil · 4 years, 4 months ago
  19. 61781dd all: abstract fast-path marshal and unmarshal inputs and outputs by Damien Neil · 4 years, 4 months ago
  20. f12fb45 all: add ProtoMethods method to protoreflect.Message by Damien Neil · 4 years, 4 months ago
  21. b0d217f proto, internal/impl: don't create fast path Size for legacy Marshalers by Damien Neil · 4 years, 5 months ago
  22. 705acad proto: reset message by default in Unmarshal by Joe Tsai · 4 years, 9 months ago
  23. cbdefb1 internal/impl: move filetype.EnumInfo to impl by Joe Tsai · 4 years, 9 months ago
  24. f1e905b all: unify protoV1.ExtensionDesc and proto.ExtensionType by Damien Neil · 4 years, 10 months ago
  25. c0f8c0a runtime/protoimpl: add ExtensionInfo alias by Damien Neil · 4 years, 10 months ago
  26. 4401a0d cmd/protoc-gen-go, internal/filetype: clean up EnumType construction by Damien Neil · 4 years, 10 months ago
  27. 92f7618 all: refactor extensions, add proto.GetExtension etc. by Damien Neil · 4 years, 10 months ago
  28. bab3d40 runtime/protoimpl, cmd/protoc-gen-go: support release versioning by Joe Tsai · 5 years ago
  29. 52ec175 internal/filedesc, internal/filetype: rename {Desc,Type}Builder as Builder by Joe Tsai · 4 years, 10 months ago
  30. 3d8e369 all: implement proto1 weak fields by Joe Tsai · 5 years ago
  31. f8b855d runtime/protoiface: API adjustments by Joe Tsai · 5 years ago
  32. 0f81b38 runtime/protoiface: move and rename XXX_Methods by Joe Tsai · 5 years ago
  33. 82760ce internal/impl: add MessageState to every generated message by Joe Tsai · 5 years ago
  34. c0e4bb2 cmd/protoc-gen-go: unexport implementation-specific XXX fields by Joe Tsai · 5 years ago
  35. a804450 all: fix stale comments by Joe Tsai · 5 years ago
  36. dfe1603 internal/fileinit: remove package by Joe Tsai · 5 years ago
  37. d888139 internal/filedesc, internal/filetype: initial commit by Joe Tsai · 5 years ago
  38. 378c132 reflect/protoreflect: add alternative message reflection API by Joe Tsai · 5 years ago
  39. 89d4963 internal/impl: abstract away ExtensionDescV1 as the underlying descriptor by Joe Tsai · 5 years ago
  40. 60b368f runtime/protolegacy: remove package by Joe Tsai · 5 years ago
  41. 58b42d8 cmd/protoc-gen-go, runtime/protoimpl: enforce minimum and maximum versions by Joe Tsai · 5 years ago
  42. 6650091 runtime/protoiface: update package documentation by Joe Tsai · 5 years ago
  43. 21ade49 internal/impl: move legacy files into impl by Joe Tsai · 5 years ago
  44. 1c28304 proto, encoding/protojson, encoding/prototext: use Resolver interface by Joe Tsai · 5 years ago
  45. 4fe9663 internal/impl: rename MessageType as MessageInfo by Joe Tsai · 5 years ago
  46. e89e624 all: change module to google.golang.org/protobuf by Damien Neil · 5 years ago
  47. 0fc49f8 reflect/protoreflect: add Descriptor specific methods by Joe Tsai · 5 years ago
  48. db38ddd proto: eagerly unmarshal extensions by Joe Tsai · 5 years ago
  49. 00e50dc runtime/protoimpl: remove ExtensionFieldsV1 by Joe Tsai · 5 years ago
  50. 5e71dc9 cmd/protoc-gen-go: used named types for special fields by Joe Tsai · 5 years ago
  51. 03e7486 proto: replace CachedSize fast-path method with UseCachedSize option by Damien Neil · 5 years ago
  52. cc2b078 proto: enable/disable fast path with build tags by Damien Neil · 5 years ago
  53. 4686e23 proto: add IsInitialized by Damien Neil · 5 years ago
  54. 96c229a proto: check for required fields in encoding/decoding by Damien Neil · 5 years ago
  55. 0d3e8cc proto, runtime/protoiface: add support for fast-path marshaling by Damien Neil · 5 years ago
  56. ebbb4bb runtime/protoiface: doc cleanup by Joe Tsai · 5 years ago
  57. 4fddeba all: move v1 types over to the v2 repository by Joe Tsai · 5 years ago
  58. 8012b44 internal/fileinit: generate reflect data structures from raw descriptors by Damien Neil · 5 years ago
  59. e1f8d50 reflect/protodesc: split descriptor related functionality from prototype by Joe Tsai · 6 years ago
  60. f9123a3 runtime: expose protoimpl and protolegacy by Joe Tsai · 6 years ago