1. f14380b reflect/protodesc: add functions to convert descs to protos by Damien Neil · 5 years ago
  2. 8012b44 internal/fileinit: generate reflect data structures from raw descriptors by Damien Neil · 5 years ago
  3. 6a0e072 go.sum: update to fix test.bash failure by Herbie Ong · 5 years ago
  4. 84f0960 internal/encoding/text: format using 32 bitsize when encoding float32 by Herbie Ong · 5 years ago
  5. de7313b encoding/textpb: fix marshaling repeated group field name by Herbie Ong · 5 years ago
  6. 66c365c encoding/textpb: unmarshal Any by Herbie Ong · 5 years ago
  7. 0dcfb9a encoding/textpb: fix handling of group field name by Herbie Ong · 5 years ago
  8. 5681bb2 protogen: use _protoFile suffix for file descriptor variable by Joe Tsai · 5 years ago
  9. 124c812 protogen: use types.Universe.Names for list of builtin identifiers by Joe Tsai · 5 years ago
  10. d18bd31 reflect: switch ExtensionType.New to return Value by Joe Tsai · 5 years ago
  11. e3f854b reflect/protoreflect: clarify documentation by Damien Neil · 5 years ago
  12. 3bc7d6f reflect: switch MessageType.New to return Message by Joe Tsai · 5 years ago
  13. d6966a4 protogen: fix oneof name mangling regression by Joe Tsai · 5 years ago
  14. a8593ba reflect/protoreflect: drop the ProtoEnum type by Damien Neil · 5 years ago
  15. a7cbd06 cmd/protoc-gen-go: don't chain public imports by Damien Neil · 5 years ago
  16. 8439551 cmd/protoc-gen-go: add additional import public test case by Damien Neil · 5 years ago
  17. f25e14c cmd/protoc-gen-go-grpc: regenerate golden file by Damien Neil · 5 years ago
  18. c31bc2d internal/testprotos: fix import path of test.proto by Damien Neil · 5 years ago
  19. a94f78c encoding/textpb: marshal Any as regular message if unable to expand by Herbie Ong · 5 years ago
  20. f42b55f encoding/textpb: marshal google.protobuf.Any in expanded form by Herbie Ong · 5 years ago
  21. 7bf3ce2 cmd/protoc-gen-go: generate public imports by parsing the imported .pb.go by Damien Neil · 6 years ago
  22. 60e9f87 cmd/protoc-gen-go: remove stale comment by Damien Neil · 5 years ago
  23. 402382e test.bash update to go1.10.7 and go1.11.4 by Herbie Ong · 5 years ago
  24. 0dbce83 cmd/protoc-gen-go: always register file descriptor by Damien Neil · 5 years ago
  25. c525c97 encoding/text: unmarshal extensions by Herbie Ong · 6 years ago
  26. 6e67a1d reflect/protoregistry: add Types registry by Herbie Ong · 5 years ago
  27. cf25308 encoding/text: marshal extensions by Herbie Ong · 6 years ago
  28. 2b0bba8 internal/legacy: fix ExtensionTypeFromDesc by Herbie Ong · 6 years ago
  29. eb6b587 reflect/prototype: change registered option types to interface{} by Damien Neil · 6 years ago
  30. bc534a9 all: add appengine build tag by Joe Tsai · 6 years ago
  31. c05538c reflect/protoreflect: change Options back to an interface{} by Damien Neil · 6 years ago
  32. 7bf88d1 reflect/prototype: fix mapping of Go types for fixed{32,64} kinds by Herbie Ong · 6 years ago
  33. 7390346 cmd/protoc-gen-go: invert conditional check for proto syntax by Joe Tsai · 6 years ago
  34. d068d30 proto: use extension field type in decoding when available by Damien Neil · 6 years ago
  35. 4be2fb4 internal/legacy: use v2 proto.Unmarshal by Damien Neil · 6 years ago
  36. ba23aa5 proto: wire decoding support by Damien Neil · 6 years ago
  37. 2c6f098 protogen: simplify and fix naming derivation logic by Joe Tsai · 6 years ago
  38. 7c624e2 encoding/textpb: ignore reserved field names during unmarshal by Herbie Ong · 6 years ago
  39. 7065195 encoding/textpb: switch tests to use V2 generated messages by Herbie Ong · 6 years ago
  40. 20a1d31 encoding/textpb: add marshaling of unknown fields by Herbie Ong · 6 years ago
  41. 800c990 encoding/textpb: initial textproto unmarshaling by Herbie Ong · 6 years ago
  42. 9ecf75b internal/value: bugfix for v2 message conversion by Damien Neil · 6 years ago
  43. ae2a561 protogen: annotate interface methods by Damien Neil · 6 years ago
  44. 887028d internal/value: fix GoValueOf for v2 message types by Damien Neil · 6 years ago
  45. 232ea15 reflect/prototype: hoist semantic options into builders by Damien Neil · 6 years ago
  46. 692690f cmd/protoc-gen-go-grpc: fix camel-casing of names in generated code by Damien Neil · 6 years ago
  47. 08c3cdf cmd/protoc-gen-go-grpc: change test files to exercise name rewriting by Damien Neil · 6 years ago
  48. 2653420 reflect/protoreflect: remove DescriptorProto method by Joe Tsai · 6 years ago
  49. 97e7f57 reflect/protoreflect: replace Mutable with NewMessage by Damien Neil · 6 years ago
  50. c9899da internal/encoding/defval: unify logic for handling default values by Joe Tsai · 6 years ago
  51. bce82b8 reflect/protoreflect: add HasJSONName, ReservedRanges, and ReservedNames by Joe Tsai · 6 years ago
  52. 381f04c reflect/protoreflect: add MessageDescriptor.ExtensionRangeOptions by Joe Tsai · 6 years ago
  53. a4cbffe reflect/prototype: add registration hooks for options by Joe Tsai · 6 years ago
  54. 9667c48 cmd/protoc-gen-go: reduce technical debt by Joe Tsai · 6 years ago
  55. 05d60cd reflect/prototype: disable detrand for test by Joe Tsai · 6 years ago
  56. 24ceb2b cmd/protoc-gen-go: generate descriptor and plugin with reflection by Joe Tsai · 6 years ago
  57. b3960a7 internal/typefmt: move descriptor formatting logic to typefmt by Joe Tsai · 6 years ago
  58. b6405bd cmd/protoc-gen-go: add support for protobuf reflection by Joe Tsai · 6 years ago
  59. eeca8bb internal/legacy: drop dependency on protoV1 via vendoring by Joe Tsai · 6 years ago
  60. e1f8d50 reflect/protodesc: split descriptor related functionality from prototype by Joe Tsai · 6 years ago
  61. 6dbffb7 internal/legacy: drop legacy prefix by Joe Tsai · 6 years ago
  62. 62517cc internal/legacy: improve performance of extension descriptor conversions by Joe Tsai · 6 years ago
  63. 4c057ca cmd/protoc-gen-go-grpc: switch to the stdlib "context" package by Damien Neil · 6 years ago
  64. 6cf80c4 internal/impl: allow reflection on typed nil pointers by Joe Tsai · 6 years ago
  65. f9123a3 runtime: expose protoimpl and protolegacy by Joe Tsai · 6 years ago
  66. 08e0030 internal/legacy: extract legacy support out from the impl package by Joe Tsai · 6 years ago
  67. ba0ef9a internal/value: rename the Unwrap method as ProtoUnwrap by Joe Tsai · 6 years ago
  68. 7e5c647 cmd/protoc-gen-go: fix forwarding decls for inf and NaN defaults by Damien Neil · 6 years ago
  69. cddf819 encoding/textpb: initial implementation of textproto marshaling by Herbie Ong · 6 years ago
  70. f18ab53 all: make use of the protoapi package in v1 by Joe Tsai · 6 years ago
  71. 25cc69d internal/impl: fix legacy logic to know about the new XXX_OneofWrappers method by Joe Tsai · 6 years ago
  72. 71acbc7 internal/detrand: support disabling detrand by Joe Tsai · 6 years ago
  73. 009e067 internal/scalar: add scalar package for primitive wrappers by Joe Tsai · 6 years ago
  74. f757390 cmd/protoc-gen-go: remove generation of RegisterMessageSetType by Joe Tsai · 6 years ago
  75. b6dbf23 cmd/protoc-gen-go: remove generation of {Unmarshal,Marshal}JSON for MessageSets by Joe Tsai · 6 years ago
  76. 411f339 protogen: clarify that GoIdent.GoName is a single idenfitier by Joe Tsai · 6 years ago
  77. d7e97bc cmd/protoc-gen-go: generate XXX_OneofWrappers instead of XXX_OneofFuncs by Joe Tsai · 6 years ago
  78. f6d4a42 reflect/protoreflect: clarify Get semantics on unpopulated fields by Joe Tsai · 6 years ago
  79. 492a476 internal/detrand: new package for deterministically random functionality by Joe Tsai · 6 years ago
  80. c3f4d48 internal/encoding/text: add extra random space to make output unstable. by Herbie Ong · 6 years ago
  81. ccf6459 reflect/prototype: print {Enum,Message,Extension}Type.GoType by Joe Tsai · 6 years ago
  82. 44e389c internal/impl: fix Has for proto3 scalars by Joe Tsai · 6 years ago
  83. c6320b9 test.bash: update to go1.10.5 and go1.11.2 by Joe Tsai · 6 years ago
  84. c1c17aa protogen: add GoImportPath.Ident helper by Joe Tsai · 6 years ago
  85. 87b955b internal/impl: add extensive tests for enum and messages by Joe Tsai · 6 years ago
  86. a31649d internal/impl: remove hack in legacy_extension_hack.go by Joe Tsai · 6 years ago
  87. 4b7aff6 all: rename Vector as List by Joe Tsai · 6 years ago
  88. f0c01e4 internal/impl: support legacy extension fields by Joe Tsai · 6 years ago
  89. ea11813 internal/testprotos/legacy: initial commit by Joe Tsai · 6 years ago
  90. 6f9095c internal/value: expose Converter.{MessageType,EnumType} by Joe Tsai · 6 years ago
  91. 1c40f49 reflect/prototype: simplify Go type descriptor constructors by Joe Tsai · 6 years ago
  92. 2cdb23d reflect/prototype: remove TODO about custom extensions constructors by Joe Tsai · 6 years ago
  93. 34eb7ef reflect/protoreflect: clarify Clear and Remove operation on missing entries by Joe Tsai · 6 years ago
  94. 1795eb1 internal/impl: rename legacy_extension.go as legacy_extension_hack.go by Joe Tsai · 6 years ago
  95. f0ad886 reflect/prototype: implement NewGoExtension by Joe Tsai · 6 years ago
  96. 88bc5a7 internal/value: extract Vector and Map logic as separate package by Joe Tsai · 6 years ago
  97. ce6edd3 internal/impl: support message and enum fields by Joe Tsai · 6 years ago
  98. 05828db internal/encoding/tag: centralize logic for protobuf struct tag serialization by Joe Tsai · 6 years ago
  99. 95b0290 internal/impl: support legacy unknown extension fields by Joe Tsai · 6 years ago
  100. bb1d557 cmd/protoc-gen-go: factor out oneof field naming by Damien Neil · 6 years ago